[Asterisk-Users] SayDigits -- ToneDigits??
Greg Blakely
greg at vyger.net
Sat Jan 15 18:24:48 MST 2005
I have a user who wants to receive an ANI spitback in DTMF. Right now,
the "SayDigits(${CALLERIDNUM})" command works fine with voice. But I'd
like to end up doing both. Something along the lines of:
exten => 34,1,Answer
exten => 34,2,Wait(1)
exten => 34,3,Playback(vm-extension)
exten => 34,4,SayDigits(${CALLERIDNUM})
exten => 34,5,Wait(2)
exten => 34,6,Macro(DTMFDigits,${CALLERIDNUM})
exten => 34,7,Hangup
I've searched the voip-info tiki and google, but haven't seen anything
like this mentioned. Can anyone help?
Thanks,
Greg
More information about the asterisk-users
mailing list