Jeremy McNamara wrote:

Try exten => _0X. <--- notice the period

[m807oth]
exten => _80780780.,1,StripMSD(7)
exten => _0.,1,SetVar,clidest=${EXTEN}
exten => _0.,2,Goto(cli,s,1)

...noticed mine? :-) I've tried a combo-wildcard (with an X, as in your example) as well, with no results either. The code in chan_zap.c seems to confirm that in overlap digit transmission the channel driver doesn't check for multiple matches. The patch to check for multiple/ambiguous/possibly incomplete matches is trivial, but implementing the timeout is definitely not.

Apollon Koutlides
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to