Re: [Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ?

2008-07-09 Thread Ricardo Fernandes
] 07/08/2008 10:13 AM To Charles P Wright/Watson/[EMAIL PROTECTED] cc sipp-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject Re: [Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ? Hello, I have installed the version sipp-win32-3.1.1.exe for windows

[Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ?

2008-07-08 Thread Ricardo Fernandes
Hello, I send this message to the forum last week, but i haven't obtain no anwser yet. Does anyone know if this is possible or not, i need to know as soon as possible, i am facing deadlines. Just need a anwser yes or no and if yes how to do it. Thanks in advance Ricardo Hello, I am facing a

Re: [Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ?

2008-07-08 Thread Charles P Wright
You can change the address things are sent to in the latest trunk using the setdest action. Something like setdest host=[$host] port=[$port] protocol=udp / You will need to combine it with regular expressions. In UAS mode SIPp responds to the address that sent it a message. You can also

Re: [Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ?

2008-07-08 Thread Ricardo Fernandes
Hello, I have installed the version sipp-win32-3.1.1.exe for windows and and i have changed the scenario file to recv request=BYE/recv nop action setdest host=172.21.29.2 port=5060 protocol=udp / /action /nop send ![CDATA[ SIP/2.0 200 OK [last_Via:]

Re: [Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ?

2008-07-08 Thread Charles P Wright
You will need to download and compile the subversion trunk version. Charles Ricardo Fernandes [EMAIL PROTECTED] 07/08/2008 10:13 AM To Charles P Wright/Watson/[EMAIL PROTECTED] cc sipp-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject Re: [Sipp-users] Again : Can Sipp have multiple

Re: [Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ?

2008-07-08 Thread bob gipper
and access via cygwin? Thanks! To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Date: Tue, 8 Jul 2008 10:19:52 -0400 CC: [EMAIL PROTECTED]; sipp-users@lists.sourceforge.net Subject: Re: [Sipp-users] Again : Can Sipp have multiple remote_ip acting as a Sip Client ? You will need to download