[Freeswitch-users] send_dtmf problems

2008-07-15 Thread John Wehle
Try a sleep after the answer. Will do ... just curious as to why and for how long? 1) When I dial the extension from a Grandstream GXP-2000 ... How do I configure FreeSWITCH to send both RTP digits and inband audio? The VoIP phone has no reason to reproduce any DTMF. I understand that the

Re: [Freeswitch-users] send_dtmf problems

2008-07-15 Thread Anthony Minessale
there is no way to do both inband and info/2833 from within sip. inband dtmf is not part of the SIP module it's part of the core. you can generate an inband dtmf stream with gentones app or the tone_stream:// file stream. action application=gentones data=1234567890/ or action

Re: [Freeswitch-users] send_dtmf problems

2008-07-15 Thread Michael Jerris
You could also use the inband dtmf generator and queue_dtmf. Mike On Jul 15, 2008, at 9:45 AM, Anthony Minessale wrote: there is no way to do both inband and info/2833 from within sip. inband dtmf is not part of the SIP module it's part of the core. you can generate an inband dtmf stream

[Freeswitch-users] send_dtmf problems

2008-07-15 Thread John Wehle
action application=gentones data=1234567890/ Yep, this works through the A204d FXO openzap lines, though sometimes there's little odd click / hiccup in the middle of playing the tones. I'm a little confused as to why using send_dtmf didn't seem to work well, however no matter. -- John

[Freeswitch-users] send_dtmf problems

2008-07-14 Thread John Wehle
I need to send some dtmf tones after handling vmail for the System 25 so I've set up (for testing purposes) an extension which should just answer the phone and play dtmf: extension name=system25_vmail condition field=destination_number expression=^(5590)|(55[1-8])$ action