[Sipp-users] Renaming the log files

2008-06-16 Thread Monica Sam -X (monsam - WIPRO at Cisco)
Hi, Is there a way to rename the log files that get generated when we use the trace_ options? We do SIP testing using SIPp and run automated suites and it would be very useful to have the log files named after the test case ID . One way is to, of course, name the scenario after the test case

[Sipp-users] uac_pcap problem

2008-06-16 Thread jinline . adsl
Hello, I setup sipp 3.1 on FreeBSD ,and setup libnet before make clean make pcapplay I have this message cpp -D__LINUX -pthread -DPCAPPLAY -I. -I/usr/local/include -c -o message.o message.cpp cpp: "-c" is not a valid option to the preprocessor Error code 1 stop in

Re: [Sipp-users] How to set behavior for any received response except of 200 OK

2008-06-16 Thread Dhananjaya Reddy Eadala
in scenario, set the following: recv response=200 /recv If sipp receives other than 200, then it will exit automatically. Dhana On 6/16/08, Evgeny Miloslavsky [EMAIL PROTECTED] wrote: Hi All How do I cause my SIPP instance to exit the scenario for every received response except of 200

Re: [Sipp-users] How to set behavior for any received response except of 200 OK

2008-06-16 Thread Charles P Wright
SIPp won't exit but the call will fail. If you want SIPp to exit, you'll need to do a regular expression match and an action that includes something like error message=Got something other than 200 /. Charles Dhananjaya Reddy Eadala [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 06/16/2008

Re: [Sipp-users] SIPp 3.1 - SDP bug!?

2008-06-16 Thread Joby James
Hi All, I am getting the same error on our SBC. Error code 0X000B from SDP parser, at offset 133 in an SDP from side 1) SDP Error: SDP not terminated with *EOL *character SDP string ($$$ denotes error offset):v=0 o=user1 53655765 2353687637 IN IP4 200.200.1.10 s=- c=IN IP4 200.200.1.10

Re: [Sipp-users] SIPp 3.1 - SDP bug!?

2008-06-16 Thread Venkatesh
Are you are seeing these errors when using SIPp with the default scenarios? Venkatesh On Mon, Jun 16, 2008 at 9:23 PM, Joby James [EMAIL PROTECTED] wrote: Hi All, I am getting the same error on our SBC. Error code 0X000B from SDP parser, at offset 133 in an SDP from side 1) SDP

Re: [Sipp-users] SIPp 3.1 - SDP bug!?

2008-06-16 Thread Joby James
Hi Venkatesh, I see this problem on both default(-sn uac) and manual (-sf uac.xml) cases. I am using sipp 3.1 version. Thanks and regards, Joby James. On Tue, Jun 17, 2008 at 10:10 AM, Venkatesh [EMAIL PROTECTED] wrote: Are you are seeing these errors when using SIPp with the default