[Sipp-users] sipp

2008-05-28 Thread thrilok sharma
hai, i was told to increse calls and when i run sipp i could run 300 calls but rtp is not reaching hardware details: fedora core 6 , 2 gb dual core processor, x86_64architecture , sipp-2 . 0 . 1 . src version , dear friends i want to know weather sipp is reading pcap file from hard disk for

[Sipp-users] Double free or corruption in sipp

2008-05-28 Thread Gomtesh Jain
Hi All, Can anyone explain me about this problem . -- Sipp Server Mode --- *** glibc detected *** ./sipp: double free or corruption (fasttop): 0x086b6580 * ** === Backtrace: = /lib/libc.so.6[0x49426a96]

Re: [Sipp-users] Sending requests from inital UAS

2008-05-28 Thread Andreas Byström (Polystar T M)
That wont work since I need to use the same To and From as I did receive (but change them vice versa). This is actually what I would like to see in some example, how to retreive the From header in an inital request and use that info in a To header instead (and of course to do the same with

[Sipp-users] Sending requests from inital UAS

2008-05-28 Thread Andreas Byström (Polystar T M)
Hi, I'm trying to write a scenario where sipp should act as B side and I want to send BYE from sipp A - invite - sipp A - 100 trying - sipp A - 180 Ringing - sipp A - 200 OK - sipp A - ACK - sipp A - BYE - sipp A - 200 OK - sipp However I'm stuck with getting the correct To/From headers ( and

[Sipp-users] Problem in Sending ACK from SIPP tool

2008-05-28 Thread srinivas.banda
Hi All, I am trying to simulate simple call with SIPp. I had created a script which can send Invite to the softswitch, and i can able to receive 1xx and 200 Ok from the farend, but once i receive 200OK my script is not able to send ACK ..I am attaching the call secnario script. If anybody tells

Re: [Sipp-users] Problem in Sending ACK from SIPP tool

2008-05-28 Thread Ashis Jena
Hi I have made changes in the script , so u can use the script and it may run this time. On Tue, May 27, 2008 at 5:56 PM, [EMAIL PROTECTED] wrote: Hi All, I am trying to simulate simple call with SIPp. I had created a script which can send Invite to the softswitch, and i can able to

Re: [Sipp-users] Problem in Sending ACK from SIPP tool

2008-05-28 Thread shekar.rama
Your To and From address are wrong when sending ACK. Regards, Shekarr From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 5:56 PM To: sipp-users@lists.sourceforge.net Subject: [Sipp-users] Problem in

Re: [Sipp-users] Double free or corruption in sipp

2008-05-28 Thread Charles P Wright
Can you repliate the bug? If so, please compile SIPp with -g support and provide the same backtrace. Also, if it is something simple to replicate with only SIPp please post the scenarios required to replicate it. Charles Gomtesh Jain [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

Re: [Sipp-users] (no subject)

2008-05-28 Thread Charles P Wright
For media support pcap is certainly required. I don't know what libnet is. I don't know where to get them for Solaris anymore, but sunfreeware.com may be a start. It used to be the place to get all the extra packages that you needed. Charles Monica Sam -X (monsam - WIPRO at Cisco)

Re: [Sipp-users] Sending requests from inital UAS

2008-05-28 Thread Charles P Wright
There shouldn't be any magic to it. Just copy the request from the UAC scenario to the UAS and the recv from the UAS to the UAC. Charles [EMAIL PROTECTED] wrote on 05/28/2008 05:59:22 AM: Hi, I'm trying to write a scenario where sipp should act as B side and I want to send BYE from sipp

Re: [Sipp-users] Sending requests from inital UAS

2008-05-28 Thread Charles P Wright
I don't have any examples of that, but you should be able to get all of that with regular expressions. Charles Andreas Byström (Polystar T M) [EMAIL PROTECTED] 05/28/2008 08:20 AM To Charles P Wright/Watson/[EMAIL PROTECTED] cc sipp-users@lists.sourceforge.net

Re: [Sipp-users] Sending requests from inital UAS

2008-05-28 Thread Andreas Byström (Polystar T M)
Could be something to add in SIPp, keywords like remote_sipuri, local_sipuri (from To/From) and remote_contact (taken from Contact). That way you would write BYE and reInvites from the inital UAS that should now act as UAC without using regular expressions BYE [remote_contact] SIP/2.0 From

Re: [Sipp-users] Registration Issue

2008-05-28 Thread Charles P Wright
No, but the best way to try debugging it with such a small scale test would be to do -trace_msg so you can examine every message in the supposedly failed call to see if you see what is wrong. Which log is thorwing the errors on you? Charles Martin Ostrovsky [EMAIL PROTECTED] 05/28/2008

Re: [Sipp-users] Registration Issue

2008-05-28 Thread Charles P Wright
Martin, Why are you expecting failures? Charles Martin Ostrovsky [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 05/28/2008 09:17 AM To sipp-users@lists.sourceforge.net cc Subject [Sipp-users] Registration Issue Hi all, I'd need your help to understand this problem I am having: I

Re: [Sipp-users] Sending requests from inital UAS

2008-05-28 Thread Geo Paul
Given below is a simple example from one of my old scripts. You can use it as reference. Geo ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE scenario SYSTEM sipp.dtd !-- This program is free software; you can redistribute it and/or -- !-- modify it under the terms