cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
63
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Arnaud Blachon on 17-08-2010 11:47:30 AM
Hi,

I'm currently trying to list every conferences booked on our Codian 8420, using conference.enumerate.

I made my script with PHP5, and my own XML-RPC library. 

Classic protocol, step by step:

- Open a socket on HOST : PORT (fsockopen)
- Write the request on this socket (fwrite)
- Wait for the response (blocking read)
- Then Get the response (fgets)

Here comes my problem, the response contains always only 4 conferences regardless the filter i'm using.

Is there any default configuration that sets the maximum number of elements in xml response ?

If someone has already had this problem and solved it ...

Best regards

Subject: RE: [Codian API] Problem with enumerate function
Replied by: Staale Reitan on 19-10-2011 01:20:23 PM
There's a parameter for returning more than 4 entries (why, I don't know).

Parameter name: moreThanFour (optional)
Parameter type: Boolean
Parameter description: Enables the call to return more than four conferences (up to 24)


Page 38 in this doc:
http://www.cisco.com/en/US/docs/telepresence/infrastructure/mcu/api_guide/MCU_API_2-8.pdf
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links