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




_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to