[VoIP] Asterisk error message from Entensions.conf
Michael Zaiontz
mzaiontz at bellsouth.net
Mon Jul 2 12:58:47 CDT 2007
Jon,
Thanks for the speedy reply. I tried what you suggested, but I have the same
results. I double checked to make sure Asterisk picked up my changes and it
did, but I get the same error message.
Mike
----- Original Message -----
From: "Jonathan Kay" <g4vft at btinternet.com>
To: "Voice Over IP Tandem for Analog Switches" <voip at ckts.info>
Sent: Monday, July 02, 2007 12:16 PM
Subject: Re: [VoIP] Asterisk error message from Entensions.conf
> 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
> _______________________________________________
> VoIP mailing list
> VoIP at ckts.info
> http://lists.ckts.info/mailman/listinfo/voip
> Project Web Page: http://www.ckts.info/
More information about the VoIP
mailing list