<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>
<?xml version="1.0" encoding="ISO-8859-1" ?><br><!DOCTYPE scenario SYSTEM "sipp.dtd"><br><br><scenario name="registration"><br><br><send retrans="500"><br>
<![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: "[field0]" <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]<br>
To: "[field0]" <sip:[field0]@[remote_ip]:[remote_port]><br>Call-ID: [call_id]<br>CSeq: 1 REGISTER<br>Contact: <sip:[field0]@[local_ip]:[local_port]><br>Expires: 300<br>Content-Length: 0<br>]]><br>
</send><br><br><recv response="200" auth="true" rtd="true"><br></recv><br><br><ResponseTimeRepartition value="10, 20"/><br><CallLengthRepartition value="10"/><br>
<br><br></scenario><br><br>and sip.conf as<br><br>[general]<br>register =><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>