[VoIP] Asterisk error message from Entensions.conf
Michael Zaiontz
mzaiontz at bellsouth.net
Mon Jul 2 14:13:16 CDT 2007
Found it!!
My fault. I need to get new glasses. One too many commas.
Jon, I did need your fix after all
Thanks all. One step closer to joining the net.
Mike Zaiontz
----- Original Message -----
From: "Michael Zaiontz" <mzaiontz at bellsouth.net>
To: <g4vft at btinternet.com>; "Voice Over IP Tandem for Analog Switches"
<voip at ckts.info>
Sent: Monday, July 02, 2007 12:58 PM
Subject: Re: [VoIP] Asterisk error message from Entensions.conf
> 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/
>
> _______________________________________________
> 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