aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-12-07fixes missing Contact header angle bracketsdvossel1-1/+3
2009-12-07Allow SDP packets with only video session information.mnicholson1-1/+1
2009-12-02Do not modify the gain settings on data calls.jpeeler1-1/+5
2009-11-25fixes conditional jump or move depending on uninitialised STACK valuedvossel1-2/+2
2009-11-23When 'sip set debug' is enabled, and the last line of an incoming SIP messagekpfleming1-0/+2
2009-11-23Correct fix for issue #16268... the reporter's original patch was very close ...kpfleming1-10/+15
2009-11-23Ensure that SDP parsing does not ignore the last line of the SDP.kpfleming1-4/+5
2009-11-15Correct mistaken option name in error message.kpfleming1-1/+1
2009-11-13Respect the maddr parameter in the Via header.file1-2/+13
2009-11-13Fix a crash caused by two threads thinking they should both free thefile1-1/+1
2009-11-10don't crash on log message in solarisdvossel1-1/+1
2009-11-10Reverted revision 202022.mnicholson1-14/+2
2009-11-06Don't overwrite caller ID name on a trunk with the configured fullname when u...file1-0/+6
2009-11-05Fix crash on VPB exception when no hardware is present.qwell1-1/+1
2009-11-05chan_misdn Asterisk 1.4.27-rc2 crashdbrooks1-0/+1
2009-11-04Modify the SDP parsing code to parse session and media level items separately.mnicholson1-379/+490
2009-11-04Fix a security issue where sending a REGISTER with a differing username in th...file1-2/+0
2009-11-03Make sure the outgoing flag is cleared if a new channel fails to get created ...rmudgett1-0/+3
2009-11-03Fix a bug where an RPID header could be generated with a blank username in th...file1-1/+1
2009-11-03Fixing bug before someone reports it...oej1-1/+1
2009-11-03Adding IP address in Contact ACL log message and removing redundant messageoej1-2/+1
2009-11-03Use proper response code when violating Contact ACL's.oej1-2/+15
2009-11-02SIP channel name uniquenessdbrooks1-1/+3
2009-11-02fixes crash on iterator_destroy on uninitialized iteratordvossel1-1/+0
2009-11-02changes calltoken debug messages from LOG_NOTICE to LOG_DEBUG like they are s...dvossel1-6/+6
2009-10-29Add an option to enabling passing music on hold start and stop requests throu...file1-2/+5
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