aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-16priexclusive in chan_dahdi.conf ignored when reloading dahdi modulermudgett1-2/+4
2010-07-09Fix logging message for stale nonce.pabelanger1-1/+1
2010-07-07Close the DAHDI FD on error when processing chan_dahdi toneduration config pa...rmudgett1-0/+1
2010-07-06Add option to not do a call forward on 482 Loop Detectedtwilson1-10/+19
2010-07-05Command 'stop gracefully' doesn't.tilghman2-16/+44
2010-07-02Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch po...tilghman4-8/+23
2010-07-02Fix various typos, reported by Lintiantzafrir3-9/+9
2010-06-29Allow the "useragent" value to be restored into memory from the realtime back...tilghman1-6/+8
2010-06-28Decode URI in contact header of 302 response.mmichelson1-0/+1
2010-06-24ss_thread calls pri_grab without lock during overlap dialrmudgett1-0/+2
2010-06-22Decrease the module ref count in sip_hangup when SIP_DEFER_BYE_ON_TRANSFER is...mnicholson1-0/+1
2010-06-22Modify chan_sip's packet generation api to automatically calculate the Conten...mnicholson1-71/+61
2010-06-18Eliminate deadlock potential in dahdi_fixup().jpeeler1-2/+2
2010-06-16Need to lock the agent chan before access its internal bits.qwell1-0/+2
2010-06-16fixes chan_iax2 race conditiondvossel1-6/+4