On 2 April 2012 18:47, Albaraa Hilal <alba...@choochee.com> wrote:
> Hi All,
>
> I'm running into a problem sending out of band DTMF signals using pcap_play. 
> I tried sending the stock dtmf_2833_X.pcap files packaged with sipp. and from 
> what I read online, I should be be able to send them with no issues using
>
>  <exec play_pcap_audio="/usr/share/sipp/pcap/g711a.pcap"/>
>
> But it seems as if the server isn't receiving the packets correctly or 
> something. I've tried all sorts of settings, to get  a different result and 
> haven't been able to get it to work regardless of what I try.

The problem is each pcap file has it's own series of sequence numbers.
So, if you send DTMF-1 (sequence 1->10) followed by DTMF-2 (sequence
1->10), most servers will chuck away the duplicate sequence numbers.

There is a patch you can apply to fix that -
http://permalink.gmane.org/gmane.comp.telephony.sipp.user/5751

Alternatively, and this is what I did, send the DTMF digits using a
SIP INFO message in your XML scenario file.

HTH,

Greg

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to