[Asterisk-Users] "s" extension doesn't work with ata

Drew Einhorn drew at technteach.com
Fri Apr 8 19:40:46 MST 2005


The ATA generates it's own dialtone, and waits for
the user to dial a number, before sending anything
to the * box.  So one of the first examples in the
in the Brief Introduction to Dialplans from
Vol. 1 of the Asterisk Documentation Project.

	[incoming]
	exten => s,1,Answer()
	exten => s,2,Playback(goodbye)
	exten => s,3,Hangup()

does not work.  The ATA generates a Dialtone
and waits for the user to dial, then as soon
as the user presses some keys.  The ATA sends
that extension was not found in [incoming]

This example is elaborated into a simple example
IVR.

But how do we get the intial prompt to play
on an ATA?




More information about the asterisk-users mailing list