[asterisk-users] Cisco Directory Format

Time Bandit timebandit001 at gmail.com
Sat Sep 1 11:14:49 CDT 2007


> A little off topic (sorry..:) ) but anyone know what format Cisco phones
> use for their contact dirctories. I want to set up my contact lists on
> the phone, and cannot seem to get any info on it. I am working with a
> 7970 on Asterisk 1.4.8.
7940 and 7960 use this format of XML file (probably the same on 7970)

<CiscoIPPhoneDirectory>
  <Title>Employee directory</Title>
  <Prompt>Open Source Rock</Prompt>
  <DirectoryEntry>
    <Name>Employee A</Name>
    <Telephone>7001</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>Employee B</Name>
    <Telephone>7002</Telephone>
  </DirectoryEntry>
</CiscoIPPhoneDirectory>

Check also Open 79XX XML Directory : http://web.csma.biz/apps/xml_xmldir.php

hope that help



More information about the asterisk-users mailing list