forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5581 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7deb3330a1
commit
f1466b814c
@ -767,6 +767,7 @@ static switch_status_t channel_receive_message(switch_core_session_t *session, s
|
||||
{
|
||||
if (tech_pvt->iax_session) {
|
||||
iax_reject(tech_pvt->iax_session, msg->string_arg ? msg->string_arg : "Call Rejected");
|
||||
switch_set_flag(tech_pvt, TFLAG_HANGUP);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user