]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Enhanced zap_channel_done in zap_io.c to set channel->state to ZAP_CHANNEL_STATE_DOWN.
authorHelmut Kuper <helmut.kuper@ewetel.de>
Thu, 26 Feb 2009 08:31:04 +0000 (08:31 +0000)
committerHelmut Kuper <helmut.kuper@ewetel.de>
Thu, 26 Feb 2009 08:31:04 +0000 (08:31 +0000)
commit34c005b3de6ee925dbaa8e5a42a7f90304cfbe7d
tree637efebd1b7d5982517d0da4fc33bdfad13a95b5
parent94a99e9906d1e9cfe61ec766634042ffeb457119
Enhanced zap_channel_done in zap_io.c to set channel->state to ZAP_CHANNEL_STATE_DOWN.
Befor that the function only sets init_state to DOWN, which is quite bad when there are
hanging channels with state <> DOWN and ozmod_isdn.c make it decisions on that.

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@674 a93c3328-9c30-0410-af19-c9cd2b2d52af
libs/openzap/src/zap_io.c