Re: [Sipp-users] Conditoinal branching

2006-12-22 Thread Peter Higginson
There is a recent enhancement to time out receive that would probably do what you want. You will have to dig a little to find the details (although I submitted it based on local changes I had made, I cannot remember exactly what got taken into the main stream after the discussion - look for emails

[Sipp-users] checksum incorrect on UDP

2006-12-22 Thread sip zhou
Hi, I see the checksum incorrect on udp when sipp plays pcap audio. And the sip proxy server seems not redirect the audio. Anybody has any idea about his ? Thanks for your reply sip.zhou - Take Surveys. Earn Cash. Influence

[Sipp-users] variable pause

2006-12-22 Thread Joao Mesquita
Does anyone knows how to do a randomic variable pause? I wanted to use that to generate calls with variable durations. Mesquita - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

Re: [Sipp-users] SIPp 1.1rc8 released

2006-12-22 Thread Jacques, Olivier (PDE IT Test)
Amit, We'll look into that. Olivier. -Original Message- From: Amit On [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 13:11 To: Jacques, Olivier (PDE IT Test); sipp-users@lists.sourceforge.net; Olivier Jacques Subject: RE: [Sipp-users] SIPp 1.1rc8 released Oliver hi, We

Re: [Sipp-users] SIPp 1.1rc8 released

2006-12-22 Thread Charles P Wright
Olivier, Replace line 3535: *((int *)option-data) /= 1000; with this: *((double *)option-data) /= 1000; And Amit's problem should be solved.) FYI, the timeoption.diff patch that I sent yesterday provides much more consistent and flexible control over these options (e.g.,

Re: [Sipp-users] Terminating SIPp scripts - closing after recv final message

2006-12-22 Thread Peter Higginson
Steve, If you have a script that starts by receiving, it sets SIPp into server mode and the -m parameter is not used. So that is why it does not exit. So the next trick is to find some way round this - you might be able to get action to send a signal or someone might have a better solution for