Commit Graph

12893 Commits (8f720a0bdfd2f2448dff7145c3555c8cced0f41e)
 

Author SHA1 Message Date
Steve Murphy 8f720a0bdf A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer for bringing it to our attention
18 years ago
Steve Murphy 00256a00c2 (closes issue #13357)
18 years ago
Jeff Peeler 1c8fff43ad (closes issue #11979)
18 years ago
Mark Michelson 3bf0a6c221 Fix voicemail forwarding when using ODBC storage.
18 years ago
Russell Bryant cb07ce5fa0 Don't freak out if the poll emulation receives NULL for the pollfds array
18 years ago
Mark Michelson df5793b73c After adding the context checking to app_voicemail
18 years ago
Steve Murphy 32218b2529 I am turning the warnings generated in ast_cdr_free and post_cdr into verbose level 2 messages. Really, they matter little to end users. You either get the CDR's you wanted, or you don't, and it is a bug.
18 years ago
Steve Murphy 84800b8fb0 After reconsidering, with respect to 13409, ast_cdr_detach should be OK, better in fact, than ast_cdr_free, which generates lots of useless warnings that will undoubtably generate complaints.
18 years ago
Steve Murphy f255b55947 (closes issue #13409)
18 years ago
Sean Bright 161b31df57 Make sure to use the correct length of the mohinterpret and mohsuggest
18 years ago
Mark Michelson e1b81179dc After working on the ao2_containers branch, I noticed
18 years ago
Mark Michelson 8fc827e3cd Add context checking when retrieving a vm_state.
18 years ago
Mark Michelson 3e0342deaf Fix SIP's parsing so that if a port is specified
18 years ago
Mark Michelson ec8c71e9c1 Fix tag checking in get_sip_pvt_byid_locked when
18 years ago
Jeff Peeler 7c9fa301c6 add HAVE_PRI if define around dahdi_close_pri_fd
18 years ago
Russell Bryant 91cec13c3d Fix some bogus scheduler usage in chan_sip. This code used the return value
18 years ago
Jeff Peeler dc243f61be (closes issue #12071)
18 years ago
Russell Bryant 3696fbe740 Fix a race condition with the IAX scheduler thread. A lock and condition are
18 years ago
Terry Wilson a418df6432 sounds/Makefile installs sounds using the "new" language directory structure, but languageprefix needs to be set = yes for sounds in subdirectories (digits/1, etc.) to play as the correct language.
18 years ago
Kevin P. Fleming 3f0d388eee correct a file location in an error message
18 years ago
Jeff Peeler a25c32289b Fix a typo I made. Lesson learned, apply the patch if one exists.
18 years ago
Sean Bright 319a21d960 Some versions of awk (nawk, for example) don't like empty regular expressions
18 years ago
Terry Wilson 7488ddc223 Make SIPADDHEADER() propagate indefinitely
18 years ago
Mark Michelson b7585650d9 Fix the logic in config_text_file_save so that if an
18 years ago
Steve Murphy 271e1a4acf This patch reverts the changes made via 139347, and 139635, as users
18 years ago
Steve Murphy d0f001accc I found some problems with the code I committed earlier, when
18 years ago
Jeff Peeler d2a637a424 (closes issue #13359)
18 years ago
Mark Michelson 28b9f5b384 Fix compilation when DEBUG_THREAD_LOCALS is selected
18 years ago
Mark Michelson 74e98c5995 Remove show_frame_stats_deprecated since it is not
18 years ago
Mark Michelson d8e66b0b1a Fix the build. Thanks, mvanbaak!
18 years ago
Mark Michelson 64102eed18 Prevent a deadlock in chan_iax2 resulting from
18 years ago
Jeff Peeler fc0e5dd3f9 Fixes loop that could possibly never exit in the event of a channel never being able to be opened or specify after a restart.
18 years ago
Steve Murphy 3bb4f66a30 (closes issue #13251)
18 years ago
Philippe Sultan ab1b8017e2 Apply fix for issue #13310 to branch 1.4, too.
18 years ago
Russell Bryant 6177d367e2 Fix a crash in the ChanSpy application. The issue here is that if you call
18 years ago
Shaun Ruffell 54388197d2 Fix bug where the samples were not accurate when in G723 mode, which would
18 years ago
Kevin P. Fleming e2fc623d88 Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, because not doing so just makes it difficult for people with channels that are in alarm when Asterisk starts up to get them going once the alarm is cleared
18 years ago
Steve Murphy 811faa8612 (closes issue #13263)
18 years ago
Mark Michelson 719645a4a6 sip_read should properly handle a NULL return from sip_rtp_read.
18 years ago
Jeff Peeler a763147ee6 add DAHDI_POLICY_WHEN_FULL compatability define for Zaptel
18 years ago
Mark Michelson e2fafbb6de Reset agent_pvt variables back to the values in agents.conf
18 years ago
Jeff Peeler 05e68b7ca6 Add configuration option to chan_dahdi.conf to allow buffering policy and number of buffers to be configured per channel. Syntax:
18 years ago
Mark Michelson ccfa1564da Add a lock and unlock prior to the destruction of the chanspy_ds
18 years ago
Mark Michelson 6f9bd7d072 Change the inequalities used in app_queue with regards
18 years ago
Kevin P. Fleming 5a0918d421 look for transcoder in proper place based on build against Zaptel or DAHDI
18 years ago
Sean Bright 7db192138f You know what's awesome? Code that compiles... ;)
18 years ago
Jeff Peeler fbd79d76b2 fix compilation warnings
18 years ago
Jeff Peeler ffc421d3fc fixes use count to properly decrement if an active dahdi channel is destroyed allowing module to be unloaded
18 years ago
Jeff Peeler 8982add7a8 add forgotten locks around ss_thread_count in ss_thread for dahdi restart
18 years ago
Tilghman Lesher fc195a2df6 More fixes for realtime peers.
18 years ago