[asterisk-users] Newbie AEL2: Syntax for Hint
Eric Dantie
edantie at gmail.com
Thu Sep 11 03:16:09 CDT 2008
On Thu, 2008-09-11 at 17:41 +1000, Lee, John (Sydney) wrote:
> Steve, I downloaded the latest Asterisk version (see below).
>
> *CLI> core show version
> Asterisk 1.4.21.2 built by root @ machine1 on a i686 running Linux on
> 2008-09-11 06:10:06 UTC
>
> If I code:
>
> Hint(Custom:light1)
>
> It will pass aelparse but when it runs, it says Hint is an unknown
> application on the console.
>
Try :
context BLF {
hint(Sip/1000) 1000 => NoOp();
};
Works for me
Eric Dantie
More information about the asterisk-users
mailing list