Re: [Sipp-users] 3.1 - scenarios don't work, no documentation, not packaged properly

2008-05-22 Thread Charles P Wright
SIPp's XML parser is unfortunately not an XML parser, so errors are not caught very well at all. The timeout value should be fine. What is the precise error message you see (please copy and paste). Any extra spaces or things would mess up this value. If you want help getting the scenario

Re: [Sipp-users] Number of calls question

2008-05-14 Thread Charles P Wright
The -m should count both successful and failed calls. Charles paroxyzm [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 05/14/2008 07:47 PM To cc sipp-users@lists.sourceforge.net Subject [Sipp-users] Number of calls question Hi!! I have a question: Is there a way to limit number of

Re: [Sipp-users] FW: a bug related to the label naming?

2008-05-02 Thread Charles P Wright
, ontimeout attribute) What is going wrong, a reference to such a label does not exist? Thank You, Wolfgang Deutsche Telekom AG Zentrum Technik Einführung Wolfgang Kanngießer Winterfeldtstraße 21, D-10781 Berlin [attachment reg.xml deleted by Charles P Wright/Watson/IBM

Re: [Sipp-users] Support for multiple call-ids within a single scenario

2008-04-25 Thread Charles P Wright
If you can generate the call-IDs yourself, then you can do something of the format: prefix///call-id and prefix1///call-id and SIPp will treat them as the same scenario. Otherwise, you would need to extend SIPp. Charles Philip Campion [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

Re: [Sipp-users] Strange Problem with SIP UDP multi-socket tests

2008-04-23 Thread Charles P Wright
the cumulative limit, I mean that each one of the instances reach 14,000 open udp sockets and then the uac instance was thrown with the same error... Thanks for the reply. Igor. -Original Message- From: Charles P Wright [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 23:21

Re: [Sipp-users] Strange Problem with SIP UDP multi-socket tests

2008-04-22 Thread Charles P Wright
I am not sure that this is the case, but I suspect that you are running into OS limits. You may want to try multiple SIPp instances each bound to different IP addresses. Not sure if that will resolve your issue or not though. Charles [EMAIL PROTECTED] wrote on 04/22/2008 09:13:13 AM: Hi,

Re: [Sipp-users] Discarding message which can't be mapped to a known SIPp call?

2008-04-14 Thread Charles P Wright
1. The Call-ID must match. 2. There is no reason it shouldn't as long as the call-id matches, and then the CSeq matches. Charles [EMAIL PROTECTED] wrote on 04/14/2008 09:51:41 PM: I am doing some testing which requires to run sipp in two mode, one with INVITE and another with INFO. First,

Re: [Sipp-users] Checking on SDP information - Help needed

2008-04-08 Thread Charles P Wright
You should look at the regexp action. Charles Niven N [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 04/08/2008 10:56 AM To sipp-users@lists.sourceforge.net cc Subject [Sipp-users] Checking on SDP information - Help needed Hello , I am try to check if an end to end call was

Re: [Sipp-users] Call Rate on the refresh messages

2008-04-03 Thread Charles P Wright
Bharath, The situtation you describe seems more like something you would want to do with a user-based benchmark. That is you have N open calls at any one point in time to reflect a given population of users. Aside from that, it seems there is probably a pause missing between the reinvite and

Re: [Sipp-users] sipp corrupting messages

2008-04-03 Thread Charles P Wright
taking over the control flow by doing advance_state=false, but I would prefer to fix the matching for your scenario. Charles Scott Oaks [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 04/03/2008 12:54 PM Please respond to [EMAIL PROTECTED] To Charles P Wright/Watson/[EMAIL PROTECTED] cc sipp

Re: [Sipp-users] sipp corrupting messages

2008-04-02 Thread Charles P Wright
My best guess is that if you look at the default messages in the source, that ACK will match up relatively nicely to one of them in there rather than it coming from some sort of corruption. I would also be interested if you can provide any more information about regressions you've seen.

Re: [Sipp-users] : New Release!

2008-03-31 Thread Charles P Wright
Anuj, I think that a 3.1 release would be a very good idea. I have started documenting the changes. I am have just committed the changes for 387-398. In the coming days I will try to work my way through to the most recent revision. Charles Srivastava, Anuj Kumar [EMAIL PROTECTED] wrote on

Re: [Sipp-users] Segmentation fault when 2 video codecs

2008-03-27 Thread Charles P Wright
regards, /Christer -Original Message- From: Christer Skeppstedt Sent: Tue 2008-03-18 14:16 To: Charles P Wright Cc: sipp-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [Sipp-users] Segmentation fault when 2 video codecs Hi, I'm a bit new to this but I can't find

Re: [Sipp-users] Registration Authentication

2008-03-25 Thread Charles P Wright
Run make clean ; make ossl and try again. Charles [EMAIL PROTECTED] wrote on 03/25/2008 09:42:32 PM: Hi Simon, Thanks for your response. I modified the spelling and still getting error unsupported keyword authentication in xml scenario file. I tried to generate the registration for valid

Re: [Sipp-users] Sending 200ok for Bye to Different IP

2008-03-20 Thread Charles P Wright
Michael, You may be able to do something by creating 3 instances of SIPp and third party call control, in which the first instance sends to the session director, and the second and third send to the other IPs. Charles [EMAIL PROTECTED] wrote on 03/19/2008 09:26:23 AM: All, I have a

Re: [Sipp-users] Adding route to an invite message

2008-03-18 Thread Charles P Wright
| | uas For that I want to add Route: header to the invite. The problem is with the uac. It sends the invite with IP address of the UAS. On Tue, Mar 18, 2008 at 2:48 PM, Charles P Wright [EMAIL PROTECTED] wrote: SIPp won't use any routing headers unless you

Re: [Sipp-users] Hi, test information are requested

2008-03-17 Thread Charles P Wright
Orante, You need to modify the built in XML. You can get a template to modify by running: sipp -sd uac new-scenario.xml Try searching on google for sipp register xml. Charles Orante Tucceri [EMAIL PROTECTED] wrote on 03/17/2008 07:48:14 AM: Hi, i would execute test about Asterisk

Re: [Sipp-users] Sip Pause with Nop problem

2008-03-17 Thread Charles P Wright
Neil, I haven't ever used pcap, so I have no experience with your issue. The Aborted looks like SIPp might be getting a signal that is killing it. Try running it through gdb to see what is causing the failure. Charles [EMAIL PROTECTED] wrote on 03/17/2008 04:18:29 AM: Take 2 J Hi I have

Re: [Sipp-users] Media Port conflict

2008-03-12 Thread Charles P Wright
Bharath, With the newest trunks you should be able to do this without any options. If you can't, then the -mp option is the only way to do it. Charles [EMAIL PROTECTED] wrote on 03/12/2008 07:10:30 PM: Hi, I am trying to run 4 UAC sipp processes on same machine with different

Re: [Sipp-users] In the attached msg.log file

2008-03-11 Thread Charles P Wright
Please use [EMAIL PROTECTED] for this type of question. I don't understand the question, but if you do -s 1234 then SIPp will address the call to [EMAIL PROTECTED] host]. Charles orante tucceri [EMAIL PROTECTED] wrote on 03/11/2008 07:50:03 AM: Hi, from reading the log's file only invite

Re: [Sipp-users] Request for use

2008-03-10 Thread Charles P Wright
to resolve? Best regards [EMAIL PROTECTED] Inviato da Yahoo! Mail. La web mail più usata al mondo. http://it.docs.yahoo. com/mail/overview/index.html [attachment test.doc deleted by Charles P Wright/Watson/IBM

Re: [Sipp-users] Sipp: Error in INVITE - Checksum: 0x9e45 [incorrect, should be 0x749a (maybe caused by UDP checksum offload?)]

2008-03-07 Thread Charles P Wright
Davide, I don't know why you are getting the unexpected messages, that is likely based on your OpenIMS configuration. I have seen incorrect checksums when tracing SIP traffic with Wireshark; but they have never caused me problems. SIPp isn't involved in the UDP checksumming, and my guess is

Re: [Sipp-users] patch on sipp 3.0 for missing authentication in 401/407 message

2008-03-05 Thread Charles P Wright
I'm not sure I like just ignoring this type of error. Maybe you can make it a command line option, or at the very least fail the call? Charles [EMAIL PROTECTED] wrote on 03/05/2008 05:13:55 AM: Hello all, I'm sending this mail to the sipp user list as apparently there is not much life on

Re: [Sipp-users] a problem

2008-03-05 Thread Charles P Wright
What version are you using? Charles [EMAIL PROTECTED] wrote on 03/05/2008 08:29:13 AM: Hi, I am the starter to use the Sipp. Now I have a problem. When I finished installing the Sipp and ran the command ./sipp -sn uas, it is ok. But in the same host , when I ran the command ./sipp -sn

Re: [Sipp-users] a problem

2008-03-05 Thread Charles P Wright
This is a bug, but I don't know anyone else who is came across it. If you run ./sipp through gdb can you produce a backtrace? Charles Xiaotian Shen [EMAIL PROTECTED] wrote on 03/05/2008 09:05:57 AM: 3.0 To: [EMAIL PROTECTED] CC: sipp-users@lists.sourceforge.net; [EMAIL PROTECTED]

Re: [Sipp-users] Chopped / Truncated Branch VIA header

2008-03-05 Thread Charles P Wright
I was pretty sure this was fixed. Can you send a simple set of XML scenarios (UAC and UAS) that replicate this bug? Any bug of this nature is most likely in get_last_header, but CreateSendingMessage could be at fault as well. Charles [EMAIL PROTECTED] wrote on 03/05/2008 09:10:50 AM: Hey

Re: [Sipp-users] Load testing (RTP) Asterisk

2008-02-28 Thread Charles P Wright
The easiest way to get this done would be to use the -users option. This won't let you use the '+' and '-' keys right away, but it would get you one step closer (and you can probably modify the meaning of '+' and '-' when using the -users mode). Charles [EMAIL PROTECTED] wrote on 02/28/2008

Re: [Sipp-users] Unable to connect a twin sipp socket

2008-02-28 Thread Charles P Wright
You should have separate ports for 3pcc and SIP traffic. Also, I think you should have the same address in both 3pcc arguments; it should be the address of the instance that has recvCmd first. Charles [EMAIL PROTECTED] wrote on 02/28/2008 09:31:37 AM: Hi all, I'm having a problem when

Re: [Sipp-users] Conditional Branching using test

2008-02-27 Thread Charles P Wright
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles P Wright Sent: Tuesday, February 26, 2008 9:37 PM To: Niven N Cc: sipp-users@lists.sourceforge.net Subject: Re: [Sipp-users] Conditional Brancing using test Niven, I am glad that this works for you. I am

Re: [Sipp-users] Out of order BYE

2008-02-26 Thread Charles P Wright
The last_cseq_number is taken from your last response not the messages in the scenario. Charles Fabio Margarido [EMAIL PROTECTED] wrote on 02/26/2008 09:42:07 AM: On Fri, Feb 22, 2008 at 3:41 PM, Charles P Wright [EMAIL PROTECTED] wrote: In the trunk revision you can change the built

Re: [Sipp-users] Out of order BYE

2008-02-26 Thread Charles P Wright
The [cseq] keyword might work for you (if you use it in all of your messages). Alternatively, you can introduce an integer variable and increment it yourself for the CSeq. Charles Fabio Margarido [EMAIL PROTECTED] wrote on 02/26/2008 11:40:51 AM: On Tue, Feb 26, 2008 at 12:14 PM, Charles P

Re: [Sipp-users] Conditional Brancing using test

2008-02-26 Thread Charles P Wright
I have tested all the possible cases and it works fine. Thanks again ! Niven. On Tue, Feb 26, 2008 at 10:16 AM, Charles P Wright [EMAIL PROTECTED] wrote: Niven, Try inserting a todouble after the assignstr and see if that makes a difference. You won't be able to properly compare

Re: [Sipp-users] How to configure SIPp UAC to behave the same way for all 3xx family responses

2008-02-25 Thread Charles P Wright
Evgeny, I quickly checked the source and it seems regular expression matches only work for requests. If no one has any other ideas, my suggestion is that you may be able to modify the call:matches_scenario function and scenario parsing in scenario.cpp to add support for responses being

Re: [Sipp-users] Help regarding conditional jump

2008-02-22 Thread Charles P Wright
You want something like: recv response=183 optional=true next=5 /recv recv response=180 /recv [EMAIL PROTECTED] wrote on 02/22/2008 07:31:19 AM: Hi all, I want SIPp to jump to the label when it is expecting 180 response but it gets 183 response from UAS I have tried many combination to

Re: [Sipp-users] Out of order BYE

2008-02-22 Thread Charles P Wright
In the trunk revision you can change the built-in messages with the DefaultMessage element: DefaultMessage id=bye ![CDATA[ BYE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0 X-Extra: CPW Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch] From: sipp

Re: [Sipp-users] Aborting call when sipp receives response that it should be expecting

2008-02-20 Thread Charles P Wright
I'm not 100% sure, but my best guess is that SIPp may not be handling the CSeq with a space correctly, but I don't know for sure. Charles Chris Cunningham [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 02/20/2008 05:05 PM To Sipp-users@lists.sourceforge.net cc Subject [Sipp-users] Aborting

Re: [Sipp-users] Help regarding regular expression

2008-02-19 Thread Charles P Wright
You should use assignstr instead of assign. Charles [EMAIL PROTECTED] wrote on 02/19/2008 09:19:18 AM: Hi all, I m using regular expression to verify whether particular number is present in ?To? header field or not. The number I m providing from CSV file to the regular expression. But

Re: [Sipp-users] Receiving SIP 481 errors on NOTIFY Request within Dialog

2008-02-19 Thread Charles P Wright
The peer_tag_param should pull the To: tag from the 200. You can probably get the From tag using a regular expression. Charles [EMAIL PROTECTED] wrote on 02/19/2008 08:48:50 AM: Hi All I'm running SIPp in server mode, with a scenario as follows: -- SUBSCRIBE -- 200 OK -- NOTIFY -- 200

Re: [Sipp-users] Is there any limit on the number of records in the CSV file

2008-02-12 Thread Charles P Wright
There is no pre-defined limit, but you can run out of memory if the file is too large. printf files are designed to provide larger files by letting you create virtual lines by substituting the line number into the text. For example: RANDOM,PRINTF=100 user%04d Will create a file that virtually

Re: [Sipp-users] Does SIPP support automatic 200 OK answer for OPTIONS?

2008-02-07 Thread Charles P Wright
Changing the code to support it should be fairly straight forward. Just search for NOTIFY in the code. Charles [EMAIL PROTECTED] wrote on 02/06/2008 10:13:24 AM: Hi, I am try to enable on SIPP an automatic 200 OK answer for OPTIONS message, but I checked the -aa just enable auto aswer

Re: [Sipp-users] regarding sending real time media

2008-02-01 Thread Charles P Wright
I don't know what you mean by real-time media, but as far as I know SIPp only supports sending a pcap file or echoing back RTP data that was received. Charles Nobody [EMAIL PROTECTED] wrote on 02/01/2008 06:41:54 AM: Message body follows: hi charles, does sipp support sending real

Re: [Sipp-users] call rate

2008-01-30 Thread Charles P Wright
I checked the 3_0 branch and it looks like it should be there. Charles [EMAIL PROTECTED] wrote on 01/30/2008 03:28:19 AM: Thanks... But is '-no_rate_quit' option available in sipp 3.0? I can't find in docs or in source? sipp complains saying Invalid argument: '-no_rate_quit' -Bharath

Re: [Sipp-users] call rate

2008-01-29 Thread Charles P Wright
Bharath, Yes you can do this with the fllowing options: ./sipp -r n -rate_increase x -fd p -rate_max N -no_rate_quit The value of p will control both the statistics interval and also the interval between increases of x calls per second. Charles [EMAIL PROTECTED] wrote on 01/29/2008 09:14:43

Re: [Sipp-users] Keyword replacement doesn't work anymore

2008-01-25 Thread Charles P Wright
, Frédéric-Philippe Metz On Fr, 2008-01-25 at 09:30 -0500, Charles P Wright wrote: Frederic-Phillippe, The 3.0 code has much improved message parsing (it catches many errors that were not otherwise caught and greatly improves performance); unfortunately it does not work

Re: [Sipp-users] Timeout doesn't work fine

2008-01-25 Thread Charles P Wright
at 10:29 -0500, Charles P Wright wrote: The -timeout option will simply cause SIPp to exit after a certain amount of time. The -recv_timeout option is applied only to messages that do not have an explicit timeout specified in the XML. The first timeout is taken for a sequence

Re: [Sipp-users] Timeout doesn't work fine

2008-01-25 Thread Charles P Wright
The -timeout option will simply cause SIPp to exit after a certain amount of time. The -recv_timeout option is applied only to messages that do not have an explicit timeout specified in the XML. The first timeout is taken for a sequence of messages. As SIPp doesn't have a notion of

Re: [Sipp-users] Timeout doesn't work fine

2008-01-25 Thread Charles P Wright
Frederic, The timeout XML attribute is for each particular message, as calls are not created until the first message is received, there is never an opportunity for the timeout to be applied to the first message (as by definition a message would have been received for the call to exist). It

Re: [Sipp-users] SIPp not recognising 101 Dialog Establishment messages in scenario

2008-01-25 Thread Charles P Wright
You have a CSeq of 1 INVITE, when it should be 1 SUBSCRIBE. This might be confusing the transaction matching algorithm. Charles [EMAIL PROTECTED] wrote on 01/25/2008 08:06:39 AM: Hi I'm using SIPp to test a program based on the eXosip2 SIP stack, which automatically sends a 101 Dialog

Re: [Sipp-users] Does sipp support SIP optional message(for example UPDATE method) ?

2008-01-21 Thread Charles P Wright
SIPp is very configurable and can therefore support any SIP method. Charles [EMAIL PROTECTED] wrote on 01/17/2008 04:59:12 AM: Hi, all I am a new user of sipp. Now I want to use this tool to test SIP UPDATE method,but I am not sure if this tool support update method or not. Can you give

Re: [Sipp-users] One question about the performance of SIPP

2008-01-16 Thread Charles P Wright
Ding, I do not know about Windows (from what I've heard it is much less), but on Linux the answer is 1000s of CPS depending on your exact scenario. Charles Ding, Peng [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/16/2008 05:01 AM To sipp-users@lists.sourceforge.net cc Subject

Re: [Sipp-users] Comparing variable values in SIPp

2008-01-14 Thread Charles P Wright
You can't use expansions inside of your regular expression. The best bet would be for you to checkout the trunk branch, create a regex to extract the number, use the assignstr action to store the key (which shoudl be [key] not [$key]), and then modify the strcmp action code to accept two

Re: [Sipp-users] Call Transfer Scenario-3pcc (Urgent ¡¡)

2008-01-09 Thread Charles P Wright
If you have a start_rtd XML attribute you must have a corresponding RTD attribute. Charles Maria Rosa Vieira Alvarez [EMAIL PROTECTED] 01/09/2008 10:25 AM To Boulkroune, Olivier (Non-HP:Atos Origin) [EMAIL PROTECTED], Charles P Wright/Watson/[EMAIL PROTECTED] cc sipp-users

Re: [Sipp-users] Help in SIGCOMP

2008-01-08 Thread Charles P Wright
Varun, When HP implemented SIGCOMP support they did it through a plugin architecture. Unfortunately, not compression plugins are released. Compression is only supported for UDP. There is a pretty simple interface that would need to be implemented consisting of three functions: int

Re: [Sipp-users] Does SIPp support tcp multiple socket for clients?

2008-01-07 Thread Charles P Wright
user has an IP address) to SIP proxy? 2. If SIPp 3.0 can support TCP with multiple socket for both client and server, please show me the way to run it. I appreciate your help. Best regards, Vinh -Original Message- From: Charles P Wright [mailto:[EMAIL PROTECTED] Sent

Re: [Sipp-users] Call Transfer Scenario-3pcc (Urgent ¡¡)

2008-01-02 Thread Charles P Wright
Without the exact error message you are getting, it is almost impossible to teel what is wrong. Charles [EMAIL PROTECTED] wrote on 12/28/2007 04:41:30 AM: Hi I need help regarding to call transfer scenario (A calls B, and B user transfers call to C user). I?ve understood is needed to

Re: [Sipp-users] sending some message to a different address

2008-01-02 Thread Charles P Wright
Roman, This is not possible with a single SIPp instance, but can be accomplished using third party call control. Essentially, the call flow would have to be broken up into the following: UAC1 - Sends INVITE, recieves 180 and 200, sends a command message to UAC2, instructing it to send an ACK

Re: [Sipp-users] Strange behaviour on recv+optional+ontimeout

2008-01-02 Thread Charles P Wright
in the error log file after this one? Charles K L [EMAIL PROTECTED] wrote on 01/02/2008 11:22:46 AM: On 1/2/08, Charles P Wright [EMAIL PROTECTED] wrote: K L, If you jump to the end of the call SIPp marks it as failed automatically (which I think is probably not the best possible behavior

Re: [Sipp-users] Strange behaviour on recv+optional+ontimeout

2008-01-02 Thread Charles P Wright
Do you have any actions, if not I am not sure why the call would be marked as rejected without any other messages in the logs. Can you post your scenario XML? Charles K L [EMAIL PROTECTED] wrote on 01/02/2008 01:32:23 PM: On 1/2/08, Charles P Wright [EMAIL PROTECTED] wrote: I don't think

Re: [Sipp-users] SIPP in background can consume 100% CPU (in keyb_thread)

2007-12-20 Thread Charles P Wright
Stefan, I fixed this in the trunk after you reported it. I have backported the fix to the 3.0 branch as well so that when there is a future 3.0 release the fix will be included. Charles [EMAIL PROTECTED] wrote on 11/28/2007 06:41:51 AM: Hi, during tests to understand the features of a

Re: [Sipp-users] SIPp Bug in 3.0 - Incorrect Media IP

2007-12-12 Thread Charles P Wright
Eliot, I can't think of any reason that SIPp would read a differnet packet off the network than what it recieves. Maybe there is some confusion with the scenario or something. Can you include the XML and a -trace_msg log with a single single call (the -m 1 flag will limit SIPp to generating

Re: [Sipp-users] Questions about the -trace_stat option

2007-12-11 Thread Charles P Wright
Average response times are actually measured for successful transactions not calls (e.g., if your BYE fails, the INVITE response time is still recorded). A call can fail for more than one reason, but the most common two are (1) there was a retransmission timeout, (2) there was an unexpected

Re: [Sipp-users] Sipp retransmissins

2007-12-06 Thread Charles P Wright
Mikkel, SIPp does support retransmissions, but you need to make sure that your send line has the retrans=500 parameter (as in the default UAC scenario). If that still doesn't work, you should post your XML scenarios. Charles mikkel [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 12/06/2007

Re: [Sipp-users] Refresh Requests using SIPp

2007-12-06 Thread Charles P Wright
PROTECTED] 12/06/2007 02:22 PM Please respond to [EMAIL PROTECTED] To Charles P Wright/Watson/[EMAIL PROTECTED] cc sipp-users@lists.sourceforge.net Subject Re: [Sipp-users] Refresh Requests using SIPp Comments inline... 1. Does SIPp ( 2.1 or 3.0 version) support sending refresh requests

Re: [Sipp-users] Repeating branch IDs

2007-12-05 Thread Charles P Wright
Dan, If you use the latest SIPp (3.0), the branch should already include the PID: dest += snprintf(dest, left, z9hG4bK-%u-%u-%d, pid, number, P_index + comp-offset Also, you can use [branch-N] (where N is the offset between the two messages), if you want to make sure that an ACK has

[Sipp-users] Trunk Commits

2007-12-04 Thread Charles P Wright
I just want to make people aware of some changes that have been committed to the trunk since the 3.0 release (r371): - You can use names for variables and labels. - You can use keywords for authentication parameters. - TCP reconnection behavior is more fine grained, so that not all connections

Re: [Sipp-users] SIPP in background can consume 100% CPU (in keyb_thread)

2007-11-30 Thread Charles P Wright
Stefan, I am not aware of this issue, but I guess it is not all that surprising if somehow putting the getch function is returning some sort of error, which SIPp does not handle. I was not able to reproduce this (when I tried running SIPp in the background it would get stopped), however you

Re: [Sipp-users] DTMF pcap file import from csv file

2007-11-27 Thread Charles P Wright
--- Charles P Wright [EMAIL PROTECTED] wrote: If you modify the SIPp source code to use a SendingMessage structure instead of a string for the play_pcap_audo element of the scenario you can do this. The changes would need to be made in scenario.cpp, scenario.hpp

Re: [Sipp-users] DTMF pcap file import from csv file

2007-11-26 Thread Charles P Wright
If you modify the SIPp source code to use a SendingMessage structure instead of a string for the play_pcap_audo element of the scenario you can do this. The changes would need to be made in scenario.cpp, scenario.hpp, and call.cpp. Charles [EMAIL PROTECTED] wrote on 11/26/2007 07:12:19 AM:

Re: [Sipp-users] sipp and rport

2007-11-26 Thread Charles P Wright
No, unfortunately SIPp does not actually understand the SIP headers that control transport like Via, Contact, and Record-Route, but rather simply replies to the address where the message came from. Charles [EMAIL PROTECTED] wrote on 11/26/2007 08:05:49 AM: Hi! I found out that sipp in a

Re: [Sipp-users] Does SIPp support tcp multiple socket for clients?

2007-11-21 Thread Charles P Wright
SIPp does support multiple sockets per client (each with a different port), and even multiple IP addresses, though 1,000 virtual IP interfaces on a single machine may be stretching its capabilities. I would think that you may at least need multiple SIPp instances (likely due to file

Re: [Sipp-users] Consistent Can create thread to send RTP packets crash

2007-11-20 Thread Charles P Wright
If you need a thread per call, it is likely that there is an OS limit to the number of threads that you can use. I suggest trying to run multiple SIPp instances, and if that doesn't work you may possibly need to run SIPp on multiple machines. (Unless of course anyone else has a better

Re: [Sipp-users] resending SUBSCRIBE

2007-11-20 Thread Charles P Wright
Scott, Change your label to label id=5 /. The situation you are seeing is that the label is not getting found, so the call ends and a new one replaces it. Charles [EMAIL PROTECTED] wrote on 11/20/2007 01:39:14 PM: I need to construct a scenario where a sipp uac sends a SUBSCRIBE message to

Re: [Sipp-users] resending SUBSCRIBE

2007-11-20 Thread Charles P Wright
wouldn't be so confused about what's going on. If there's no reason not to do that, I can generate a patch. -Scott On Tue, 2007-11-20 at 13:44, Charles P Wright wrote: Scott, Change your label to label id=5 /. The situation you are seeing is that the label is not getting found, so

Re: [Sipp-users] Regarding SIPP performance

2007-11-16 Thread Charles P Wright
?. -Original Message- From: Charles P Wright [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 7:08 PM To: Thekkedath, Sooraj (Sooraj) Cc: sipp-users@lists.sourceforge.net; [EMAIL PROTECTED]; Thekkedath, Sooraj (Sooraj) Subject: Re: [Sipp-users] Regarding SIPP performance Are you using

Re: [Sipp-users] Regarding SIPP performance

2007-11-16 Thread Charles P Wright
Are you using RTP? If not, SIPp should have no problem at all handling 100 CPS on anything reasonable (even an old Pentium). I don't know what the performance is with RTP. Charles [EMAIL PROTECTED] wrote on 11/16/2007 07:54:12 AM: Hi all , I was trying to do a performance testing with

Re: [Sipp-users] Help with SIPp XML scenario file?

2007-11-12 Thread Charles P Wright
0 200 -- E-RTD1 0 0 0 Regards, Johnny [attachment test.csv deleted by Charles P Wright/Watson/IBM] [attachment uac_g729.xml deleted by Charles P Wright/Watson/IBM

Re: [Sipp-users] remote control

2007-11-08 Thread Charles P Wright
Wolfgang, The combination of 3pcc and executing actions will probably get what you need, as the exec actions can be any script or program that you write. Charles [EMAIL PROTECTED] wrote on 11/08/2007 10:05:10 AM: Hi Oliver, I am not quite sure but I think the 3pcc required always sipp

Re: [Sipp-users] Any clue ? Error: Authentication keyword without dialog_authentication!

2007-11-06 Thread Charles P Wright
Contact: sip:[EMAIL PROTECTED]:[local_port] Max-Forwards: 70 Subject: Sec Invite Scenario Content-Length: 0 ]] /send recv response=200 /recv /scenario [attachment jagadesh.munta.vcf deleted by Charles P Wright/Watson/IBM

Re: [Sipp-users] problem with XML scenario

2007-11-05 Thread Charles P Wright
You can not compare two variables, and the test operator only works on doubles. Charles [EMAIL PROTECTED] wrote on 10/27/2007 07:38:52 AM: Hi, I am using windows SIPp tool to load xml scenario file But getting some problem with my XML code. I am trying to compare two string stored into $1

Re: [Sipp-users] remote control

2007-11-05 Thread Charles P Wright
There should be a slash before those paths (unless you are in / already). For example: echo * /dev/udp/localhost/5067 Also, you need to use the correct control port, which by default is , but in the trunk versions you can control it with -cp. If the echo command does not work, you can try

Re: [Sipp-users] Question on SIPp 5060 port

2007-11-05 Thread Charles P Wright
of the world Learn more! Discover the new Windows Vista Learn more![attachment uasbasico. xml deleted by Charles P Wright/Watson/IBM] [attachment netstatoutput.txt deleted by Charles P Wright/Watson/IBM

Re: [Sipp-users] Sending DTMF Digits using SIP INFO

2007-11-05 Thread Charles P Wright
I do not know how to send DTMF digits with an INFO message, but if it is just a SIP header or body, then SIPp will support it providing you write a custom XML script. If you need to do out-of-band RTP signaling it may be possible as well, but others will have to speak to that. Charles [EMAIL

Re: [Sipp-users] Question on SIPp 5060 port

2007-10-31 Thread Charles P Wright
SIPp should answer on port 5060 by default. The other ports like are used for control and media. To make sure the SIP port is 5060 do sipp -p 5060. Charles [EMAIL PROTECTED] wrote on 10/31/2007 08:11:05 PM: Hi everybody there !!! I am trying to use SIPp to answer calls with the

Re: [Sipp-users] FW: problem with XML scenario

2007-10-29 Thread Charles P Wright
optional=true /recv recv response=200 optional=false /recv /scenario Please help me out.. Thanks and Regards SUMEET BHARDWAJ | Mob: +919970159464 | -Original Message- From: Charles P Wright [mailto:[EMAIL PROTECTED] Sent: Sunday

Re: [Sipp-users] branch parameter in header Via

2007-10-29 Thread Charles P Wright
It is a bug that has been fixed in the latest trunk revision. Charles [EMAIL PROTECTED] wrote on 10/29/2007 10:52:25 AM: Hi to all, I'm using sipp for testing my own Registrar/Proxy Server. Scenario is simple SIP call, by Proxy: UA1 calls UA2. When server proxies INVITE message, recieved

Re: [Sipp-users] SIPP has the capability to change IP header ?

2007-10-27 Thread Charles P Wright
There is no support for changing the IP options, but if you can do it without resorting to raw sockets, you could probably write code to do it without too much trouble. Charles [EMAIL PROTECTED] wrote on 10/27/2007 05:14:45 AM: Hi I just want to know that SIPP has any options or

Re: [Sipp-users] FW: problem with XML scenario

2007-10-27 Thread Charles P Wright
Presently, you can not compare two variables you can only compare a variable and a value. Also for strings, you need to use the strcmp primitive instead of the test primitive. Charles Sumeet Bhardwaj [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 10/27/2007 07:52 AM To

Re: [Sipp-users] Issues with congestion handling

2007-10-26 Thread Charles P Wright
Scott, Thanks for your debugging and analysis, and not just blindly accepting my explanation. It is easy to read what you think should happen (or intended to happen) into code that you wrote rather that just accepting. [EMAIL PROTECTED] wrote on 10/26/2007 11:23:18 AM: However, for #2 this

Re: [Sipp-users] using Retry After:-Header

2007-10-25 Thread Charles P Wright
Michael, I have never done it, but you do require a few modifications. For the pause: pause variable=2 / You also probably need to multiply $2 by 1000 to convert from seconds to milliseconds. In your original action add: multiply assign_to=2 value=1000 / !-- $2 *= 1000 -- One very minor thing

Re: [Sipp-users] using Retry After:-Header

2007-10-25 Thread Charles P Wright
503 Server too busy (containing a Retry-After-value) and sometimes 503 Service Unavailable (no Retry-After). Is it possible to differ between these two Responses? A recv response=503 would catch both of the messages ... thanks! BR Michael Charles P Wright wrote: Michael, I have

Re: [Sipp-users] Refresh requests

2007-10-25 Thread Charles P Wright
Unfortunately, I do not have any examples using 3PCC to coordinate split flows. Charles rouble [EMAIL PROTECTED] wrote on 10/24/2007 05:25:59 PM: Can you point me to some example scenario files? tia, rouble On 10/24/07, Charles P Wright [EMAIL PROTECTED] wrote: You'll need to split

Re: [Sipp-users] Refresh requests

2007-10-24 Thread Charles P Wright
to separate out the refreshing, from the actual call flow, so that I don't have to worry about refreshing at various points of my call flows (that can last many many hours). tia, rouble On 10/24/07, Charles P Wright [EMAIL PROTECTED] wrote: You can do something like: label id=1 / send

Re: [Sipp-users] SIPP and PRACK

2007-10-19 Thread Charles P Wright
One way to help the whole community is to post a sample scenario on the Wiki: http://sipp.sourceforge.net/wiki/index.php/Scenarios Charles [EMAIL PROTECTED] wrote on 10/19/2007 02:10:10 AM: Hello Michael, We, in our testing, have been using PRACK. I assume we have a GOOD example. Let me

Re: [Sipp-users] Compile-error: openssl/md5.h

2007-10-14 Thread Charles P Wright
Try find /usr/include -name md5.h and see what comes up. Charles [EMAIL PROTECTED] wrote on 10/14/2007 10:49:57 AM: Hi, I have changed my Linux distribution to Debian_4.0 and now have a problem at compiling SIPp I have of course installed openssl. But when I compile make ossl I get

Re: [Sipp-users] Windows use of SIPPp

2007-10-11 Thread Charles P Wright
What exactly do you mean by It doesn't do anything? If you want to debug things, I would remove the -r and -rp options and see if that does something. Charles Bhavin [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 10/10/2007 05:41 PM To sipp-users sipp-users@lists.sourceforge.net cc Subject

Re: [Sipp-users] [Sipp-devel] SIPp Performance - High-Score?

2007-10-10 Thread Charles P Wright
With the simple UAC/UAS scenario I can do 10,000CPS (SIP only, no media) when using a two processor 2.6Gz dual-core processor AMD Opteron. This is with two SIPp instances (one acting as a UAC and another acting as a UAS), which is required because of the single-threaded event driven

Re: [Sipp-users] SIPp Performance - High-Score?

2007-10-10 Thread Charles P Wright
If you want to obtain maximum performance you need to increase various networking buffers using /proc/sys or sysctl. Charles [EMAIL PROTECTED] wrote on 10/10/2007 10:43:49 AM: I have run a peak of somewhere around 5000 signaling only CPS between servers on a locally switched network.. I

Re: [Sipp-users] sipp as asterisk pbx extensions

2007-10-05 Thread Charles P Wright
expiry time using Sipp. I get's registered and remains only for about 30 minutes. Should I have increase the expiry time at the server or is there any option to increase it in the SIPP tool. Best Regards Karthik.A -Original Message- From: Charles P Wright [mailto:[EMAIL PROTECTED

Re: [Sipp-users] receive diffrent call-id problem

2007-10-03 Thread Charles P Wright
You must use two SIPp instances for this scenario. Charles [EMAIL PROTECTED] wrote on 10/03/2007 10:46:40 AM: can sipp handle the scienario ? sipp server | register|(call-id 1) | | | 200(OK) |(call-id 1) | subscribe|(call-id 2)

Re: [Sipp-users] receive diffrent call-id problem

2007-10-03 Thread Charles P Wright
Your registration message can have a contact address that matches where you expect the subscribe to go, not necessarily where it originated from. Charles Simon Flannery [EMAIL PROTECTED] 10/03/2007 12:09 PM To Charles P Wright/Watson/[EMAIL PROTECTED] cc yuan [EMAIL PROTECTED], sipp-users

<    1   2   3   >