Operations Manager complains that I have a bad extension. For example, in the following case it says 3431 is an invalid extension:3429:0004F2E02F12:10.195.18.19,3431:00E07524A784:10.208.52.29
Does anyone know why the following would give me a parse error? I'm serving it from apache running on windows, the phone is a 7960 running off the latest Callmanager 5.1.2<?xml version="1.0"?><CiscoIPPhoneMenu> <Prompt>Select a directory</Prompt> <Me...
I'm installing the latest vmo with a batch file. What are the all the registry options? By default vmo tries to play messages through the phone. I'd like them to default to the PC sound card.
Can you have a primary Meetingplace IP/GW talking with one audio server, and have another IP/GW talking to another audio server, and cascade audio conferences through between the two audio servers?
I create an array variable, and later set it to be Q[0] = 123. When the script hits that step it complains ?invalid null array?. How do I assign a value to a member of an array?B
Very well, I'll answer my own question. Unlike other variables in the scripting tool, the array length needs to be declared. So, clumsily, you can declare an array like so:1. Make an int variable called Q, make it an array2. Set Q= new int[6]3. Set Q...