aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming1-0/+1
2008-06-25Pvt deadlock causes some channels to get stuck in Reserved status.tilghman1-3/+4
2008-06-24Don't access the pvt structure if unable to acquire the lock.tilghman1-7/+18
2008-06-23emit a warning if the old IAX2 call searching code finds a call when the new ...kpfleming1-1/+16
2008-06-20When using a Local channel, started by a call file, with a destination of antilghman1-0/+3
2008-06-19It's possible for a hangup to be received, even just after the initial cidtilghman1-1/+5
2008-06-17Make chan_sip build under dev mode with compilers >= GCC 4.2mmichelson1-1/+3
2008-06-17Fix 3 more places where not locking the structure could cause the wrong lock ...tilghman1-12/+15
2008-06-17Cisco BTS sends SIP responses with a tab between the Cseq number andmmichelson1-3/+3
2008-06-16Port "hasvoicemail" change from SIP to other channel driverstilghman5-4/+24
2008-06-16People expect that if "hasvoicemail" is set in users.conf, even if "mailbox"tilghman1-0/+6
2008-06-16Only compare the first 15 characters so that even if the charset is specified...file1-1/+1
2008-06-16Don't send a BYE on a dialog that is already gone during a REFER.file1-1/+1
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler4-1095/+1165
2008-06-12Fix some race conditions that cause ast_assert() to report that chan_iax2 triedrussell1-0/+18
2008-06-11Make calls to ast_assert() actually test something, so that the error messagetilghman1-1/+1
2008-06-11fixed issue with previous commit, the find_free_channel test for channels whi...crichter1-8/+20
2008-06-10If we are destroying a dialog only set the MWI dialog pointer on the related ...file1-1/+3