aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-06Reverting behavior change (AGI should not exit non-zero on SUCCESS)tilghman1-1/+1
2008-09-05Agent's should not try to call a channel's indicate callbackmmichelson1-1/+1
2008-09-05Since greetings are not stored in IMAP, we shouldmmichelson1-1/+9
2008-09-05Commit 140417 had a logic flaw in it whichmmichelson1-3/+3
2008-09-05A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer fo...murf1-1/+1
2008-09-04(closes issue #13357)murf5-442/+876
2008-09-04(closes issue #11979)jpeeler2-5/+12
2008-09-03Fix voicemail forwarding when using ODBC storage.mmichelson1-2/+13
2008-09-03Don't freak out if the poll emulation receives NULL for the pollfds arrayrussell1-5/+5
2008-09-02After adding the context checking to app_voicemailmmichelson1-0/+1
2008-09-02I am turning the warnings generated in ast_cdr_free and post_cdr into verbose...murf1-10/+10
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