<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:'Lucida Console','Andale Mono','Courier New',Courier;font-size:0.9em;line-height:21.5933px;background-color:rgb(251,254,250)">if (is_method("INVITE"))</span></div><pre class="" style="font-size:0.9em;font-family:'Lucida Console','Andale Mono','Courier New',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("The second a line in the SDP body is $var(aline)\n");
}</pre><div> I got the entire C line in this case as "c=IN IP4 x.x.x.x". 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 & 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>