[SIPForum-discussion] sip Re-registration
    Srinivas . 
    nsrinivas at TechMahindra.com
       
    Tue Apr 24 07:17:58 UTC 2007
    
    
  
Darshan,
You can get call flow examples in RFC 3665 Section 2.2
 
________________________________
From: discussion-bounces at sipforum.org
[mailto:discussion-bounces at sipforum.org] On Behalf Of darshan b n
Sent: Tuesday, April 24, 2007 11:26 AM
To: discussion at sipforum.org
Subject: [SIPForum-discussion] sip Re-registration
 
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 
============================================================================================================================
 
Disclaimer:
This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra.
============================================================================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sipforum.org/pipermail/discussion/attachments/20070424/5b33dc7d/attachment-0002.html>
    
    
More information about the discussion
mailing list