Not sure if this will help, but have you considered using the -aa
switch to auto respond to inbound NOTIFYs and simply pausing your
scenario (add a pause command in the scenario file)?
Normally when testing a similar scenario, as you have described, I
send a SUBSCRIBE with a different port in the SIP contact header. Then
I run another instance of SIPp on the other "different" port which
simply responds to an in bound NOTIFY such as:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="NOTIFY signal listener">
<recv request="NOTIFY" />
<send>
<![CDATA[
SIP/2.0 200 OK
[last_Via:]
[last_To]
[last_From]
[last_Call-ID:]
[last_CSeq:]
[last_Event:]
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
Content-Length: 0
]]>
</send>
</scenario>
Or, you could use the -aa switch as described before.
HTH,
Simon
2008/8/10 ims.asuser ims.asuser <[EMAIL PROTECTED]>:
>
> Hi all,
>
> That not totally right (for me), If I follow that registration flow,
> OpenIMSCore sends me a NOTIFY. after receiving the 200 OK for the IMS core,
> it tries to send me a NOTIFY. As the program stopped, It tries to send it
> again and again...That' really painful because when I run my UAS, it is
> expecting to receive an INVITE but it receives a NOTIFY (that the core sends
> back).
>
> So, I have decided to send a subscribe to the reg event (thank you Franz)
> but SIPp is blocked on receiving a NOTIFY. Even if the core send tons of
> NOTIFY messages, it does not take it into account...weird!
>
> I think I will (soon) test the IMS bench SIPp, Is anyone have a simple
> tutorial that show to use it easily and quickly (I have read all the 67
> pages of documentation and that look really difficult, I do not where to
> start from!)
>
> Thank you all!!
> Khaldon
>
> ps: attached is my scenario and wireshark trace
>
> 2008/8/7 Кузьмин И. И. <[EMAIL PROTECTED]>
>>
>> Hi Khaldon,
>>
>> i did perfomance tests of OpenIMSCore using SIPp 2.1 and SIPp IMS Bench.
>> Normal Registration signaling flow looks like:
>>
>> > 1) register ->
>> > 2) <-401
>> > 3) register->
>> > 4) <-200
>>
>> it's enough to provide the registration for user. Pay attention to
>> P-Headers ;)
>>
>> In addition you'll need to fill the FoHSS with a number of subscriber
>> entities, to handle this issue in automatic mode analyse the SQL scripts
>> used for creation of Alice and Bob.
>>
>> Regards,
>> Ivan Kuzmin.
>> State University of Telecomunications, St.Petersburg, Russia.
>>
>>
>> -----Original Message-----
>> From: "ims.asuser ims.asuser" <[EMAIL PROTECTED]>
>> To: [email protected]
>> Date: Thu, 7 Aug 2008 16:16:40 +0200
>> Subject: [Sipp-users] SUBSCRIBE scenario
>>
>> >
>> > Hi all,
>> >
>> > I would like to test the OpenIMSCore platform (I will perform as much as
>> > I
>> > can). These tests will be then given to the IMS community.
>> > First of all, did anyone perform OpenIMSCOre tests using SIPp?
>> >
>> > I would like to perform first in different stage:
>> > 1) Registration
>> > 2) Calls
>> > 3) Instant Messaging
>> >
>> > So far, I'm only on the first step (registering a user). I only managed
>> > to
>> > do a simple registration (register ->, <-401, register->, <-200). But I
>> > have
>> > problems when I want to go further.
>> > In ims, the scenario looks like that:
>> > 1) register ->
>> > 2) <-401
>> > 3) register->
>> > 4) <-200
>> > 5) subscribe->
>> > 6) <-notify
>> > 7) 200->
>> >
>> > The IMS Core is behaving really eerily when I send a subscribe message
>> > then
>> > the simulation stops
>> > Is anyone know why is it working like that?
>> >
>> > Attached are my script and wireshark trace.
>> >
>> > Many thanks,
>> > Khaldon
>> >
>> > ATTACHMENT: text/xml (Registerbob1.xml)
>> > ATTACHMENT: application/octet-stream (SIPp_SUBSCRIBE)
>> >
>> >
>> > -------------------------------------------------------------------------
>> > This SF.Net email is sponsored by the Moblin Your Move Developer's
>> > challenge
>> > Build the coolest Linux based applications with Moblin SDK & win great
>> > prizes
>> > Grand prize is a trip for two to an Open Source event anywhere in the
>> > world
>> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> >
>> > _______________________________________________
>> > Sipp-users mailing list
>> > [email protected]
>> > https://lists.sourceforge.net/lists/listinfo/sipp-users
>> >
>> >
>>
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users