aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Fix building of chan_dahdi when HAVE_PRI is notmmichelson1-0/+2
2008-07-23ensure that after a channel is created, if it happened to be in 'channel alar...kpfleming1-1/+14
2008-07-23another Fix because of r119585, this commit has broken high frequented BRI Po...crichter1-1/+14
2008-07-22Allow Spiraled INVITEs to work correctly within Asterisk.mmichelson1-8/+297
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-64/+129
2008-07-22Merged revisions 132711 via svnmerge from tilghman1-2/+29
2008-07-22ensure that if any alarms exist at channel creation time, they are handled id...kpfleming1-44/+25
2008-07-22The most common question on the #asterisk iRC channel and on mailing listsoej1-3/+3
2008-07-22correct wording in commentkpfleming1-1/+1
2008-07-22use renamed libpri API call for controlling this feature (was improperly name...kpfleming1-9/+9
2008-07-21teach chan_dahdi how to find the D-channel on BRI spans, and don't attempt to...kpfleming1-2/+11
2008-07-21Fix a bug in 1.4 branch with iax2 channels not being removed when a call was ...bbryant1-4/+2
2008-07-18Spinlock within the destroy, to allow a scheduled job to continue, if it'stilghman1-2/+2
2008-07-18Make the ast_assert call within ast_sched_del report something useful.tilghman1-2/+2
2008-07-17Revert part of issue #5620 (revision 6965) as it appears that it was in error.tilghman1-1/+2
2008-07-16Fix a bug in iax2 registration that allowed peers to register with bbryant1-2/+2
2008-07-16Apparently, in certain cases, a callno is already destroyed when iax2_destroy...tilghman1-1/+1
2008-07-16Always ensure that the channel's tech_pvt reference is NULL after calling therussell1-0/+6
2008-07-15astman_send_error does not need a newline appended -- the API takes care oftilghman1-2/+2
2008-07-14Override the callerid in all cases when the callerid is set in the user, nottilghman1-13/+10
2008-07-13Reverting 2 changesets, as it breaks incoming IAX2 callstilghman1-53/+44
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming2-75/+112
2008-07-11Ensure that a destination callno of 0 will not match for frames that do nottilghman1-6/+15
2008-07-11Pass the devicestate from an underlying channel up through the Agent channel.tilghman1-1/+49
2008-07-11new installations should be using DAHDI instead of Zaptel, so the sample conf...kpfleming1-10/+8
2008-07-11add support for a configuration parameter for 'inband audio during RELEASE', ...kpfleming1-0/+13
2008-07-10Correctly deal with duplicate NEW frames (due to retransmission). Also, fixuptilghman1-45/+45
2008-07-08Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is nottilghman1-0/+1
2008-07-08Timestamp decoding for video mini-frames is bogus, because the timestamp onlytilghman1-10/+16
2008-07-08Don't hangup the call if we can't resolve the Contact if there's a proxyoej1-9/+5
2008-07-08Fix issues where repeated messages where ignored, but retransmitted reliably ...oej1-1/+2
2008-07-07Fix handling of when a pvt disappears. Properly return the pvt lockedrussell1-2/+4
2008-07-07Remove spurious trailing whitespace from log messages and fix a spelling errorseanbright1-3/+3
2008-07-07By using the iaxdynamicthreadcount to identify a thread, it was possiblemmichelson1-1/+2
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf2-37/+21
2008-07-02Fix thread-safety of some of the pbx_builtin_getvar_helper callsmmichelson1-0/+9
2008-07-01Disable the old, slow search for matching callno in chan_iax2 (but allow it t...tilghman1-0/+2
2008-07-01Oopstilghman1-2/+2
2008-07-01Change around how we schedule pings and lagrqs, and fix a reason why thetilghman1-25/+23
2008-07-01Suppress annoying warning by finding the remaining cases where the callno is ...tilghman1-0/+9
2008-07-01Use domain part of SIP uri in register= configuration as fromdomain.oej1-1/+9
2008-07-01Handle escaped URI's in call pickups. Patch by oej and IgorG.oej1-7/+11
2008-07-01Report 200 OK to all in-dialog OPTIONs requests (to confirm that the dialogoej1-4/+10
2008-07-01Fix bad XML for hold notification.oej1-1/+1
2008-06-30Load the proper channel configuration file based on which driver was detected.jpeeler1-6/+5
2008-06-30Send all responses to an INVITE reliably, so that we retransmit if we don't g...oej1-11/+11
2008-06-27When we get a 408 Timeout, don't stop trying to re-register.tilghman1-3/+2
2008-06-27Add proper deadlock avoidance.tilghman1-7/+14
2008-06-26Add support for peer realm based auth (a few missing lines, the rest is well ...oej1-3/+6
2008-06-26ensure that (whenever possible) if we generate a log message because an ioctl...kpfleming1-38/+42