08-01-2012 06:30 AM - edited 03-13-2019 07:56 PM
HI,
I have uccx script set up for recording. The way it works a branch location is suppose to be able to call in and record a message stating location and hours. When they attemp to hit 1 to save the message they are unable to. Can some one please provide assistance.
Thank you
08-01-2012 08:13 AM
You must authenticate a user before uploads to the repository will be accepted. Use the Get User and Authenticate User steps to do this before the Upload Prompt step is executed.
Please remember to rate helpful responses and identify helpful or correct answers.
08-01-2012 09:12 AM
Hi Jonathan,
I have the Authentication step in the script and is still not working.
08-01-2012 09:56 AM
Hi Carlos
You don't have an authentication step - an authentication step is not just comparing an input from a caller against a static PIN.
You must:
1) Use a Get User step to get a user object based on a string identifying the userID or extension, assinging the result to a User variable
2) Use a Authenticate User step to authenticate that user with a PIN or password
3) Reference the user with the 'upload' step.
Regards
Principal Engineer at Logicalis UK
Please rate helpful posts...
08-01-2012 12:51 PM
08-01-2012 12:57 PM
It does an AXL query to CUCM so this will check against the CUCM Password or PIN. Of course this means that the user you lookup must be a valid End User object in CUCM as well.
Please remember to rate helpful responses and identify helpful or correct answers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide