Hi,

Actually, it is not working as I want :(
the option -t un works fine. I use it in the registration scenario but the
problem is that when I launch the uas scenario, it does not work because
SIPp is not listenning on the right port (it should listen to teh same port
as the registration). I've tried to put the port in a csv file and replace
[local_port] with it...but it is not working too!
Exactly the same thing with uac, I launch the register with -t un but when I
launch the uac scenario, IMS reply to me with a 403 Forbidden-Not
registered.

I'm really wondering how did you guys realised your tests?! What did you do
for simulating 1000 users... ? How many test machines did you have?
(FYI, I have only 2 machines for testing)

I have 2 solutions (in my mind):
1) write a script that pick up a random numbern put it in the -p argument
and run the script in background. Then I launch the uac script with the same
port number

2) I put everything in 1 scenario: I include in the register scenario, a
call establishment scenario. That's not optimal but I do not have any other
choice so far...

I'm really waiting for an answer...Thanks

Khaldon
2008/8/13 ims.asuser ims.asuser <[EMAIL PROTECTED]>

>
> Hi All,
>
> I found out how to get a different port number: just need to use the option
> -t un
>
> Khaldon
>
> 2008/8/13 ims.asuser ims.asuser <[EMAIL PROTECTED]>
>
>> Hi,
>>
>> Thanks for your reply.
>>
>> As I am running UASs and UACs on two computers, the registering port has
>> to be different in order to differentiate the users. 2 users can not receive
>> a call on the same port at the same time. That's the big issue...
>>
>> I am wondering how all of you gave tested their systems (how many PCs,
>> users...)?
>>
>> Cheers
>> Khaldon
>>
>> 2008/8/13 Tu Le Van <[EMAIL PROTECTED]>
>>
>>  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