<div dir="ltr">Hi All ,<div><br></div><div><br></div><div>      I am trying to find the C line of the sdp of a INVITE request . </div><div>    </div><div><span style="color:rgb(102,102,102);font-family:&#39;Lucida Console&#39;,&#39;Andale Mono&#39;,&#39;Courier New&#39;,Courier;font-size:0.9em;line-height:21.5933px;background-color:rgb(251,254,250)">if (is_method(&quot;INVITE&quot;))</span></div><pre class="" style="font-size:0.9em;font-family:&#39;Lucida Console&#39;,&#39;Andale Mono&#39;,&#39;Courier New&#39;,Courier;margin-top:0px;margin-bottom:0px;padding:6px;border:1px solid rgb(235,235,235);color:rgb(102,102,102);line-height:21.5933px;background-color:rgb(251,254,250)">   {
      $var(aline) = $(rb{sdp.line,a,1});
      xlog(&quot;The second a line in the SDP body is $var(aline)\n&quot;);
    }</pre><div>        I got the entire C line in this case as &quot;c=IN IP4  x.x.x.x&quot;. But if I wanted to get the IP of the C line then what should I do . Is there any comparison to get get the IP only . Please help me . Any kind of help is appreciated . </div><div><br></div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><b><i>Thanks &amp; Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div>
</div></div>