03-12-2014
09:20 AM
- last edited on
03-25-2019
07:25 PM
by
ciscomoderator
Hi
I have a Gateway 2921 with IOS 15.3(3)M2.
Our problem is that when we have to update the audio in http client cache with this command
audio-prompt load http://10.1.2.2:7000/CVP/CC/Crisis.wav
it does not work and the gateway never updates the cache and we hear the same audio.
We found this bug https://tools.cisco.com/bugsearch/bug/CSCui80379 and that apparently apply in our case.
But the SRND for CVP 9 says that the cache can be updated with this command:
test http client get http://10.1.2.2:7000/CVP/CC/Crisis.wav reload
That command is hidden but when I execute the command it fails with this message:
CUBE_A#test http client get http://10.1.2.2:7000/CVP/CC/Crisis.wav reload
^
% Invalid input detected at '^' marker.
Is there another way for update my audio without upgrade IOS?
I hope you can help me.
Regards
03-12-2014 02:06 PM
If you are looking to refresh a prompt, I always search for it first so that I have the exact path.
show http client cache | inc Crisis.wav
You will see the exact URL address that you will need. Copy that address and paste it after audio-prompt load http://
It should reload Crisis.wav successfully and you can confirm the date time stamp by running show http client cache | inc Crisis.wav again and you should see an updated date time stamp.
If using inc after the pipe doesn't work, try using s
03-12-2014 02:31 PM
Hi Omar
I did all that you mentioned but the cache for this audio never update.
We change the audio on our Media server but the refresh is not working.
After run "audio-prompt load http://10.1.2.2:7000/CVP/CC/Crisis.wav" the gateway shows that the update was succesfully but the audio never changes.
Ref FreshTime Age Size context
--- --------- --- ---- -------
1 5 14051 90778 0
url: http://10.1.2.2:7000/CVP/CC/Crisis.wav
CUBE_A#audio-prompt load http://10.1.2.2:7000/CVP/CC/Crisis.wav
Reload of http://10.1.2.2:7000/CVP/CC/Crisis.wav successful
Ref FreshTime Age Size context
--- --------- --- ---- -------
1 5 17 90778 0
url: http://10.1.2.2:7000/CVP/CC/Crisis.wav
I am using 2 audios
Crisis.wav 40Kb
Crisis.wav 89Kb
Regards.
03-13-2014 07:56 AM
I know this is not the ideal solution, but during a maintenance window, could you delete the prompt complete from the CVP/VXML server and then re-add it?
03-13-2014 08:43 AM
I try that in lab with the same devices and versions and the same issue but the result was the same, the prompt never changes at less I reload the gateway, this works because the cache is empty but after that the prompt never changes.
Is there another way to update the prompt or is there any of the IOS that mentioned in bug page https://tools.cisco.com/bugsearch/bug/CSCui80379 ? Because I can´t find them.
Regards.
03-30-2015 01:54 PM
Hello.
Sorry for my English.
Couldn't you solve the problem with audio-promt update. ?
I have CISCO 2951 IOS 15.4(3)M1 and the same problem.
Regards.
04-01-2015 02:20 AM
try to clear cache by
"clear http client cache"
this will not show up in context sensative help, but still its implemented in IOS.
and once you run it, you will see the cache getting cleared up
04-01-2015 04:22 AM
I did "clear http client cache"
then audio-prompt load usbflash0://ivr/message1.wav
then call application voice load IVR1
but nothing help.
:-(
04-01-2015 06:26 AM
did you replace in your usbflash0?
04-01-2015 06:35 AM
Of,couse. I replace usbflash0 with new file same name.
04-01-2015 06:55 AM
oh just forgot, you are using usb source and not the http client cache.
the above commands will not work, have to figure out some other workaround.
let me chcek if i find something
04-01-2015 09:55 PM
Thank you. I wait with hope :-)
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