aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-09Make sure that the branch sent in CANCEL requestsmmichelson1-1/+6
2008-09-09When determining if codecs used by SIP peers allowmmichelson1-1/+1
2008-09-08Fix pedantic mode of chan_sip to only check themmichelson1-7/+23
2008-09-06This fix comes from Joshua Colp The Brilliant, who, given the trace, came up ...murf1-0/+2
2008-09-05Agent's should not try to call a channel's indicate callbackmmichelson1-1/+1
2008-09-05Commit 140417 had a logic flaw in it whichmmichelson1-3/+3
2008-09-02Make sure to use the correct length of the mohinterpret and mohsuggestseanbright1-2/+2
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-3/+3
2008-08-29Fix SIP's parsing so that if a port is specifiedmmichelson1-1/+5
2008-08-27Fix tag checking in get_sip_pvt_byid_locked whenmmichelson1-8/+17
2008-08-26add HAVE_PRI if define around dahdi_close_pri_fdjpeeler1-1/+3
2008-08-26Fix some bogus scheduler usage in chan_sip. This code used the return valuerussell1-5/+9
2008-08-26(closes issue #12071)jpeeler1-58/+31
2008-08-26Fix a race condition with the IAX scheduler thread. A lock and condition arerussell1-3/+2
2008-08-26correct a file location in an error messagekpfleming1-1/+1
2008-08-25Make SIPADDHEADER() propagate indefinitelytwilson1-3/+3
2008-08-22Fix the build. Thanks, mvanbaak!mmichelson1-2/+2
2008-08-22Prevent a deadlock in chan_iax2 resulting frommmichelson1-1/+4
2008-08-21Fixes loop that could possibly never exit in the event of a channel never bei...jpeeler1-1/+3
2008-08-21Apply fix for issue #13310 to branch 1.4, too.phsultan1-0/+2
2008-08-20Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, becaus...kpfleming1-3/+22
2008-08-20sip_read should properly handle a NULL return from sip_rtp_read.mmichelson1-1/+1
2008-08-19Reset agent_pvt variables back to the values in agents.confmmichelson1-1/+9