Commit Graph

12911 Commits (eccd14d7f096926c1698697211d0bf12d4abf6b7)
 

Author SHA1 Message Date
Steve Murphy 3bb4f66a30 (closes issue #13251)
17 years ago
Philippe Sultan ab1b8017e2 Apply fix for issue #13310 to branch 1.4, too.
17 years ago
Russell Bryant 6177d367e2 Fix a crash in the ChanSpy application. The issue here is that if you call
17 years ago
Shaun Ruffell 54388197d2 Fix bug where the samples were not accurate when in G723 mode, which would
17 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
17 years ago
Steve Murphy 811faa8612 (closes issue #13263)
17 years ago
Mark Michelson 719645a4a6 sip_read should properly handle a NULL return from sip_rtp_read.
17 years ago
Jeff Peeler a763147ee6 add DAHDI_POLICY_WHEN_FULL compatability define for Zaptel
17 years ago
Mark Michelson e2fafbb6de Reset agent_pvt variables back to the values in agents.conf
17 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:
17 years ago
Mark Michelson ccfa1564da Add a lock and unlock prior to the destruction of the chanspy_ds
17 years ago
Mark Michelson 6f9bd7d072 Change the inequalities used in app_queue with regards
17 years ago
Kevin P. Fleming 5a0918d421 look for transcoder in proper place based on build against Zaptel or DAHDI
17 years ago
Sean Bright 7db192138f You know what's awesome? Code that compiles... ;)
17 years ago
Jeff Peeler fbd79d76b2 fix compilation warnings
17 years ago
Jeff Peeler ffc421d3fc fixes use count to properly decrement if an active dahdi channel is destroyed allowing module to be unloaded
17 years ago
Jeff Peeler 8982add7a8 add forgotten locks around ss_thread_count in ss_thread for dahdi restart
17 years ago
Tilghman Lesher fc195a2df6 More fixes for realtime peers.
17 years ago
Jeff Peeler 4159f6d3f7 initialize condition variable ss_thread_complete using ast_cond_init
17 years ago
Jeff Peeler df0a6baec5 declared static mutexes using AST_MUTEX_DEFINE_STATIC macro
17 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).
17 years ago
Russell Bryant 8a55c5427e Ensure that when a hangup occurs in autoservice, that a hangup frame gets
17 years ago
Tilghman Lesher e647244fe8 Additional check for more string specifiers than arguments.
17 years ago
Tilghman Lesher 5dff477c3e Oops, wrong direction
17 years ago
Tilghman Lesher 65a16565fd When creating the secondary subchannel name, it is necessary to compare to
17 years ago
Russell Bryant 960ebde9ca Comments in this config file were aligned only if your tab size was set to 8.
17 years ago
Kevin P. Fleming 32434426f0 forgot one module name that changed
17 years ago
Kevin P. Fleming e797e4ed72 add support for Zaptel versions that contain the new transcoder interface
17 years ago
Jeff Peeler 75bdfd1436 Register DAHDISendKeypadFacility application if dahdi_chan_mode is set to DAHDI + Zap. Mark ZapSendKeypadFacility application as deprecated on usage.
17 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
17 years ago
Kevin P. Fleming 2ebf0eee36 remove some more chan_zap references
17 years ago
Kevin P. Fleming d98254b147 document dahdichanname option in doc/asterisk-conf.txt
17 years ago
Sean Bright 1b6d4f92e9 Update docs to reflect the change to cdr_tds
17 years ago
Sean Bright 284d93f5d9 Bring cdr_tds in line with the other CDR backends and have it try to store
17 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)
17 years ago
Tilghman Lesher 9d294cd934 Deallocate database connection handle on disconnect, as we allocate another
17 years ago
Russell Bryant 2f11017cc1 Ensure PBX_DAHDI_TRANSCODE will evaluate to 0 if not found instead of empty.
17 years ago
Tilghman Lesher 6d7a2a5fa4 Merged revisions 136945 via svnmerge from
17 years ago
Steve Murphy 195fe34304 (closes issue #13236)
17 years ago
Kevin P. Fleming 31446d74a7 change the required dependency for codec_dahdi to only be satisfied by DAHDI and not Zaptel, as the new transcoder interface is only in DAHDI
17 years ago
Shaun Ruffell b6501cdb43 Updated codec_dahdi to use the new transcoder interface in the first DAHDI
17 years ago
Tilghman Lesher 925996df48 Update persistent state on all exit conditions.
17 years ago
Kevin P. Fleming c269b9ba10 add a raw list of all libraries that any part of Asterisk links directly to
17 years ago
Kevin P. Fleming 24dedd7016 work around a bug in gcc-4.2.3 that incorrectly ignores the casting away of 'const' for pointers when the developer knows it is safe to do so
17 years ago
Kevin P. Fleming b9b6f29610 remove config.cache during distclean, in case the user is using autoconf caching
17 years ago
Tilghman Lesher f2ead6dbc5 Also, parse useincomingcalleridonzaptransfer (and add appropriate deprecation
17 years ago
Tilghman Lesher d0721c085f For backwards compatibility with previous 1.4 versions which used "zapchan"
17 years ago
Richard Mudgett 57e3570b62 * The allowed_bearers setting in misdn.conf misspelled one
17 years ago
Mark Michelson 7dcb58af43 We only need to unregister the QueueStatus manager
17 years ago
Tilghman Lesher 43bd872365 -C option takes a filename, not a directory path.
17 years ago