freetdm: only set ec call end when the HANGUP state is confirmed

This commit is contained in:
Moises Silva
2011-02-18 10:51:36 -05:00
parent 22b3d34d55
commit f734891d75
2 changed files with 2 additions and 2 deletions

View File

@@ -83,6 +83,8 @@ FT_DECLARE(ftdm_status_t) _ftdm_channel_complete_state(const char *file, const c
msg.channel = fchan;
msg.event_id = FTDM_SIGEVENT_DIALING;
ftdm_span_send_signal(fchan->span, &msg);
} else if (state == FTDM_CHANNEL_STATE_HANGUP) {
ftdm_set_echocancel_call_end(fchan);
}
/* MAINTENANCE WARNING