git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5581 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-08-09 18:20:58 +00:00
parent 7deb3330a1
commit f1466b814c

View File

@ -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;