[Sipp-users] -bind_local does not work ?

2008-07-07 Thread Cyrille OLIVIER
On my SIPp box, eth0 is the client. eth1 is the server. In between, an external small network with a SIP B2BUA. On eth0, I need to run a SIPp scenario 3 times from 3 differents IP:port. SIP over TCP here (option -t t1 used). eth0 has 3 virtual interfaces. - Client 1 must send/receive SIP over

Re: [Sipp-users] How to cut SIP-URI from Contact header

2008-07-07 Thread Tomasz Radziszewski
Hi Your expression contains and probably the XML parser reads it as closing of the ereg tag. It should, because it's within quotes, but from my experience it does. You can to replace the with HTML-like entity gt;, so ereg regexp= sip:[^;gt;]+ search_in=hdr header=Contact: assign_to=2 / BR

Re: [Sipp-users] Different ports used

2008-07-07 Thread Tomasz Radziszewski
Hi, You are using -t un (separate socket for each call). If sipp opens many socket, it must use different port for each one. You can't have two sockets on the same port and the same IP address. If you want to use specified port, remove -t un (or change it to -t u1 which is default). Then sipp

[Sipp-users] download versions of sipp

2008-07-07 Thread marc.van.diest
dear website and download maintainers, on the main SIPp web site, you can download some stable versions and also some more Unstable (http://sipp.sourceforge.net/ - Section - Download - Unstable). The last stable version is 3.1, but the unstable part was apparently stopped on 29/11/2007 (last

[Sipp-users] SIPp3.1 - scenario breaks whith exitcode 139

2008-07-07 Thread Kanngiesser, Wolfgang
Hi all, recently I am asking for a error segmentation fault due to the external commands, i.e. action exec command=echo pass verdict.log/ /action The problem is still relevant but all scenarios worked properly until sipp2.0. There are any hints? Thanks,Wolfgang. Deutsche Telekom AG

Re: [Sipp-users] Variable $5 is referenced 1 times!

2008-07-07 Thread Sajith T S
Charles P Wright [EMAIL PROTECTED] wrote: The only referenced once check is there to prevent typos and other similar errors that would have SIPp load a scenario with a variable only used once (the theory being why do you need to read or write to a variable if you never read or write from

Re: [Sipp-users] How to cut SIP-URI from Contact header

2008-07-07 Thread Charles P Wright
Tomasz and Evgeny, I have encountered this problem as well. I think the latest trunk should respect the quotes, but svn is down so I can't tell you what version is the minimum. Charles Tomasz Radziszewski [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/07/2008 06:03 AM To

[Sipp-users] SVN import

2008-07-07 Thread Venkat Narasimhan
I am trying to import code from the recent trunk version. My svn client is asking for a username/password. Will i need this? ... i am trying to import data from http://sipp.svn.sourceforge.net/svnroot/sipp/trunk;.. Any help is appreciated Regards Venkat