[Asterisk-Users] "Catch all" extension

Alex kleis-asterisk-dev at tiscali.it
Sat Jan 14 05:09:01 MST 2006


> exten => _X.,1,AGI,catchall.agi,${EXTEN}
> 
> 
> should do it for u


Hi,

since I also have some "applications" that starts with "*", like

[app-clir]
exten => _*67.,1,SetCallerPres(prohib)
exten => _*67.,2,Goto(${EXTEN:3},1)

I thought I could use "_." instead of "_X.", that would match only numbers.
However, what do you think about this single extension replacing the *whole* dialplan?
I mean that

exten => 200,1,Dial(SIP/200)
exten => 300,1,Dial(IAX/300)
exten => _0.,1,Macro(dialout,${EXTEN})

and so on would be replaced by that single extension, and then the script will do the rest.

Thanks,

Alex





More information about the asterisk-users mailing list