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
Post by CT RaduYes 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
Hi everyone,
brief question about sipp as server (UAS), because I'm not sure I fully
understand it.