aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-15Merged revisions 270658 via svnmerge from twilson1-18/+20
2010-06-15fixes FXS port still ringing when answered, as reported by Tzafrir on dev-list.alecdavis1-0/+1
2010-06-09Don't stop Asterisk if chan_oss fails to register 'Console' (due to another c...russell1-1/+1
2010-06-04Comment out a rule that likes to break the chan_h323 build randomly.russell1-2/+6
2010-06-01Fix formatting issue with previous patch.pabelanger1-4/+3
2010-06-01Missing fallback to audio fax feature when T.38 re-INVITE failedpabelanger1-14/+26
2010-05-26add dahdi_func_write to zap_tech structuredvossel1-0/+1
2010-05-25fixes build issue with zapteldvossel1-0/+2
2010-05-17backport of DAHDI buffer policy dial string optiondvossel1-21/+100
2010-05-05Registration fix for SIP realtime.pabelanger1-3/+7
2010-04-30Ensure channel state is not incorrectly set in the case of a very early answer.jpeeler1-1/+1
2010-04-29DTMF CallerID detection problems.rmudgett1-12/+22
2010-04-28resolves deadlocks in chan_localdvossel1-5/+14
2010-04-27DAHDI "WARNING" message is confusing and vaguermudgett1-3/+14
2010-04-27hidecalleridname parameter in chan_dahdi.confrmudgett1-0/+1
2010-04-15Don't recreate peer, when responding to a repeated deregistration attempt.tilghman1-0/+15
2010-04-06DAHDI/PRI call to pri_channel_bridge() not protected by PRI lock.rmudgett1-7/+8
2010-04-02Resolve a deadlock that occurs due to a pointless call to ast_bridged_channel()russell1-24/+8
2010-03-30Don't kill Asterisk if the H323 listener does not start.russell1-1/+1
2010-03-20Resolve a number of FreeBSD build issues.russell1-1/+1
2010-03-17Revert API change in release branchestwilson4-8/+8
2010-03-13Merged revisions 252089 via svnmerge from twilson4-28/+22
2010-03-12Forward declaring dahdi_pri was already done.rmudgett1-1/+0