[asterisk-users] ael vs conf

Tzafrir Cohen tzafrir.cohen at xorcom.com
Thu Dec 18 07:36:16 CST 2008


On Thu, Dec 18, 2008 at 10:48:03AM -0200, David fire wrote:
> hi
> what i should use? ael or conf??? 

lua ?????

> thanks
> David

Silly (and untested) tip of the day:

Instead of using include, use templates:

If you have:


[a]
exten => _12X

[b]
include => a
exten => _1.


This won't work as planned, as [a] is included and checked after [b].
So:

[a]
exten => _12X

[b](a)
exten => _1.

Would result in [b] having:
exten => _12X
exten => _1.

What's the ael equivalent?

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the asterisk-users mailing list