<div dir="ltr"><div>You could do something like below to check specifically for that case and override the uac test.<br><br>if (sdp_get_line_startswith("$avp(cline)", "c="))<br>    $var(sdp_contact_host) = $(avp(cline){re.subst,/<span class="gmail-pl-k">c</span>=IN IP4 (.+)/\1/})<span class="gmail-pl-c"><span class="gmail-pl-c">;</span></span><br><br></div><br>if (is_in_subnet("$avp(sdp_contact_host)", "<a href="http://192.0.0.0/29">192.0.0.0/29</a>"))<br>    .........<br></div>