[asterisk-users] Calling '**1' through Asterisk
Henrik Ostergaard Madsen
Henrik at ostergaard.net
Sun Jun 1 17:03:01 CDT 2008
I have now upgraded to the latest Asterisk 1.4.20.1 and add-ons 1.4.6 without any luck - so I
started dismantling my dialplan.
It seems that the incoming catch:
exten => _**[1234567890].,1,NoOp(Incoming call to a quickdial number ${EXTEN})
does NOT work with **1 - in stead of printing some debug, it just closes the channel without
any warning, error or the like.. But it does work with **11!
Changing it to
exten => _**[1234567890],1,NoOp(Incoming call to a quickdial number ${EXTEN})
makes it work (with **1 etc - not **11)
- so I have made it do what I want, even as I still think it is a bug..
/Henrik
More information about the asterisk-users
mailing list