Re: [Sipp-users] Feature proposal: Wildcard notation for responsecode

2007-03-13 Thread Franz Edler
Peter, yes please provide the code. Perhaps I can find a student to implement it and contribute. Cheers Franz _ From: Peter Higginson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 10:21 AM To: 'Olivier Jacques'; [EMAIL PROTECTED] Cc: sipp-users@lists.sourceforge.net

[Sipp-users] handling messages received during pause.

2007-03-13 Thread Harsimran Singh
Hi Is there any way of handling messages during a pause which can be defined in the scenario except the default message handling of sipp which can be disabld using -nd optoin. Thanks Harsimran Singh - Take Surveys. Earn

[Sipp-users] Question on call scenario

2007-03-13 Thread Anil
Hi, I am running a single call that has the following call scenario: SIPa SIPb --REGISTER ---200 OK -- -INVITE -180 Ringing -200 OK--- When I run the scenario with sipa.xml and sipb.xml on 2 different machines, SIPb

Re: [Sipp-users] Question on call scenario

2007-03-13 Thread Charles P Wright
Anil, Make sure that your REGISTER and INVITE have the same Call-ID. If you need to have two different call-id's you can use /// to prefix them with something. For example: Call-ID: FOO///[EMAIL PROTECTED] and Call-ID: BAR///[EMAIL PROTECTED] should be treated as the same Call-ID by SIPp.

Re: [Sipp-users] GSL in Windows Build

2007-03-13 Thread Edgar Luna
Hi, any direction on how to make scenarios with random pause, I couldn't add [fieldX] to my scenario. Thanks -- Edgar A. Luna - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

[Sipp-users] Having an optional recv before send

2007-03-13 Thread Harsimran Singh
Hi How can I design a scenario to have a optional recv before a send sequence. What I want my scenario is to wait for a BYE for some time if it doesnt gets it then the scenario should send a BYE. Is there any way of doing that. Thanks Harsimran Singh