Linksys P-RTP-Stat SIP header values (SFSIP-66)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8821 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-06-23 16:52:38 +00:00
parent 444c93c36e
commit cff64f45c1
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -144,6 +144,10 @@ void sofia_handle_sip_i_bye(switch_core_session_t *session, int status,
if ((tmp = sofia_glue_get_unknown_header(sip, "rtp-rxstat"))) {
switch_channel_set_variable(channel, "sip_rtp_rxstat", tmp);
}
if ((tmp = sofia_glue_get_unknown_header(sip, "P-RTP-Stat"))) {
switch_channel_set_variable(channel, "sip_p_rtp_stat", tmp);
}
return;
}