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.
Hi,In version 4 of CallManager, whenever the system was restarted the value for GlobalCallID_CallID in the CallDetailRecord table would go back to 1. Does anyone know if this is still true for CallManager 5 and 6?Thanks,Callum
Hi,Has anyone been able to use CiscoIPPhoneExecute with 7921? I can't get it to work, although it works fine with other models of phone. The XML object reference lists the 7921 as supporting the CiscoIPPhoneExecute, so I don't understand what's wrong...
Hi,In AXL for CCM 4.1(3) the doDeviceLogin method parameters are deviceName, loginDuration, profileName and userId, and the doDeviceLogout method has only the deviceName parameter. Can anyone tell me if the parameters (names, value types etc) have ch...
Hi, Have had a request from a couple of customers about building a tool to create/update voicemail accounts within Unity. Does Unity have an interface similar to AXL?
hi,in previous versions of call manager i have authenticated users against the authenticate.asp service by setting devicename=*, and it has worked fine. However, I have an instance of CCM4.1(3) where it is just not working - I have confirmed the user...
Either reconfigure your LAN switch (eg, capture on only one port), or modify your application to deal with the duplicates. If you want a solution that works in a variety of environments, you really need to deal with the duplicates.c
Are you using SPAN to capture them? If you have SPAN configured on several ports on your LAN switch, and the packets traverse more than one port (eg, in one port, out another) SPAN may be copying the packet on ingress and also on egress.c
Route patterns are stored in the NUMPLAN table. To get all the route patterns execute an SQL query on the NUMPLAN table and join the typepatternusage table on numplan.tkpatternusage = typepatternusage.enum and typepatternusage.name = 'Route'> select ...
Sort of. If you create your wav file correctly (PCM, 8000 samples per sec, 8 bit sameples, uLaw), then put the file in your TFTP directory it should play - and you can create a wav file to this spec using Windows sound recorder. The problem you will ...