Hi Khaldon,
 
You can tried this.
 
Register xml files:
 
<send retrans="500">
<![CDATA[
REGISTER sip:[field2] SIP/2.0
Via: SIP/2.0/[transport] [field0]:5062;branch=[branch]
Call-ID: [call_id]
Contact: <sip:[EMAIL PROTECTED]:[field4]>
CSeq: [cseq] REGISTER
From: <sip:[EMAIL PROTECTED]>;tag=[call_number]
Supported: timer
To: <sip:[EMAIL PROTECTED]>
Max-Forwards: 70
Expires: [field3]
User-Agent: iPDialog Phone
Content-Length: 0
]]>
 
[field4] is 5060. 
 
In my case, I can run Register script on port 5062 and leave port 5060 for
UAC or UAS script. And don't change 5062 to [local_port], you need to
hardcode this parameter. I don't know the reason why but if you change this,
SIPp will use port 0 instead of [local_port]
 
Hope this will help you. 
 
Regards,

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ims.asuser
ims.asuser
Sent: Wednesday, August 13, 2008 4:39 PM
To: [email protected]
Subject: [Sipp-users] Configuration+port


Hi all,

I would like to test the OpenIMSCore.
My configuration is:
- 2 PCs running SIPp (1 for UACs and 1 for UASs)
- 1 PC running OpenIMSCore

The thing is that I want to make 100 simultaneous calls. For that, I need to
use different ports for each (as everything is running on the same machine)
. But when I register my users, SIPp put the same port for all users, so it
is impossible to make simultaneous port.

I am using these commands:
1) UASs machine
./sipp -sf ims_reg.xml 192.168.3.7:4060 -i 192.168.3.9 -m 20 -inf reguas.csv
./sipp -sf ims_uas.xml 192.168.3.7:4060 -i 192.168.3.9 -m 18 -inf uas.csv

2) UACs machine
./sipp -sf ims_reg.xml 192.168.3.7:4060 -i 192.168.3.9 -m 20 -inf reguac.csv
./sipp -sf ims_uac.xml 192.168.3.7:4060 -i 192.168.3.9 -m 18 -inf uac.csv


What I want is when I register several users, I want SIPp to do it with
different port so that I can make several calls on the same time.
Has anyone already experienced that?

Thank you
Khaldon

-------------------------------------------------------------------------
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

Reply via email to