hi,

     i'm trying to run a simple register using sipp. While running sipp shows 
the following error

    /home/sipp/normal_call/user1.xml: line 1: syntax error near unexpected 
token `newline'
/home/sipp/normal_call/user1.xml: line 1: `<?xml version="1.0" 
encoding="ISO-8859-1" ?>'

    Any idea what is causing this problem? I have attached the xml script file 
for your reference.

Thanks,

Sairam S


      
<?xml version="1.0" encoding="ISO-8859-1"?>
<scenario name="REGISTER">
  <send retrans="1000" start_rtd="2">
    <![CDATA[
      REGISTER sip:[field4] SIP/2.0
      From: <sip:[EMAIL PROTECTED]>;tag=[call_number]
      To: <sip:[EMAIL PROTECTED]>
      Call-ID: [call_id]
      CSeq: 1 REGISTER
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      Supported: path, 100rel
      Max-Forwards: 70
      User-Agent: IMS 4.2 VzW
      Contact: <sip:[EMAIL PROTECTED]:[local_port]>
      Expires: 86400
      Allow: ACK, BYE, CANCEL, INVITE, MESSAGE, NOTIFY, PRACK, REFER, UPDATE
      P-Access-Network-Info: 3GPP2-1X-HRPD
      Content-Length: 0
     ]]>
  </send>
  <recv response="200" crlf="true" rtd="2">
  </recv>
</scenario>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to