aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-21In chan_iax2.c:schedule_delivery() calls ast_bridged_channel() on an unlocked...rmudgett1-90/+130
2010-09-21Try both the encoded and unencoded subscription URI for a match in hints.tilghman1-9/+22
2010-09-14Don't clear the username from a realtime database when a registration expires.mnicholson1-1/+1
2010-09-10Return -1 if chan_local doesn't support an optiontwilson1-1/+1
2010-09-10Load iax.conf before registering any functions/applications/actions.pabelanger1-17/+21
2010-09-10An outgoing call may not get hung up if a pre-connect incoming ISDN call is d...rmudgett1-0/+16
2010-09-10Fixes sip extension state update DEADLOCKdvossel1-10/+234
2010-09-10Inherit CHANNEL() writes to both sides of a Local channeltwilson1-0/+67
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell7-197/+362
2010-08-03Prevent DAHDI channels from overriding the callerid, once it's been set by th...tilghman1-3/+3
2010-07-23Backport fixes for sip_uri_params_cmp() from trunk.mmichelson1-39/+25
2010-07-22DNID does not get cleard on a new call when using immediate=yes with ISDN sig...rmudgett1-4/+4
2010-07-19Regression with T.38 negotiationpabelanger1-7/+7
2010-07-16Default to no udptl error correction so that error correction will be disable...mnicholson1-0/+5