aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-02After reconsidering, with respect to 13409, ast_cdr_detach should be OK, bett...murf1-1/+1
2008-09-02(closes issue #13409)murf2-0/+7
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 noticedmmichelson3-5/+5
2008-08-29Add context checking when retrieving a vm_state.mmichelson1-12/+15
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-26sounds/Makefile installs sounds using the "new" language directory structure,...twilson1-2/+2
2008-08-26correct a file location in an error messagekpfleming1-1/+1
2008-08-25Fix a typo I made. Lesson learned, apply the patch if one exists.jpeeler1-1/+1
2008-08-25Some versions of awk (nawk, for example) don't like empty regular expressionsseanbright2-2/+2
2008-08-25Make SIPADDHEADER() propagate indefinitelytwilson1-3/+3
2008-08-25Fix the logic in config_text_file_save so that if anmmichelson1-3/+5
2008-08-25This patch reverts the changes made via 139347, and 139635, as usersmurf2-48/+0
2008-08-22I found some problems with the code I committed earlier, whenmurf1-0/+8
2008-08-22(closes issue #13359)jpeeler1-1/+1
2008-08-22Fix compilation when DEBUG_THREAD_LOCALS is selectedmmichelson1-1/+1
2008-08-22Remove show_frame_stats_deprecated since it is notmmichelson1-17/+0
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-21(closes issue #13251)murf2-0/+40
2008-08-21Apply fix for issue #13310 to branch 1.4, too.phsultan1-0/+2
2008-08-20Fix a crash in the ChanSpy application. The issue here is that if you callrussell1-2/+2
2008-08-20Fix bug where the samples were not accurate when in G723 mode, which would sruffell1-6/+16
2008-08-20Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, becaus...kpfleming4-4/+147
2008-08-20(closes issue #13263)murf1-4/+7
2008-08-20sip_read should properly handle a NULL return from sip_rtp_read.mmichelson1-1/+1
2008-08-19add DAHDI_POLICY_WHEN_FULL compatability define for Zapteljpeeler1-0/+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-19Add a lock and unlock prior to the destruction of the chanspy_dsmmichelson1-0/+2
2008-08-18Change the inequalities used in app_queue with regardsmmichelson1-9/+9
2008-08-18look for transcoder in proper place based on build against Zaptel or DAHDIkpfleming1-2/+16
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.tilghman2-31/+44
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-15Ensure that when a hangup occurs in autoservice, that a hangup frame getsrussell1-9/+5
2008-08-15Additional check for more string specifiers than arguments.tilghman1-4/+15
2008-08-14Oops, wrong directiontilghman1-1/+1
2008-08-14When creating the secondary subchannel name, it is necessary to compare totilghman1-1/+1