[Asterisk-Dev] BOUNTY: app_hangup from exten => h
Andrew Kohlsmith
akohlsmith-asterisk at benshaw.com
Fri Apr 15 04:20:34 MST 2005
On April 15, 2005 08:06 am, Rich Adamson wrote:
> ; This section is the Last and handles 'no valid extension'
> [no-match]
> exten => _.,1,Answer
> exten => _.,2,Playback(invalid,skip)
> exten => _.,3,Hangup
> where none of the includes have a _. except for the "no-match"
> catch all? That catch all is simply there to say "hey dummy,
> there is no match in the dialplan. Try again."
As I suggested:
[no-match]
exten => i,1,Answer
exten => i,2,Playback(invalid,skip)
exten => i,3,Hangup
Am I missing something, or does the _. catchall catch an invalid extension
better than i?
-A.
More information about the asterisk-dev
mailing list