We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acda43 commit ee0f3ccCopy full SHA for ee0f3cc
1 file changed
pcscf/route/mo.cfg
@@ -132,7 +132,8 @@ route[N5_INIT_REQ] {
132
$var(sdp_src_port) = $sdp(m0:rtp:port);
133
$var(sdp_src_rtcp_port) = $sdp(m0:rtcp:port);
134
$var(sdp_mline_raw) = $sdp(m0:raw);
135
- xlog("L_INFO", "SDP Info : Connection IP is $var(sdp_src_ip) Port is $var(sdp_src_port) Mline dump $var(sdp_mline_raw) \n");
+
136
+ xlog("L_INFO", "SDP Info : Connection IP is $var(sdp_src_ip) Port is $var(sdp_src_port) Mline dump $var(sdp_mline_raw) \n");
137
138
$var(user_id_sdp_ip) = $fU;
139
# Store the SDP source IP in the hash table associated with the UE
0 commit comments