Commit Graph

12874 Commits (3f0d388eee66211ff7e5ef02187ff71e27a7d3c4)
 

Author SHA1 Message Date
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
Jeff Peeler 4159f6d3f7 initialize condition variable ss_thread_complete using ast_cond_init
18 years ago
Jeff Peeler df0a6baec5 declared static mutexes using AST_MUTEX_DEFINE_STATIC macro
18 years ago
Jeff Peeler 155afc5a4b Fixes the dahdi restart functionality. Dahdi restart allows one to restart all DAHDI channels, even if they are currently in use. This is different from unloading and then loading the module since unloading requires the use count to be zero. Reloading the module is different in that the signalling is not changed from what it was originally configured. Also, this fixes not closing all the file descriptors for D-channels upon module unload (which would prevent loading the module afterwards).
18 years ago
Russell Bryant 8a55c5427e Ensure that when a hangup occurs in autoservice, that a hangup frame gets
18 years ago
Tilghman Lesher e647244fe8 Additional check for more string specifiers than arguments.
18 years ago
Tilghman Lesher 5dff477c3e Oops, wrong direction
18 years ago
Tilghman Lesher 65a16565fd When creating the secondary subchannel name, it is necessary to compare to
18 years ago
Russell Bryant 960ebde9ca Comments in this config file were aligned only if your tab size was set to 8.
18 years ago
Kevin P. Fleming 32434426f0 forgot one module name that changed
18 years ago
Kevin P. Fleming e797e4ed72 add support for Zaptel versions that contain the new transcoder interface
18 years ago
Jeff Peeler 75bdfd1436 Register DAHDISendKeypadFacility application if dahdi_chan_mode is set to DAHDI + Zap. Mark ZapSendKeypadFacility application as deprecated on usage.
18 years ago
Kevin P. Fleming 3afd38a555 add document describing what users will need to be aware of when upgrading to this version and using DAHDI
18 years ago
Kevin P. Fleming 2ebf0eee36 remove some more chan_zap references
18 years ago
Kevin P. Fleming d98254b147 document dahdichanname option in doc/asterisk-conf.txt
18 years ago
Sean Bright 1b6d4f92e9 Update docs to reflect the change to cdr_tds
18 years ago
Sean Bright 284d93f5d9 Bring cdr_tds in line with the other CDR backends and have it try to store
18 years ago
Kevin P. Fleming a57dd05769 convert this module to be able to handle DAHDI or Zaptel (reported on asterisk-users, don't know how this got missed before)
18 years ago
Tilghman Lesher 9d294cd934 Deallocate database connection handle on disconnect, as we allocate another
18 years ago
Russell Bryant 2f11017cc1 Ensure PBX_DAHDI_TRANSCODE will evaluate to 0 if not found instead of empty.
18 years ago