Jeff Ollier wrote:
> 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>
Hello Jeff,

quoting an earlier response from Peter H:
"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]"

This should help you,
Olivier.

-------------------------------------------------------------------------
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