Re: [Sipp-users] Log Message not working for me

2014-07-05 Thread Paul Miller
Hi, taking the advice offered by Sakharam I have made a break thorough I now see the log files being generated by removing the "-log_file sipp_register_auth_uas.log" option from the command line I am running. The option to specify the log file name is in the documentation for SIPp see below: -log_

Re: [Sipp-users] Log Message not working for me

2014-07-05 Thread Paul Miller
Hi Sakharam, Please not the scenario is not an objectiv e and is specifically used for me to generate errors and learn how the regex and logging is working in SIPp as I have still not understood it week enough from the current level of documentation. Therefore where I am checking for an SDP in a R

Re: [Sipp-users] Not able to build sipp-3.3.990 on hpux 11iv3 IA64

2014-07-05 Thread Rob Day
On 30/06/14 05:27, Patgar, Geeta Ganapayya (STSD) wrote: > Hi, > > We are trying to build sipp-3.3.990 on hpux 11i v3 IA64 system, but > getting below errors, any idea what might have gone wrong? > > > /usr/local/lib/gcc/ia64-hp-hpux11.31/4.2.3/../../../../include/c++/4.2.3/fstream: > In member

Re: [Sipp-users] SIPP - how to get chance option working?

2014-07-05 Thread Rob Day
On 01/07/14 14:40, Tomasz Karbowski wrote: > Hello, > > I tried to use chance in my UAS scenario for getting 50% calls > connected and 50% calls rejected by 486 Busy here. > > I am getting all time 486 busy here instead of 50% busy here and > 50% 200OK to connect the call. > > > Part of XML UAS

Re: [Sipp-users] Unable to extract Contact Header Value

2014-07-05 Thread Rob Day
On 18/06/14 06:35, Sambhaji Gayake wrote: > As you can see, it has Accept-Contact header before Contact header. > Now if I use below expression to extract Contact header, it always > gives me Accept-Contact value. > > assign_to="tempFarContact"/> > > > Is there a way to make sure we get Contact

Re: [Sipp-users] Unable to extract Contact Header Value

2014-07-05 Thread Sakharam Thorat
what u exactly want to exatract from contact header ? whole contact header value or only certain parameter ? Best Regards,Sakharam Thorat. Date: Wed, 18 Jun 2014 11:05:32 +0530 From: gayake.sambh...@gmail.com To: sipp-users@lists.sourceforge.net Subject: [Sipp-users] Unable to extract Contact He

[Sipp-users] Real calls in freeswitch using SIPp

2014-07-05 Thread Wojciech Kraus
Hello, I have a problem to make a real calls between agents (users) using SIPp and freeSWITCH. I'm using scenario from http://tomeko.net/other/sipp/sipp_cheatsheet.php?lang=pl site REGISTER + INVITE section but there are no busy channels in freeSWITCH when calling. I can see information about

[Sipp-users] Unable to extract Contact Header Value

2014-07-05 Thread Sambhaji Gayake
Hi All, Below is snippet of incoming INVITE message to SIPP. Accept-Contact: *;+avaya-cm-line=1^M Accept-Language: en^M Contact: "1XC-SIP, 40061401" ;+avaya-cm-keep-mpro=no^M User-Agent: Avaya Flare Engine/2.0.0 (Avaya 2.0 36; Windows NT 6.1, 64-bit) AVAYA-SM-6.3.8.0.638014 Avaya CM/R017x.00.0.42

[Sipp-users] Not able to build sipp-3.3.990 on hpux 11iv3 IA64

2014-07-05 Thread Patgar, Geeta Ganapayya (STSD)
Hi, We are trying to build sipp-3.3.990 on hpux 11i v3 IA64 system, but getting below errors, any idea what might have gone wrong? /usr/local/lib/gcc/ia64-hp-hpux11.31/4.2.3/../../../../include/c++/4.2.3/fstream: In member function 'void std::basic_ifstream<_CharT, _Traits>::o

[Sipp-users] SIPP - how to get chance option working?

2014-07-05 Thread Tomasz Karbowski
Hello, I tried to use chance in my UAS scenario for getting 50% calls connected and 50% calls rejected by 486 Busy here. I am getting all time 486 busy here instead of 50% busy here and 50% 200OK to connect the call. How to get this working i need it by tomorrow or i have to run 2 UAS and 2

Re: [Sipp-users] Log Message not working for me

2014-07-05 Thread Rob Day
On 04/07/14 23:44, Paul Miller wrote: > Also I am using check_it=true on > my regex lines but even if they fail to match the test does not exit I think that might be due to https://github.com/SIPp/sipp/issues/53, where re-using a match variable causes incorrect successes - as a workaround, can you