mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user