Hi,
 
I am sending the following method(NOTIFY) having a xml file from the sipp:
 
 <send>
    <![CDATA[
      NOTIFY sip:[EMAIL PROTECTED]:5063 SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      Record-Route: <sip:[local_ip]:[local_port];lr>
      From: Spirent-UE1 <sip:[EMAIL PROTECTED]:5060>;tag=[call_number]
      To: Spirent-UE2 <sip:[EMAIL PROTECTED]:5063>
      Call-ID: [call_id]
      CSeq: 4 NOTIFY
      Subscription-State: active;expires:3600
      Event: conference
      Contact: <sip:[EMAIL PROTECTED];session=1-1>
      Max-Forwards: 70
      Content-Type: application/conference-info+xml
      Content-Length: [len]
     
      <?xml version="1.0" encoding="UTF-8"?>
      <conference-info 
      xmlns="urn:ietf:params:xml:ns:conference-info"
      entity="sip: [EMAIL PROTECTED]" 
      state="full"  version="3">
      <users>
        <user entity="sip:[EMAIL PROTECTED]">
           <endpoint entity="sip:[EMAIL PROTECTED]">
              <status>connected</status>
                <media id="audio1172515958178">
              <type>audio</type>
              <status>sendrecv</status>
                </media>
             </endpoint>
           </user>
             <user entity="sip:[EMAIL PROTECTED]">
           <endpoint entity="null">
              <status>connected</status>
                <media id="audio1172515952218">
              <type>audio</type>
              <status>sendrecv</status>
                </media>
           </endpoint>
           </user>
        </users>
        </conference-info>
  
    ]]>
  </send>

But when i am analyzing it in the ethereal then the delimiter to each xml line 
is shown as \r\n.
Is it okay to have \r\n as delimiter?? Or is it just \n ??
I am also attaching the ethereal trace.
 
Any help on this would be appreciated.
 
Rgds,
Ashok
 
 
 

Attachment: notify-with-xml
Description: notify-with-xml

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to