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>
<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>
</recv>
</scenario>
Jeff Ollier│Network Quality Control Engineer│8001 Jetstar Dr., Irving, TX 75063│972.929.0242│Fax 972.929.8919│
This e-mail and any files transmitted with it are the property of Iwatsu Voice Networks and are confidential, and intended solely for the use of the individual or entity to which this e-mail is addressed. If you are not one of the named recipients or otherwise have reason to believe that you have received this message in error, please notify the sender at 972.929.0242 and delete this message immediately from your computer. Any other use, retention, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited
------------------------------------------------------------------------- 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
