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 am so tired of seeing this popup over and over- here are the directions1. Convert your logo to a CIP image2. Create a simple xml page containg the CIP image, using the CiscoIPPhoneImage XML object- like below-3. Save the file as idle.asp or whateve...
Has anyone gotten this to work with "automatic" authentication? I can make it work from a browser window, as the authentication windows will popup. But I want to push data from a server, and the server must have a predefined name and password which...
This is more of an opinion survey, I am installing a Call Manager system this week and have just been working with the AD plugin in the lab. I have not decided whether I will use it for the customer. How many of you are using it in production? Are ...
There are some third party packages, but they seem to be limited to small groups, not the entire system. It is doubtful that the feature will be included anytime soon, just think about the network traffic. If I have 100 phones to bradcast to, in a...
I did not experience that. But you do have to run 4 post requests for each full duplex conference. You could do only the first two for a one-way announcement. I am thinking about implementing an acceptance process. Setup the first Tx-RX pair and ...
If both gateways are H.323, you can avoid CM totally. Just create a voip dial-peer on the 3662 that points to the 1750. On the 1750 create multiple dial-peers for the destination that use the preference X option. something like this-3662num-exp 99...
I just setup a system like this- Create a call handler in unity for each Meet-meAssign an extension to the call handler, this will be the Meet-me ID numberThat call handler has supervised transfer, ask caller's name, Annouce and Confirm selected und...
Update- I got it working!!! I finally gave up on IIS and switched to a Perl Script using LWP. Here is the code that works. This script will open a full-duplex conference between 2 phones. I am going to keep working on it and try to develop it into...