Title: Message
Project:  Register and make calls between 100+ SIP stations
 
I am having a problem registering the stations.
 
I can now get one station to register, but not more than one.
 
I believe the problem is the Call ID field, branch, and tag information does not increment.
 
Here is the scenario:
<?xml version="1.0" encoding="ISO-8859-1" ?>
 <scenario name="register_answer">
 <send>
  <![CDATA[
    REGISTER sip:10.0.60.1 SIP/2.0
        Via: SIP/2.0/UDP 10.0.60.100:5060;branch=[branch]
        From: <sip:[EMAIL PROTECTED]:5060>;tag=[call_number]
        To: <sip:[EMAIL PROTECTED]:5060>
        Call-ID: [call_id]
  [$1]
        CSeq: 1 REGISTER
        Contact: <sip:[EMAIL PROTECTED]:5060>
        Content-Length: 0
        Expires: 3600
    ]]>
 </send>
 
 <nop><action><log message="sent REGISTER."/></action></nop>
 
<recv response="200" >
 </recv>
<pause milliseconds="2000">
</pause>
 <send>
 <![CDATA[
        REGISTER sip:10.0.60.1 SIP/2.0
        Via: SIP/2.0/UDP 10.0.60.100:5060;branch=[branch]
        From: <sip:[EMAIL PROTECTED]:5060>;tag=[call_number]
        To: <sip:[EMAIL PROTECTED]:5060>
        Call-ID: [call_id]
        CSeq: 2 REGISTER
        Contact: <sip:[EMAIL PROTECTED]:5060>
        Content-Length: 0
        Expires: 3600
    ]]>
 </send>
 <nop><action><log message="sent 2nd."/></action></nop>
   <recv response="200" >
  </recv>
 
 <nop><action><log message="CALL OVER."/></action></nop>
 
 </scenario>
 

Jeff OllierNetwork Quality Control Engineer

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to