[VoIP] Asterisk error message from Entensions.conf
Jonathan Kay
g4vft at btinternet.com
Mon Jul 2 12:16:45 CDT 2007
Michael Zaiontz wrote:
> I'm getting the following error message when I try to dial a test number on cnet:
>
> WARNING[3884]: pbx.c:1797 pbx_extension_helper: No application ' ' for extension (macro-dialcnet, s, 4)
>
> The line it is complaining about is:
>
> exten => s,4(startloop),Set(ENUM=${ENUMLOOKUP(${ARG1},ALL,,std.ckts.info)})
>
> I have the latest asterisk and Centos.
> I used the configuration tools on ckts.info to generate the base config files.
>
> Any ideas?
>
Hi Michael,
The latest version of Asterisk, has an extra parameter in its ENUMLOOKUP
function.
So, you need an extra comma, between ALL and std.ckts.info
A friend of mine here in the UK, Andy Coleman, found he needed to
specify '1' to use the first choice lookup, also.
exten => s,4(startloop),Set(ENUM=${ENUMLOOKUP(${ARG1},ALL,,1,std.ckts.info)})
HTH
Jon Kay
More information about the VoIP
mailing list