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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call Maanger configuration

Status
Not open for further replies.

uz

Programmer
Joined
Nov 10, 2001
Messages
1
Location
US
Anybody know how I can retrieve the CallManager configuration data from a program? I'm especially interested in the CDREnabled flag. Is there a way I can
dynamically turn this flag on and off from within a
C++ program?
 
I believe that the only way to do this is to write a PERL script that interfaces to the Web interface.

Good Luck!
 
CDREnabled is a Call Manager Service Parameter stored in the Call Manager database. I am not aware of a Cisco provided programitic method for access this field.

There is a new database programming interface available in Call Manager 3.1 called AXL. I looked at the specification and it does not allow access to this service parameter but it does allow access to other Call Manager database information through C++. For more information refer the AXL programming guide:


-- cmdev
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top