Brett,

Do you know how often the IVR is sending these INVITEs? If they're
regular (e.g. one every five minutes), it may make sense to just write
the XML script to expect six of these INVITEs and then send the BYE.
Otherwise, you could wait for an INVITE, then use the gettimeofday
action (http://sipp.sourceforge.net/doc/reference.html#gettimeofday)
to see if 30 minutes have passed - if they have, then send a BYE,
otherwise loop back and waiuut for another INVITE.

Best,
Rob

On 24 March 2014 04:52, Brett Harding (AU)
<[email protected]> wrote:
> Hi Rob,
>
>
>
> Perhaps I was too hasty in my response. I can establish multiple,
> simultaneous calls, however the calls don't stay connected for the full
> duration of the final pause statement. From what I can tell, the IVR starts
> returning SIP INVITE messages after a few minutes into the call. I suspect
> these messages are acting as SIP keepalive messages? How would I keep sipp
> connected to the IVR for the full duration of the call (30 minutes) using a
> pause statement whilst also handling the inbound SIP keepalives?
>
>
>
> I have attached a copy of the XML scenario being used and the error /
> message log.
>
>
>
> This is the command I used to initiate the call.
>
> /usr/local/bin/sipp -i 10.ss.ss.ss -s 60661 10.cc.cc.cc -l 5 -r 2 -rp 2s -m
> 5 -sf webex_test.xml
>
>
>
> BR
>
> Brett
>
> From: Brett Harding (AU)
> Sent: Monday, 24 March 2014 1:42 PM
> To: 'Rob Day'
> Cc: [email protected]
> Subject: RE: [Sipp-users] Cannot establish more than one simultaneous call
>
>
>
> Hi Rob,
>
>
>
> Thanks for responding. We recently upgraded our IVR server and so far the
> issue does not appear to be reoccurring.
>
>
>
> Brett
>
>
>
> From: [email protected] [mailto:[email protected]] On Behalf Of Rob
> Day
> Sent: Saturday, 22 March 2014 11:36 AM
> To: Brett Harding (AU)
> Cc: [email protected]
> Subject: Re: [Sipp-users] Cannot establish more than one simultaneous call
>
>
>
>
>
> Is it possible for you to run the test again with -trace_msg and
> -trace_err? That should produce log files that give more detailed
> information on what's going wrong (for example, any Call-IDs being
> reused).
>
> Thanks,
> Rob
>
> On 18 March 2014 07:26, Brett Harding (AU)
> <[email protected]> wrote:
>> Hello,
>>
>>
>>
>> I have an XML scenario which works perfectly for establishing a single
>> phone
>> call through an IVR system. When attempting to establish two or more
>> simultaneous calls, the scenario eventually fails with a "dead call msg"
>> error. Is it possible that I cannot re-use the same media ports in the XML
>> scenario file? What else am I missing?
>>
>>
>>
>> The command I use to generate the call is "sipp -i 10.x.x.x -s 4000
>> 10.x.x.x
>> -l 2 -r 2 -rp 2s -m 2 -sf webex.xml"
>>
>>
>>
>> I have attached the current XML scenario, if someone could take a peek
>> that
>> would be appreciated.
>>
>>
>>
>> Rgds
>>
>> Brett
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and their
>> applications. Written by three acclaimed leaders in the field,
>> this first edition is now available. Download your free book today!
>> http://p.sf.net/sfu/13534_NeoTech
>> _______________________________________________
>> Sipp-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/sipp-users
>>
>
>
> itevomcid

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to