Displaying 4 results from an estimated 4 matches for "dtmftone".
Did you mean:
dtmf_tone
2004 Jan 26
0
SIP - fax / voicemail
Hi,
Just to clear things out.. Can asterisk transmit faxes over IP ? If not, are
there any works being done towards implementing t.38 on asteisk ?
Also dialing in from a mediatrix fxs sip gateway to voicemail, asterisk does
not see the digits entered after mailbox prompt. I have dtmftone settings
correct - inband (also tried others to make sure), however asterisk shows
'username not entered'. Any clues how to tackle this ? Chenking voicemail
from x-lite for example I dont have problems.
regards,
Dave
2005 Jul 25
1
sendDTMF at pickup
Hi everyone:
The following code dials our prefix, sends a beep, and sends a DTMF "c"
tone, then dials the phone number.
I need to send the DTMF only if the phone is answered.
[voip]
exten=>i,1,NoCDR()
exten=>i,2,Hangup()
exten=>s,1,Wait(2)
exten=>s,2,Background(beep||)
exten=>s,3,DigitTimeout(6)
exten=>s,4,ResponseTimeout(10)
exten=>s,5,SendDTMF(c)
2012 Aug 26
1
One leg in a conference and adjusting stream volume of other leg
Hi all,
I'm looking for some serious help. :) I couldn't find a better
description for my problem... I think it is quite complex! Here's what I
would like to achieve:
A SIP caller dials into to my Asterisk 10. He will automatically listen
to a specific MP3 stream.
Other SIP callers dial also into my Asterisk. They all will
automatically listen to the same MP3 stream.
All
2004 Jan 26
0
Anyone run * on OS X ?
...sts.digium.com
Hi,
Just to clear things out.. Can asterisk transmit faxes over IP ? If not, are
there any works being done towards implementing t.38 on asteisk ?
Also dialing in from a mediatrix fxs sip gateway to voicemail, asterisk does
not see the digits entered after mailbox prompt. I have dtmftone settings
correct - inband (also tried others to make sure), however asterisk shows
'username not entered'. Any clues how to tackle this ? Chenking voicemail
from x-lite for example I dont have problems.
regards,
Dave
--__--__--
Message: 3
From: "Girish Gopinath" <gopinath_...