[asterisk-users] Cisco 7940 dialplan.xml

Bob Chiodini bchiodini at gmail.com
Wed Jul 12 17:00:54 MST 2006


Francisco Gonzalez Canales wrote:
> I forgot to mention the firmware: P0S3-08-2-00
>
>
>
> On 7/12/06 4:53 PM, "Francisco Gonzalez Canales"
> <fgonzalez at blocknetworks.com> wrote:
>
>   
>> Hello,
>>
>> For some reason it seems like the phone is not getting the file dialplan.xml
>> file loaded from the TFTP server.
>>
>> Dialplan.xml file:
>>
>> <DIALTEMPLATE>
>>     <TEMPLATE MATCH="*" TIMEOUT="5"/>
>> </DIALTEMPLATE>  
>>
>>
>> I have telneted to the phone and used: 'show dialplan' And I get the
>> following output:
>>
>> Dialplan is....
>> Dialplan version:
>> EMPTY
>>
>> Any ideas?
>>
>>
>> Best,
>>
>> Francisco
>>
>>     
Francisco,

Maybe case sensitivity. My dialplan.xml is:

<DIALTEMPLATE>
<TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
</DIALTEMPLATE>

Timeout is mixed case. The filename is all lower case.

Bob...



More information about the asterisk-users mailing list