aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-01-12I am reverting the fix made in revision 168128 (and its upward merges)mmichelson1-5/+1
2009-01-09* Fix for JIRA AST-175/ABE-1757rmudgett1-22/+222
2009-01-09Add check_via calls to more request handlersmmichelson1-1/+5
2009-01-08remove an unnecessary argument to queue_request()kpfleming1-2/+2
2009-01-07When a SIP request or response arrives for a dialog with an associated Asteri...kpfleming1-14/+115
2009-01-06Merged revisions 167259 via svnmerge from tilghman1-4/+16
2009-01-05A couple of changes to T.38 SDP attribute handlingmmichelson1-28/+48
2009-01-01Repeat attempts to write when we receive -EAGAIN from the driver, as detailedtilghman1-3/+9
2008-12-31Also inherit the musiconhold class.tilghman1-0/+1
2008-12-28Use strncat() instead of an sprintf() in which source and target buffers overlaprussell1-2/+3
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman1-0/+2
2008-12-22Fix a deadlock relating to channel locks and autoservicemmichelson1-1/+12
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson1-8/+5
2008-12-19(closes issue #13480)jpeeler2-54/+12
2008-12-16After looking through SIP registration code most of the day, thismmichelson1-1/+3
2008-12-16Fix a memory leak related to the use of the "setvar" configuration option.russell1-10/+14
2008-12-15Do not try to unlock a non-existant channel if the transfer fails.file1-1/+3
2008-12-10Fix subscription based MWI up a bit. We only want to put sip: at the beginnin...file1-2/+2
2008-12-10When a SIP peer unregisters set the expiry time back to 0 so that the 200 OK ...file1-0/+1
2008-12-10Revert fix for issue 13570. It has caused more problems thanmmichelson1-21/+0
2008-12-09For some reason, after a distclean, gcc started returningtilghman1-1/+1
2008-12-08Make the usereqphone option work again.file1-1/+1
2008-12-03Only show this warning when we want to show it.qwell1-1/+2
2008-12-03During bridge code, the channel bridge may return a retry code, if a transfertilghman1-0/+4
2008-12-03Jon Bonilla (Manwe) pointed out on the -dev list:tilghman1-6/+5
2008-12-02When the text does not match exactly (e.g. RTP/SAVP), then the %n conversiontilghman1-6/+7
2008-12-01Apply some logic used in iax2_indicate() to iax2_setoption(), as well, since ...russell1-12/+42
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming5-9/+9
2008-11-26rename these files so as to avoid conflicts when users update their working c...kpfleming5-8/+8
2008-11-26simplify (and slightly bug-fix) the recent developer-oriented COMPILE_DOUBLE ...kpfleming3-7/+88
2008-11-25(closes issue #12694)murf1-0/+7
2008-11-25Don't try to send a response on a NULL pvt.tilghman1-1/+1
2008-11-25Merged revisions 159245 via svnmerge from tilghman1-2/+2
2008-11-22(closes issue #13786)jpeeler1-1/+1
2008-11-20We don't handle 4XX responses to BYE well. According tommichelson1-0/+14
2008-11-20Make sure to set the hangup cause on the calling channel in the casemmichelson1-0/+2
2008-11-20Merged revision 157977 fromrmudgett1-31/+46
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming1-1/+1
2008-11-18Add some missing invite state changes necessary in the sip_writemmichelson1-2/+4
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson1-1/+7
2008-11-12Revert revision 132506, since it occasionally caused IAX2 HANGUP packets nottilghman1-3/+23
2008-11-10Channel drivers assume that when their indicate callbackmmichelson1-3/+9
2008-11-07Clarify error message.tilghman1-1/+1
2008-11-05The logic of a strcasecmp call was reversedmmichelson1-1/+1
2008-11-04On busy systems, it's possible for the values checked within a single linetilghman1-0/+9
2008-11-04JIRA ABE-1703rmudgett1-1/+1
2008-11-04Make the monitor thread non-detached, so it can be joined (suggested by Russelltilghman1-8/+2
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming2-6/+11
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming5-28/+62
2008-10-31Turn off qualify on uncached realtime peers.tilghman1-0/+8