aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-14Deadlock prevention in chan_local.mmichelson1-0/+4
2008-10-08when parsing a text configuration option, ensure that the buffer on the stack...kpfleming1-2/+3
2008-10-07revert this change until i can understand why it results in locking order cha...kpfleming1-20/+14
2008-10-07don't start a PBX on incoming PRI call channels until after we're done settin...kpfleming1-14/+20
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman2-0/+8
2008-10-06Check whether an extension exists in the _call method, rather than the _alloctilghman1-0/+12
2008-10-06ensure that the private structure for pseudo channels is created without 'lea...kpfleming1-7/+6
2008-10-05Fix silly formatting.qwell1-1/+2
2008-09-30channels/chan_misdn.crmudgett5-2158/+2254
2008-09-25(closes issue #12101)murf1-1/+8
2008-09-24improved helptext of misdn_set_opt.crichter1-1/+2
2008-09-18A micro-fix, in sip_park_thread, where d is freed before the func is done usi...murf1-1/+1
2008-09-15Set the raw formats at the same time as the other formats.tilghman1-2/+2
2008-09-12(closes issue #12965)jpeeler1-0/+4
2008-09-12Create rules for disallowing contacts at certain addresses, which maytilghman1-7/+37