Uncategorized

Get FileName of a DOC?

Does anyone know how to get the filename of a UCCX document?   Example: DocumentVariable = DOC[ExampleName.xml]   How do find out the “DocumentVariable” Filename as a string variable value? i.e. the Filename = “ExampleName.xml”   Use case. The Document is a parameter which can be set in the application admin. From the script, I […]

Get FileName of a DOC? Read More »

UCCX ANI Lookup

Hello all, I’m looking to write a CCX script that can route calls based on the calling number. E.g. If Calling number 3034117911 call to the CCX trigger the script check the Calling number and route that call to a certain Resource Group or Agent every time, if the agent is not available queue it

UCCX ANI Lookup Read More »

Make REST Call – Get

Hey.   Im trying to figur out have to format my output from a REST (json) get i UCCX11.   the REST call works fine – im getting the output in response:     U”{ “requrestSessionId”: “1324fde-3453ed-3423789”, “requestTimestamp”: “2015-11-23 01:01:01”, “requestIscompleted”: true, “requestIsMissingData”; false }”   Have do i put the data in variable i

Make REST Call – Get Read More »

UCCX: How to remove a language directory with special characters in Prompt Management?

Hi,   In UCCX 10.6.1.10000-39   Applications / Prompt Management I have a directory with special characters that I would like to delete. When I try to delete the directory I get :   Access Denied Unified CCX does not allow special characters because security protocols restrict their use. Click the Back button in the

UCCX: How to remove a language directory with special characters in Prompt Management? Read More »

License requirement for agentstats api call

Hi folks,   I tried issuing the call below to a 9.0(2) UCCX with the results shown below as well.   http://<uccx-ip>/adminapi/agentstats   Status 412 <?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?><apiErrors><apiError><errorData>IVR_ENHANCED</errorData><errorMessage>Requested resource is not licensed</errorMessage><errorType>NotLicensed</errorType></apiError></apiErrors>.   The UCCX instance currently runs on CCX Enhanced license. Are there other license requirements for this particular API call for UCCX?

License requirement for agentstats api call Read More »