Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Xml phonebook Openstage 80

Status
Not open for further replies.

klevakin

Systems Engineer
Dec 29, 2020
5
RU
Does anyone have example XML phonebook for Openstage 80?
 
Suggestion: put in a few entries, export as xml. Edit and import
 
I created a test entry in personal phonebook, but this phone does not have such functionality for export. (V3 R0.23.1 HFA)
 
i created a test XML phonebook, used only xml header and root elements "IppPhone" (I don’t know other tags for this phone) hoping to get an empty XML phonebook. The phone wrote that it could not change the data on the server.
Code:
<?xml version="1.0" encoding="UTF-8"?> <IppPhone> </IppPhone>
 
Have you tried using OpenStage Manager? That application will take care of it for one phone. Not sure how great it would be if you need to do several.
OR... are you trying to build an XML application to allow a remote phonebook? (If so, I haven't a clue!)

For detailed information about the OpenStage XML application interface, please see the Open-
Stage 60/80 - XML Applications Developer’s Guide. You can find the current version under
.

LoPath
Maintain HiPath 4000 V5 & V6, OpenScape Xpert V4 & V6, OpenScape Xpressions V7, OpenScape Contact Center V8, OpenScape Voice V9
 
Unfortunately I do not have access (login) to download OpenStage Manager from unify support. XML Applications Developer’s Guide is my favorite manual. there is no phone book in the OpenStage XML apps examples. For example, the phone book through ldap is described in great detail. I still use sip on yealink, and xml book hosted on a nginx server in the local network is not a problem
Code:
<YealinkIPPhoneDirectory> <DirectoryEntry><Name></Name><Telephone></Telephone></DirectoryEntry></YealinkIPPhoneDirectory>
 
Openstage Manager available at
faq965-7883
In Openstage folder
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top