OPENZAP-238: [freetdm] Confirm release on hangup of raw GSM call

This commit is contained in:
Moises Silva 2014-08-07 01:57:14 -04:00
parent 0267ab566d
commit 54005bfead

View File

@ -404,6 +404,7 @@ void on_wat_rel_ind(unsigned char span_id, uint8_t call_id, wat_rel_event_t *rel
/* This is most likely due to a call to enable call
* forwarding, which does not run the state machine */
ftdm_clear_flag(gsm_data->bchan, FTDM_CHANNEL_INUSE);
wat_rel_req(span_id, call_id);
return;
}