aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-30Cannot join detached threads. See http://www.opengroup.org/onlinepubs/000095...tilghman1-3/+4
2008-10-30Unlock before returning, when extension doesn't exist.tilghman1-0/+1
2008-10-29Fix an incorrect usage of sizeof()russell1-1/+1
2008-10-27Buffer policy setting for half is not needed.jpeeler1-2/+0
2008-10-27Inherit ALL elements of CallerID across a local channel.tilghman1-0/+4
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-2/+2
2008-10-16Fix memory leak found by customerrmudgett1-0/+1
2008-10-15fix some problems when parsing SIP messages that have the maximum number of h...kpfleming1-13/+24
2008-10-14Change this warning to an error message. Suggestionmmichelson1-1/+1
2008-10-14Call register_peer_exten even in the case that the peer'smmichelson1-9/+11
2008-10-14Don't allow reserved characters to be used in registermmichelson1-0/+21