Jeff, if you look in the archives for a post on 6/5/06 by me entitled "cid_str diffs for user specified call-id", you'll find a patch which allows call-id to be provided to SIPp from a inf file. It's a bit of a hack, but works for my purposes. You might find it useful.
This way, you can supply a 'hard coded' call-id for each call as a field in the inf file, and sipp will respond as if it generated it himself. t > 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 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 -------------------------------------------------------------------------- :: F. Tarek Rogers :: [EMAIL PROTECTED] :: echo '[dO%O+3E%O+PO/d0<0]\ Fi22os0302E554A6CCBCBAB0079639705881B3BCD79B52636A81C0D9E025134C3l0xAP'|dc ------------------------------------------------------------------------- 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
