-
Notifications
You must be signed in to change notification settings - Fork 60
Integration for the voip phone addressbook
Markus Neubauer edited this page Dec 6, 2015
·
8 revisions
I'd love to have the ownCloud contacts within the voip phone. A perfect use case is to have the data on the Web, the android phone book and finally on the telephone.
Intergration could be done if the contacts app would offer a link, similar like the CardDAV link. The output should be an XML (requested f.e. like /cloudphonebook.xml&Snom) like the following example:
<SnomIPPhoneDirectory>
<Title>ownCloud Book</Title>
<Prompt>Prompt</Prompt>
<DirectoryEntry>
<Name>Max Mustermann (work)</Name>
<Telephone>0049891234567</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Max Mustermann (home)</Name>
<Telephone>004917123456789</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Erna Musterfrau (home)</Name>
<Telephone>0301234567</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>John Dow (mobile)</Name>
<Telephone>001234567890</Telephone>
</DirectoryEntry>
<DirectoryEntry>
</SnomIPPhoneDirectory>
The example shows the xml for Snom, for Cisco voip phones it would be nearly equal, exept the inleading and end tag, this would be CiscoIPPhoneDirectory instead of SnomIPPhoneDirectory and culd be easy abbreviated. Of course would it be nice if all suppliers would use the more common Tiptel format.
References:
- Link to the Snom minibrowser XML tags: http://wiki.snom.com/Category:HowTo:Minibrowser
- Link to the Cisco XML example: https://supportforums.cisco.com/sites/default/files/legacy/4/1/8/66814-Directory_example.xml
- Link to the Tiptel Tag (on pdf page 30): http://wiki.tiptel-info.de/de/images/d/d8/Tip_xml_api.pdf