aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Merge revision 270404 from the 1.4 branch.russell1-0/+1
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
2010-03-12Make chan_dahdi wakeup_sub() prototype not conditional.rmudgett1-5/+2
2010-03-03Make sure to clear red alarm after polarity reversal.jpeeler1-0/+12
2010-03-03fixes problem with duplicate TXREQ packetsdvossel1-3/+8
2010-03-01Modify queued frames from local channels to not set the other side to upjpeeler1-30/+1
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsalecdavis1-1/+14
2010-02-27add a reference to the now-published IAX2 RFCkpfleming1-0/+1
2010-02-26For T.38 reINVITEs treat a 606 the same as a 488.mmichelson1-0/+2
2010-02-23fixes invite with replaces deadlockdvossel1-14/+46
2010-02-19Merged revision 247904 fromrmudgett1-27/+5
2010-02-09Fixes iaxs and iaxsl size off by one issue.dvossel1-3/+3
2010-02-04Change channel state on local channels for busy,answer,ring.jpeeler1-0/+32
2010-02-01Revert previous chan_local fix (r236981) and fix instead by destroying expire...tilghman1-3/+1
2010-01-28Fix a bogus third argument to ast_copy_string().russell1-4/+5
2010-01-22Initialize notify_types to NULLoej1-1/+1
2010-01-19Fix deadlock in agent_read by removing call to agent_logoff.jpeeler1-1/+22
2010-01-07fixes crash in "scheduled_destroy" in chan_iaxdvossel1-1/+1
2010-01-07Change in sip show channels display format allowing more digits for CIDdvossel1-3/+3
2010-01-04It's also possible for the Local channel to directly execute an Application.tilghman1-1/+1
2010-01-02Release memory of the contact acl before unloading moduleoej1-0/+1
2009-12-30Don't queue frames to channels that have no means to process them.tilghman1-1/+3
2009-12-23Properly set T.38 attributes and don't return before T.38 ports are configure...mnicholson1-31/+29
2009-12-22fixes issue with p->method incorrectly set to ACKdvossel1-2/+9
2009-12-14Stop sending 183's after call hangup.oej1-0/+1
2009-12-10When we receive no response at all to our INVITE, allow the channel to be des...tilghman1-3/+7
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