<div dir="ltr">Hi every one,<br>                         I am trying to register a client with out challenge.. but i havent get i am trying since from 2 days can any one help me plz...... <br><br><br>i am using xml file as:<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;<br>&lt;!DOCTYPE scenario SYSTEM &quot;sipp.dtd&quot;&gt;<br><br>&lt;scenario name=&quot;registration&quot;&gt;<br><br>&lt;send retrans=&quot;500&quot;&gt;<br>
&lt;![CDATA[<br>REGISTER sip:[remote_ip]:[remote_port] SIP/2.0<br>Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]<br>From: &quot;[field0]&quot; &lt;sip:[field0]@[local_ip]:[local_port]&gt;;tag=[call_number]<br>
To: &quot;[field0]&quot; &lt;sip:[field0]@[remote_ip]:[remote_port]&gt;<br>Call-ID: [call_id]<br>CSeq: 1 REGISTER<br>Contact: &lt;sip:[field0]@[local_ip]:[local_port]&gt;<br>Expires: 300<br>Content-Length: 0<br>]]&gt;<br>
&lt;/send&gt;<br><br>&lt;recv response=&quot;200&quot; auth=&quot;true&quot; rtd=&quot;true&quot;&gt;<br>&lt;/recv&gt;<br><br>&lt;ResponseTimeRepartition value=&quot;10, 20&quot;/&gt;<br>&lt;CallLengthRepartition value=&quot;10&quot;/&gt;<br>
<br><br>&lt;/scenario&gt;<br><br>and sip.conf as<br><br>[general]<br>register =&gt;<a href="mailto:bob%3Asecret@127.0.0.1">bob:secret@127.0.0.1</a><br>bindport=5061<br>canreinvite=no<br>context=bob<br>disallow=all<br>qualify=yes<br>
<br>[bob]<br>type=friend<br>fromuser=bob<br>secret=secret<br>host=dynamic<br>nat=no<br>bindaddr=127.0.0.1<br>realm=127.0.0.1<br><br>Please anyone help me with the correct xml file and sip.conf as of i am struck in the middle......<br>
<br><br><br><br>Thanks a lot <br><br><br><br><br>br,<br>viswa<br><br></div>