Hi all,

I use alphanumeric names as extensions in my Asterisk architecture, which are the username part of the e-mail of each person at my site. Because Asterisk was primarily built to use numeric extensions, I'm having some problems with people that have usernames with dots between letters, like "john.doe". More specifically my problem is when john.doe dials some number. Asterisk doesn't match his rule in extensions.conf. I have in that file the following line:

exten => _[0-9]./john.doe,1,Dial(SIP/[EMAIL PROTECTED],60)

When that user dials some number, Asterisk never matches his rule. This only happens because dots are special parameters for Asterisk. I've tried to put a slash "\" before the dot, but nothing happens!...

Any suggestion?

Thanks in advance,
Ricardo.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to