aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Additional fixes for AST-2009-001tilghman1-16/+17
2009-01-07Argh. Stupid error. Mea culpa.v1.4.22.1tilghman1-1/+1
2009-01-06Security fix AST-2009-001tilghman1-4/+16
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
2008-08-19Add configuration option to chan_dahdi.conf to allow buffering policy and num...jpeeler1-17/+38
2008-08-18You know what's awesome? Code that compiles... ;)seanbright1-1/+1
2008-08-18fix compilation warningsjpeeler1-1/+4
2008-08-16fixes use count to properly decrement if an active dahdi channel is destroyed...jpeeler1-0/+1
2008-08-15add forgotten locks around ss_thread_count in ss_thread for dahdi restartjpeeler1-0/+2
2008-08-15More fixes for realtime peers.tilghman1-30/+41
2008-08-15initialize condition variable ss_thread_complete using ast_cond_initjpeeler1-1/+4
2008-08-15declared static mutexes using AST_MUTEX_DEFINE_STATIC macrojpeeler1-2/+2
2008-08-15Fixes the dahdi restart functionality. Dahdi restart allows one to restart al...jpeeler1-62/+234
2008-08-14Oops, wrong directiontilghman1-1/+1
2008-08-14When creating the secondary subchannel name, it is necessary to compare totilghman1-1/+1
2008-08-14add support for Zaptel versions that contain the new transcoder interfacekpfleming1-1/+1
2008-08-13Register DAHDISendKeypadFacility application if dahdi_chan_mode is set to DAH...jpeeler1-3/+27
2008-08-13document dahdichanname option in doc/asterisk-conf.txtkpfleming1-8/+15
2008-08-07Also, parse useincomingcalleridonzaptransfer (and add appropriate deprecationtilghman1-1/+7
2008-08-07For backwards compatibility with previous 1.4 versions which used "zapchan"tilghman1-1/+1
2008-08-06* The allowed_bearers setting in misdn.conf misspelled onermudgett2-75/+90
2008-08-06Since adding the AST_CONTROL_SRCUPDATE frame type,mmichelson1-3/+1
2008-08-05In a conversion to use ast_strlen_zero, the meaning of the flag IAX_HASCALLERIDtilghman1-19/+6
2008-08-01fix some potential deadlocks in chan_skinnymvanbaak1-0/+4
2008-07-31In case we have some processing threads that free more frames than they alloc...russell1-8/+19
2008-07-29build against the now-typedef-free dahdi/user.hkpfleming1-36/+36
2008-07-25Fix some errant device states by making the devicestate API more strict intilghman1-0/+8
2008-07-25We need to make sure to null-terminate the "name"mmichelson1-0/+2
2008-07-24Fix rtautoclear and rtcachefriendstilghman1-5/+11
2008-07-23inbandrelease is gone - it's now inbanddisconnectqwell1-2/+2