fix this .. thanks vpanayotov
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9213 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9a8acef08d
commit
5be15e2205
|
@ -707,7 +707,7 @@ static switch_status_t sofia_kill_channel(switch_core_session_t *session, int si
|
||||||
switch_rtp_break(tech_pvt->rtp_session);
|
switch_rtp_break(tech_pvt->rtp_session);
|
||||||
}
|
}
|
||||||
if (switch_rtp_ready(tech_pvt->video_rtp_session)) {
|
if (switch_rtp_ready(tech_pvt->video_rtp_session)) {
|
||||||
switch_rtp_break(tech_pvt->rtp_session);
|
switch_rtp_break(tech_pvt->video_rtp_session);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SWITCH_SIG_KILL:
|
case SWITCH_SIG_KILL:
|
||||||
|
|
Loading…
Reference in New Issue