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 was able to get around this bug by regenerating any expired certificates I found on the server. Here are the commands:
set cert regen CAPF
set cert regen CallManager
set cert regen ipsec
set cert regen tomcat
set cert regen TVS
I recently defined a SIP trunk from CUCM 10.5 to a CME running 15.1(4)M3. I enabled Options Ping. I set up the SIP trunk in CUCM a few weeks prior to the CME being configured to use it. The CME did not have the IP addresses of the CUCM cluster in ...
I'm looking for good documentation on the Data and Time Functions in ICM scripts The Scripting and Media Routing Guide lacks good examples and is missing information. The information using the built-in help feature of the ICM Script Editor is actuall...
This shows how to fix an Auth Fail error when a 7900 series phone is attempting to upgrade it's firmware.When a phone has an older phone load and tries to register with a CUCM that has phone loads higher than 8.5(2), it will fail to upgrade the phone...
I have a WCS on an old WLSE appliance (Linux version). I have 18 controllers and 1 location appliance connected to this WCS. I have outgrown the 500 AP limit. We have purchased a new Enterprise plus license for 2000 APs. I would like to migrate the d...
You can keep your codec list in the CUBE to allow both G711 and G729. I do that today because I use both codecs depending on where the call is going. We have SIP Early-offer forced on the dial-peers. Assuming that is what you have too, you can con...
Jameson,Your method would give back the fractional value of a particular time of day (like 1:30 AM). Adding that to now() would not produce a meaningful value. What I am doing is using a relative amount of time (like 1 hour and 30 minutes) and addi...
I finally figured it out. You cannot use any of the time functions like hour() and minute() because they return whole numbers. The now() function returns the date in the whole number portion and the time as a fractionial part. So I needed to conve...
Jameson,Your idea looks interesting. I'll do some tests. I would take the hours and minutes from CED and stuff them into a couple of Peripheral Variables and use that in your formula. Definately looks like it would be easier to understand later o...
Jameson,Thanks. I was hoping to find documentation that really explained the date and time function. That seems to be elusive. It would help if Cisco had a syntax diagram for each function along with better examples.I was thinking it would be nice to...