Skip to content

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:

Clone this wiki locally