Re: [Sipp-users] Authentication problem : cnonce=0

2007-06-14 Thread Boulkroune, Olivier (Non-HP:Atos Origin)
Hello Louis, You may retry with the latest SVN trunk version, a fix concerning this parameter has just been checked-in. Regards, Olivier Boulkroune De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de [EMAIL PROTECTED] Envoyé : lundi 11

[Sipp-users] can I use exec pcap play in the server as well as the client?

2007-06-14 Thread una_ramsay
Hi I want to create 10 calls with voice in both directions. I can successfully run exec pcap from the client (as in the standard example) but I cannot get it to work in the reverse direction. To do this I inserted an exec pcap in the uas between the receive for the ACK and the BYE. recv

Re: [Sipp-users] can I use exec pcap play in the server as well as theclient?

2007-06-14 Thread una_ramsay
Hi Olivier Thanks so much for replying. It feels as though I am tantalisingly close to getting this working. I tried to add a pause to the uas send ![CDATA[ SIP/2.0 180 Ringing [last_Via:] [last_From:] [last_To:];tag=[pid]SIPpTag01[call_number]

[Sipp-users] Makefile and Debugging

2007-06-14 Thread Goldman, Caitlin
All, I'm a new SIPp user and I'm trying to use the GDB to fix a bug but I can't get the Makefile to use the -g option and add the debugging symbols when compiling. I start the gdb with sipp and it says no debugging symbols found. It looks like the -g option is in the Makefile already. Is there

[Sipp-users] Réf. : RE: Authentication pr oblem : cnonce=0

2007-06-14 Thread Louis . Lamarre
Thanks Olivier, I will probably give it a try, but I'm a bit sceptical: the change seems to affect the nonce, which is OK in my case. Do you think the code modification will reflect something in the cnonce parameter ? Regards, -Louis Hello Louis, You may retry with the latest SVN trunk

Re: [Sipp-users] PID-1.log

2007-06-14 Thread marc.van.diest
Marek, On your remark: I have another question: when I'm running SIPp in background mode (-bg) with -trace_err and -trace_screen options, the file names of the log files are scenario_PID-1_screen.log and scenario_PID-1_errors.log - it uses PID-1 to create the file names instead of PID. Is this

[Sipp-users] [Need Help] Question of variable manipulation

2007-06-14 Thread Leo_Hu
Dear All, Is anybody successfully use the variable manipulation tags in scenario ? Here is my scenarion .. recv response=200 rtd=true crlf=true action ereg regexp=m=audio ([[:digit:]]+) RTP/AVP ([0-9]+) assign_to=2,3,4/ log message=$4:[$4]/

Re: [Sipp-users] [Need Help] Question of variable manipulation

2007-06-14 Thread Charles P Wright
Leo, I am glad to see that this feature would be useful for you. 1. I add $4 by 3, but in log it is still 0. The code doesn't handle adding values to regular expressions (strings). There should be some better error handling, or possibly even automatic type casting added. 2. I assign $5 to