aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-10-21IAX2: VNAK loop caused by signaling frames with no destination call numberdvossel1-10/+77
2009-10-21IAX/SIP shrinkcallerid optiondvossel2-10/+32
2009-10-17Fix stale caller id data from being reported in AMI NewChannel eventjpeeler1-2/+9
2009-10-16Never released PRI channels when using Busy() or Congestion() dialplan apps.rmudgett1-4/+12
2009-10-13Fix PRI timer T309 operationjeang1-1/+1
2009-10-12Remove automatic switching from T.38 to voice mode in chan_sip.kpfleming1-2/+1
2009-10-09fixes sip registration using authuser in user.confdvossel1-3/+11
2009-10-09'auth=' did not parse md5 secret correctlydvossel1-12/+10
2009-10-08Fix memory leak if chan_misdn config parameter is repeated.rmudgett1-4/+15
2009-10-07chan_misdn.c:process_ast_dsp() memory leakrmudgett1-2/+6
2009-10-07crash on transferdvossel1-1/+4
2009-10-06Add missing unlock(s) in dahdi_readjpeeler1-1/+4
2009-10-06Fix potential crash when entire span request is received.jpeeler1-2/+2
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-0/+12
2009-10-02Removes unnecessary unlock, clarifies a memcpy.dvossel1-2/+1
2009-10-01Occasionally losing use of B channels in chan_misdn.rmudgett2-41/+66
2009-10-01Use unsigned ints for portinuri flags.mnicholson1-2/+2
2009-09-30Make portinuri a bitfield.mnicholson1-1/+1
2009-09-30Fix SRV lookup and Request-URI generation in chan_sip.mnicholson1-4/+27
2009-09-30Change the SSRC by default when our media stream changestwilson1-1/+23
2009-09-29Reduce CPU usage related to building a peer merely for devicestates.tilghman1-182/+186
2009-09-21Reverting merge 219520. This change was not necessary.dvossel1-0/+1
2009-09-19Make sure the iax_pvt exists before dereferencing it.russell1-1/+1
2009-09-18iax2 frame double freedvossel1-1/+0
2009-09-18via-header branches not updated correctly on INVITEdvossel1-5/+6
2009-09-17Send a 100 Trying response when we detect a spiral.mmichelson1-0/+1
2009-09-17INVITE w/Replaces deadlock fixdvossel1-43/+25
2009-09-15Fix small memory leak in handle_init_event by always destroying the pthreadjpeeler1-0/+3
2009-09-15Send request contact header field with response to registrer queries instead ...mnicholson1-1/+5
2009-09-15revert accidental commitkpfleming1-136/+107
2009-09-15Use proper hostname for downloading sound files.kpfleming1-107/+136
2009-09-14Fix handling of DAHDI_EVENT_REMOVED event to prevent crash in do_monitor.jpeeler1-16/+25
2009-09-10Backport realtime fix to 1.4tilghman2-4/+9
2009-09-10IAX2 encryption regressiondvossel1-5/+27
2009-09-10Remove harmful code that causes endless loops. oej1-5/+0
2009-09-04make chan_sip compile under devmode againmvanbaak1-1/+1
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej1-3/+10
2009-09-03Merge code associated with AST-2009-006dvossel4-123/+1228
2009-09-02Re-send non-100 provisional responses to prevent cancellationtwilson1-7/+72
2009-08-31Also unlock the "other" channel, when returning, due to glare.tilghman1-0/+3
2009-08-21Ensure that T.38 INVITEs generated by Asterisk properly result in T.38 being ...kpfleming1-5/+7
2009-08-18Removed some deadwood and added some doxygen comments.rmudgett1-29/+30
2009-08-17Fix segfault when reloading chan_misdn.jpeeler1-0/+5
2009-08-17Fix uninitialized variable.rmudgett1-1/+1
2009-08-12Backport fix so that outbound CANCEL requests have same branch as challenged ...mmichelson1-1/+5
2009-08-10AST-2009-005tilghman12-92/+92
2009-08-05Dialplan starts execution before the channel setup is complete.rmudgett1-45/+59
2009-08-03Fixes dialplan wildcard extension taking precedence over call pickup code.dbrooks1-29/+29
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman1-1/+1
2009-08-01Minor changes inspired by testing with latest GCC.kpfleming2-6/+11