On Monday 19 June 2006 12:43, Mark Tinka wrote:
> exten => _XXXXX,1,Dial(IAX2/afolzw/${EXTEN:5})
>
> Put this under the context you want to use, and assign XXX an
> extension by which you would like to reach me.
This match is expensive especially since you strip all the digits
at the end AND you are going to replace 'X' with actual digits.
You could remove the initial '_'. Also, I'm not sure putting a
simple 's' as the extension won't work as well as '${EXTEN:5}'
(haven't tried it since I usually put a "real" extension at the
end)
--
patrick
_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
The above comments and data are owned by whoever posted them (including
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------