Hello,

I don't know why SIPp crashed (running gdb sipp core.xxx / then "bt"
will help).
But what you are trying to do will not work. The port number is either
assigned by the system (no "-p") or forced ("-p").
I recognize this is an issue because it prevents SIPp to emulate user
agents based on the port number, but I didn't worked on this item.

Maybe, some local modifications have this implemented? (Charles, Peter?).

Olivier.

Xu Wilson wrote:
> Hi, there:
>
> I am using sipp 1.1 rc6 but I found a port problem.
>
> If I identified a port, 5062, with command line parameter ā€œ-pā€, it
> worked fine.
>
> But if I defined multiple ports in the database.csv file and passed
> them into the scenario.xml file by changing [local_port] to [field2],
> sipp always sent the INVITE message from 5060 and received response
> from other ports which I just defined in the database.csv file. And
> the process crashed.
>
> For example:
>
> In database.csv:
>
> App; 0000; 5061
> App; 0001; 5062
>
> In scenario.xml:
>
> From: sipp <sip:@[local_ip]:[field2]>;tag=[call_number]
> To: sut <sip:[EMAIL PROTECTED]:[remote_port]>
>
> The process will be:
>
> 5060 INVITE ------>
> 5061 183 OK <-------
>
> Is there another way to define multiple ports or I should do any
> settings besides scenario and database files?
>
> Thank you
>


-- 
Olivier
HP OpenCall Software
http://www.hp.com/go/opencall/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to