63
Views
0
Helpful
0
Comments

Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 01-24-2014 04:44 PM
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
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
Labels: