Thanks for the quick reply. I still don't understand how to make sipp uas
aware of multiple listening instances.

Example scenario: Asterisk has 10 extensions (100 to 109) that are all in a
ring group (200). The extensions are to be reached exclusively by the ring
group number.
So for the creation of inbound traffic I run something like

./sipp -sf my_uac_scenario.xml -s 200 -i ip_of_call_creating_box
ip_of_asterisk_box -users 10

That works. Sipp creates 10 calls originating from the _same account_. If I
do not have the extensions 100 to 109 registered and their voicemails
enabled sipp uac can leave messages there.

But how do I tell sipp uas to listen for 10 _different accounts_? As far as
I know I can only put one local listening port in the command line. The
example uas.xml on the website starts with <recv request=INVITE ..> so no
accounts can be differentiated there. I also cannot address different ports
in the sipp uac command because I'm only targeting ring group 200.

Hints much appreciated.

Best,
Sven


On Fri, Jan 28, 2011 at 8:36 PM, CT Radu <[email protected]> wrote:

>  Yes it is possible.
> You just make use of pair of scenarios.
>  1 scenario that does the registry (register, 401, register (with auth) ,
> 200)
>  1 scenario that listens.
>
> Very important is to use the same ports for SIP, RTP, control and make sure
> they do not overlap.
> Also, it is useful to use -t u1 or -t t1 (one UDP/TCP socket per scenario).
>
> All the best
>
> CT Radu
>
> Pe 28.01.2011 11:28, Sven Stark a scris:
>
> Hi everyone,
>
>  brief question about sipp as server (UAS), because I'm not sure I fully
> understand it.
>
>  I have an Asterisk/Elastix PBX with about 200 extensions. From another
> box I use sipp in UAC mode to create inbound traffic. Works fine. Now I
> would also like to have the 200 extensions registered, waiting for the calls
> and accepting them. Unfortunately I don't know how to realise this with UAS
> / if possible at all.
>
>  So far I've created a workaround with pjsua filling the role of
> registering and waiting for call. Problem is that pjsua doesn't really have
> sufficient bulk capabilities (it's tedious to register more than a few dozen
> accounts concurrently).
>
>  So the question is - can I set up this scenario with UAS?
>
>  Best regards,
> Sven
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY! 
> http://p.sf.net/sfu/arcsight-sfd2d
>
>
> _______________________________________________
> Sipp-users mailing 
> [email protected]https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to