[Asterisk-Users] Re: How to setup a test number to know my
extension number
Ben Buxton
bb.ast at ml.cactii.net
Tue Jun 14 06:44:11 MST 2005
Ronald Wiplinger <ronald at elmit.com> uttered the following thing:
> I would like to setup a test number, that speaks back my phone number.
>
> How can I set this up?
A simple way to do this, extension 222:
exten => 222,1,Playback(privacy-your-callerid-is)
exten => 222,2,SayDigits(${CALLERIDNUM})
exten => 222,3,Wait(1)
exten => 222,4,Hangup
BB
More information about the asterisk-users
mailing list