aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2011-02-11Reentrancy problem if outgoing call gets different B channel than requested.rmudgett1-5/+90
2011-02-08Fix comparison for REFER Replaces tags with pedantic=yestwilson1-2/+2
2011-02-07Don't allow a REFER w/replaces to replace its own dialogtwilson1-1/+9
2011-02-03Set hangup cause in local_hanguptwilson1-0/+1
2011-02-03Minor AST_FRAME_TEXT related issues.rmudgett1-1/+1
2011-01-31Obtain the pri lock for PRI queue counters.rmudgett1-0/+2
2011-01-31Prevent a crash when dialing a technology with no destination (ex: Dial(SIP/))qwell1-0/+6
2011-01-26Convert from network to host byte ordering before checking if an IP is a mult...mnicholson1-1/+1
2011-01-26This patch modifies chan_sip to route responses to the address the request ca...mnicholson1-0/+194
2011-01-25Guard against retransmitting BYEs indefinitelytwilson1-0/+1
2011-01-25Sending out unnecessary PROCEEDING messages breaks overlap dialing.rmudgett1-115/+253
2011-01-21Reset configuration before parsing users.conf.qwell1-0/+3
2011-01-18URI encode the user part of the contact header.mnicholson1-2/+7
2011-01-17Merged revisions 293493 via svnmerge from twilson1-2/+10
2011-01-04Don't authenticate SUBSCRIBE re-transmissionstwilson1-21/+26
2010-12-25Move check for extension existence below variable inheritance, due to the pos...tilghman1-6/+6
2010-12-20Use ast_free() instead of free()mnicholson1-4/+4
2010-12-20Remove changes to via processing that were not supposed to go into the last c...mnicholson1-71/+0
2010-12-20Respond as soon as possible with a 202 Accepted to refer requests.mnicholson1-26/+101
2010-12-20Typos: recieved => receivedtzafrir1-2/+2
2010-12-13Outgoing PRI/BRI calls cannot do DTMF triggered transfers.rmudgett1-1/+8
2010-12-09Ignore spurious REGISTER requeststwilson1-0/+7
2010-12-06Improve handling of REGISTER requests with multiple contact headers.jpeeler1-6/+30
2010-12-02If we get a NOTIFY from a non-existing subscription we should answer with 481...oej1-1/+1
2010-12-01Fix not stopping MOH when transfered local channel queue member is answered.jpeeler1-0/+3
2010-12-01Get rid of the annoying startup and shutdown errors on OS X.tilghman1-1/+13
2010-11-29Make sure nothing else is needed before destroying the scheduler.pabelanger1-2/+2
2010-11-24Oneway audio to SIP phone from FXS port after FXS port gets a CallWaiting pip.rmudgett1-108/+202
2010-11-19Discard responses with more than one Viatwilson1-3/+19
2010-11-12Asterisk is getting a "No D-channels available!" warning message every 4 seco...rmudgett1-2/+11
2010-11-11Fix problem with qualify option packets for realtime peers never stopping.jpeeler1-1/+24
2010-11-08Modify our handling of 491 responses to drop any pending reinvite retry sched...mnicholson1-0/+8
2010-11-03Party A in an analog 3-way call would continue to hear ringback after party C...rmudgett1-12/+16
2010-11-02Add enabled/disabled information for rtautoclear sip show settings output.jpeeler1-1/+1
2010-11-02Make warning message have more useful information in it.rmudgett1-2/+5
2010-10-30Remove some more code that serves no purpose.rmudgett1-11/+0
2010-10-30Remove some code that serves no purpose.rmudgett1-11/+0
2010-10-25This patch turns chan_local pvts into astobj2 objects.dvossel1-139/+167
2010-10-15Don't access o->next after freeing o on unloadtwilson1-3/+6
2010-10-13Deadlock between dahdi_exception() and dahdi_indicate().rmudgett1-80/+222
2010-10-13Lock pvt so pvt->owner can't disappear when queueing up a frame.russell1-1/+16
2010-10-11Add missing unlock to an exception condition in reload_config().rmudgett1-3/+8
2010-10-01Change RFC2833 DTMF event duration on end to report actual elapsed time.jpeeler1-1/+1
2010-10-01Ensure user portion of SIP URI matches dialplan when using encoded characters.jpeeler1-3/+8
2010-10-01don't iterate through all dialogs to find and delete old subscribesschmitds1-26/+6
2010-09-24Don't fail a masquerade if it is already being hung uptwilson1-1/+1
2010-09-22Don't let a Local channel get bridged to itselftwilson1-0/+9
2010-09-22RFC3261 section 12.2 explicitly says out of order requests are responded with...dvossel1-1/+1
2010-09-22Handle media specific T.38 SDP informationmnicholson1-2/+10
2010-09-22During check_pendings, if the dialog is terminated with a CANCEL, change the ...dvossel1-2/+3