clean up some of the mess from the RTP additions and add doxygen comments

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1059 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-04-06 02:47:11 +00:00
parent 46737750ab
commit de88d7e8bd
4 changed files with 126 additions and 14 deletions

View File

@@ -820,7 +820,7 @@ static switch_status exosip_kill_channel(switch_core_session *session, int sig)
switch_set_flag(tech_pvt, TFLAG_BYE);
if (tech_pvt->rtp_session) {
switch_rtp_killread(tech_pvt->rtp_session);
switch_rtp_kill_socket(tech_pvt->rtp_session);
}
return SWITCH_STATUS_SUCCESS;