forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4905 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3befbf36fb
commit
a2dd62f623
@ -665,10 +665,10 @@ static switch_status_t wanpipe_on_hangup(switch_core_session_t *session)
|
||||
} else if (tech_pvt->spri) {
|
||||
chanmap = tech_pvt->spri->private_info;
|
||||
|
||||
if (!switch_test_flag(tech_pvt, TFLAG_BYE)) {
|
||||
//if (!switch_test_flag(tech_pvt, TFLAG_BYE)) {
|
||||
pri_hangup(tech_pvt->spri->pri, tech_pvt->call, switch_channel_get_cause(channel));
|
||||
pri_destroycall(tech_pvt->spri->pri, tech_pvt->call);
|
||||
}
|
||||
//}
|
||||
|
||||
switch_mutex_lock(globals.channel_mutex);
|
||||
*chanmap->map[tech_pvt->callno] = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user