cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1507
Views
0
Helpful
1
Replies

XML Corporate Directory

lightfusion1
Level 1
Level 1

Hello,

I've looked everywhere and it seems quite difficult to find definitive information to script the XML Corporate directory.  I can get it working perfectly, although I have an issue with uploading say 100 of more contacts into an XML file and the phone will only display 32 entries.

I've checked all the syntax and it is all correct.  I've read that there are pages in the directory and after looking back at it it says "Next" but when I push next it just goes to the top of the list again.  So is it looking for an xml page tag?  Or what are we doing wrong?

 

Must be a simple answer!

1 Reply 1

Dan Lukes
VIP Alumni
VIP Alumni
Cisco Unified IP Phone Services Application Development Notes

A single CiscoIPPhoneDirectory object can contain a maximum of 32 DirectoryEntry objects. If more than 32 entries must be returned, use multiple CiscoIPPhoneDirectory objects in subsequent HTTP requests.


According the "Next" button - it doesn't work automagically. The script supplying the data need to send another 32 lines to phone on "next" request. It seems that your script is sending still the same list.