[Asterisk-Users] How to setup a test number to know my extension
number
Bob Goddard
asterisk at bgcomp.co.uk
Tue Jun 14 06:39:03 MST 2005
On Tuesday 14 Jun 2005 14:30, Bryce Chidester wrote:
> I used to use the following but Festival is such a load hog I just
> NoOp the same info and read off the console.
> exten => 789,1,Festival('You are currently calling into context: $
> {CONTEXT} as name: ${CALLERIDNAME}. number: ${CALLERIDNUM}.
> channel: ${CHANNEL}. This is extension: ${EXTEN}.')
> exten => 789,2,Hangup
Please do not top post.
Please delete old signatures.
The above is far too difficult. Try:
exten => 7113,1,Wait(1)
exten => 7113,1,SayDigits(${CALLERIDNUM})
B
> On Jun 14, 2005, at 06:00, Ronald Wiplinger wrote:
> > I would like to setup a test number, that speaks back my phone number.
> >
> > How can I set this up?
More information about the asterisk-users
mailing list