Hi
 
I remember recently seing a mail in this list, explaining that the pcap play is 
performed via a light-weighted thread.
It may that the thread is launched, and immediately the pause timer starts 
running, and if the play time of the pcap file is long enough, it may 
"overflow" into or past the pause timer period.
U can try and put a biggger value in your pause section to see if this works 
better.
 
Itzik.

________________________________

מאת: [EMAIL PROTECTED] בשם David Ruggles
נשלח: ג 15/05/2007 17:52
אל: sipp-users@lists.sourceforge.net
נושא: [Sipp-users] multiple DTMF tones



I'm trying to do some IVR testing using Sipp

I have things like this in my xml file:
  <nop>
    <action>
      <exec play_pcap_audio="pcap/dtmf_2833_1.pcap"/>
    </action>
  </nop>
  <pause milliseconds="750"/>
  <nop>
    <action>
      <exec play_pcap_audio="pcap/dtmf_2833_0.pcap"/>
    </action>
  </nop>

And it works, however if I have use the same digit two or more times
consecutively, My IVR only receives a single digit so for instance if I
change dtmf_2833_0.pcap to dtmf_2833_1.pcap I will see 1 not 11 in my IVR.
Any suggestions on what to do?

I know the IVR is working correctly, and I've used SJphone to test it with
SIP without any problems.

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network Engineer  Safe Data, Inc.
(910) 285-7200    [EMAIL PROTECTED]



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to