]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix hangup issue
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 10 Feb 2009 23:44:51 +0000 (23:44 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 10 Feb 2009 23:44:51 +0000 (23:44 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@660 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_libpri/ozmod_libpri.c

index 7bb7b7678bf7e47db5ebdc936f0d48b77e84b4ac..3dc0c88ad48371dc92e7156b073b273b3a19ded7 100644 (file)
@@ -511,6 +511,7 @@ static int on_hangup(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_even
                call = (q931_call *) zchan->call_data;
                zap_log(ZAP_LOG_DEBUG, "-- Hangup on channel %d:%d\n", spri->span, pevent->hangup.channel);
                zchan->caller_data.hangup_cause = pevent->hangup.cause;
+               pri_release(spri->pri, call, 0);
                pri_destroycall(spri->pri, call);
                zap_set_state_locked(zchan, ZAP_CHANNEL_STATE_TERMINATING);
        } else {