hey everyone,

does anyone know how to put multiple NOTIFY message in a single XML script?  I 
am trying to test NOTIFY with different options. so instead write lots XML 
scenario scripts, can I just write one XML script, with sipp as uas sending 
multiple NOTIFY.  they will have same call ID but different Cseq.  eg:

  <send>
    <![CDATA[

      NOTIFY sip:[servi...@[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: sipp <sip:s...@[local_ip]:[local_port]>;tag=[call_number]
      To: <sip:[servi...@[remote_ip]:[remote_port]>
      Call-ID: [call_id]
      CSeq: 1 NOTIFY
      ....
    ]]>
  </send>

  <recv response="200" crlf="true">
  </recv>

  <pause milliseconds="2000"/>

  <send>
    <![CDATA[

      NOTIFY sip:[servi...@[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: sipp <sip:s...@[local_ip]:[local_port]>;tag=[call_number]
      To: <sip:[servi...@[remote_ip]:[remote_port]>
      Call-ID: [call_id]
      CSeq: 2 NOTIFY
      .....
    ]]>

  <recv response="200" crlf="true">
  </recv>

I tried this but it doesn't work. for the 2nd OK sipp receives, sipp complains 
" Discarding message which can't be mapped to a known SIPp call".

any help is appreciated.  



 ======
Make it as simple as possible, but not simpler.      -Albert Einstein


      
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to