FS-4738 --resolve

This commit is contained in:
Anthony Minessale 2012-10-19 15:48:13 -04:00
parent 5eedbb5052
commit fe7580b13d
1 changed files with 1 additions and 0 deletions

View File

@ -1288,6 +1288,7 @@ SWITCH_DECLARE_NONSTD(switch_status_t) hanguphook(switch_core_session_t *session
if ((coresession = (CoreSession *) switch_channel_get_private(channel, "CoreSession"))) {
if (coresession->hook_state != state) {
coresession->cause = switch_channel_get_cause(channel);
coresession->hook_state = state;
coresession->check_hangup_hook();
}