Title: Message

If you call sipp with a parameter

 –cid_str [EMAIL PROTECTED]

 

And then just use [call_id] in the REGISTER, you should get what you want.

 

If you are only making one call, you could just set a fixed string or something like –cid_str [EMAIL PROTECTED]

 

You need a reasonably recent sipp – I think these changes went in about 3 months ago (I checked the 4th Oct code to get the parameters correct).

 

Peter

 

Peter Higginson

Newport Networks Ltd,

Direct line 01494 470694

http://www.newport-networks.com/


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Ollier
Sent: 11 October 2006 19:43
To: [email protected]
Subject: [Sipp-users] registration problem

 

My SIP Server is very specific about its receive syntax.  The user is specific.  When a register attempt is made, it validates the user from an available table.  Also, the call id field is checked as well.  I created the scenario below, but the SIP server won't validate it.  If I set the call id manually, the SIP Server allows it, but SIPp will not respond to the 200 OK.  This is the beginning of the scenario.  I am trying to setup a randomizer to randomize the "from" ua and the "to" ua (4001-4999) and send register (to), register (from), then invite (from), then OK (to), then audio (both ways), then bye (from), then OK (to). 

 

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <scenario name="register">
 <send>
  <![CDATA[
    REGISTER sip:10.0.60.1 SIP/2.0
        Via: SIP/2.0/UDP 10.0.60.100:5060;branch=z9hG4bk776050712
        From: <sip:[EMAIL PROTECTED]:5060>;tag=1234567890
        To: <sip:[EMAIL PROTECTED]:5060>
        Call-ID: [EMAIL PROTECTED]
        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>


  
 </scenario>

 

 

Jeff OllierNetwork Quality Control Engineer

END

 




---------------
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the contents in this e-mail is strictly forbidden.
---------------
-------------------------------------------------------------------------
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