[SIPForum-discussion] sip Re-registration

darshan b n bn.darshan at gmail.com
Tue Apr 24 05:55:53 UTC 2007


Hi ,

This is Re-registration testing scenerio..................where i will Register
with one contact  and  when i'm doing Re-registration i want to add one more
contact and update the previous one........please guide me in this
scenerio................please asap




<scenario name="Basic Sipstone UAC">
  <send>
    <![CDATA[

      REGISTER sip:[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: sipp <sip:reg1856@[local_ip]:[local_port]>;tag=[call_number]
      To: sipp <sip:reg1856@[local_ip]:[local_port]>
      Call-ID: [call_id]
      Cseq: 1 REGISTER
      Contact: <sip:reg1856@[local_ip]:[local_port]>
      Expires: 3600
      Max-Forwards: 70
      Content-Length: 0


    ]]>
  </send>

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

  <pause milliseconds="16000"/>

 <send>
    <![CDATA[

      REGISTER sip:[remote_ip]:[remote_port] SIP/2.0
      [last_Via:]
      [last_From:]
      [last_To:]
      Call-ID: [call_id]
      Cseq: 2 REGISTER
      Contact:<sip:reg1834 at 192.168.150.450:7000>
      Expires: 3890
      Max-Forwards: 70
      Content-Length: 0


    ]]>
  </send>
 <recv response="200"
        rtd="true">
  </recv>

-- 
darshan B N

THANKS AND REGARDS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sipforum.org/pipermail/discussion/attachments/20070424/ba85867c/attachment-0002.html>


More information about the discussion mailing list