Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I've just noticed some strange behavior in the AXL DoSQLQuery method, in CUCM 12.5.1. Sometimes the XML response object is truncated. The response content begins with the standard soapenv:Element tag, the results, but the document is incomplete. Thi...
I'm succssfully posting my SOAP request the WebEx NBR endpoint.I get a response code of 200, but the response content is empty; Content-Length = 0.What does that mean?
I'm trying to add or update a busy lamp field via AXL, but running into two errors in CUCM 8.* the UpdatePhone method provides the option of specifying the BLF with either a destination (blfDest) or directory number ( blfDirn + routePartition).The fo...
What error are you seing when you try to add the primary extension?
The WSDL contains this comment:
:Only DNs associated with the associatedDevices of the User can be used as primary extension.
Is the DN/Partition you're trying to add already asso...
The problem is that you put the'numplan' table in the 'from' clause; maybe this is specific to Informix.
You have to move the numplan join to a separate clause, and the devicenumplan clause
select a.name as device, a.description, b.name as pool, ...
The 'index' attribute is the position in the list of partitions. So, if you already have 3 partitions in your CSS, then you want to use an index of 4 (or greater).
The error you're seeing is a 'unique constraint' violation, which means you're try...
Hey Ryan,
The 'CallForwardNoAnswer' block does contain the 'duration' element. You just have to track it down
From:
<xsd:complexType name="UpdateLineReq">
.... <xsd:element maxOccurs="1" minOccurs="0" name="callForwardNoAnswe...