Hi All,

Please let me know if any body tried call forwarding, call waiting scenarios 
successfully using open-ims, sipp etc., May I know if 3pcc is required to 
invoke these services.

Also if you have sample xml input file for call forwarding/call waiting please 
attach with your reply.

Thanks in Advance.

Regards,
Praveen Raj.

________________________________
From: mayamatakeshi [mayamatake...@gmail.com]
Sent: Tuesday, October 20, 2009 7:35 AM
To: Koopmann, Jan-Peter
Cc: sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] Testing Registers and Subscriptions


On Tue, Oct 20, 2009 at 1:46 AM, Koopmann, Jan-Peter <jan-pe...@koopmann.eu> 
wrote:
Hi,

I would like to use sipp to test a few thousand registrations and
subscriptions. I have succeeded in convincing sipp to do x concurrent
calls of y seconds etc. However our current tests with registrations
all seem to register the phone and after working through the XML file
drop the connection. How do I teach sipp to get 2000 registrations
going, keep them up, do subscriptions, answer to options (asterisk)? I
am aware that you are not going to give me detailed step by step
instructions but if you could put me into the right way of sipp-
thinking it would help tremendously!

As far as I know, SIPp would not be able to handle Registration, Subscription 
and OPTIONS messages in a single scenario unless you can ensure all of the 
messages involved come and go with the same Call-ID for each "session" doing  
REGISTER/SUBSCRIBE/OPTIONS.
If I had to do it I would write 3 different scenarios and run them concurrently 
(start one instance of SIPp for each of them).
To keep registering and subscribing, you just have to use a loop:

  <label id="start_of_loop" />

  ... REGISTER or SUBSCRiBE processing goes here ...

  <pause/>

  <nop next="start_of_loop" />


Then, if the OPTIONS is sent by Asterisk due to Registration (I don't know, I 
never used Asterisk), you must set the IP/Port of a third instance of SIPp 
running a UAS scenario and pass this info in the header Contact of REGISTER (or 
SUBSCRIBE).

And maybe ims_bench could handle this better (I don't know, I never used that 
either)
http://sipp.sourceforge.net/ims_bench/
as it says it improves on SIPp by adding (among other things) "multi-scenario 
support".

(Obs: the REGISTER and SUBSCRIBE scenarios, could be merged in a single one).


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not 
to copy, disclose, or distribute this e-mail or its contents to any other 
person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has 
taken 
every reasonable precaution to minimize this risk, but is not liable for any 
damage 
you may sustain as a result of any virus in this e-mail. You should carry out 
your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this 
e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to