]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixes the dahdi restart functionality. Dahdi restart allows one to restart all DAHDI...
authorJeff Peeler <jpeeler@digium.com>
Fri, 15 Aug 2008 19:21:51 +0000 (19:21 +0000)
committerJeff Peeler <jpeeler@digium.com>
Fri, 15 Aug 2008 19:21:51 +0000 (19:21 +0000)
commit155afc5a4bb7e786c0be3d0630eb49efa838dd58
tree82cb06dd37a73ef90c6980910c3ccb9e31cf86e3
parent8a55c5427e75ffa401cb88faa2bd4eeb2ce49581
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).

(closes issue #11017)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@138119 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c