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.
Hello, I have an issue, I accept a call on a CTI Route Point, but do not answer the call. I leave the call in Accepted state and after 88 seconds I get a call Disconnected event with reason NoAnswer. Who dropes the call, can this be configured in CUC...
Hello,I'm using Cisco's EpApi for sound stream handling for call management. Everything works ok. I can get the streams, start the streams, sound is coming and going.I have found in the documentation the EpStreamCodecInGet function and implemented th...
Hello,is the following scenario possible using TAPI & CUCM?-A has a call with B on line 1- A has a call with C on line 2- A somehow mixes the two calls, so that B and C will be together in a call, without A, and without C to be needed to answer anoth...
Hello,I'm trying to generate a ringback tone for a call (the user that made the call should hear this ringing). So when the call receives the Ringback status, I'm callinglineGenerateTone(hCall, LINETONEMODE_RINGBSCK, 0, 0, NULL)The problem is that I ...
I have seen similar state inconsistencies with monitored incoming calls, sometimes I get Offering state followed by Accepted, other times I get Accepted and then Offering. As far as I know it is not a CUCM configuration issues, it is simply how TAPI ...
Thanks for the info. Is it possible you could give me some info also about the data streaming statistics?1. What is the source(src) and destination(dst) in this case?2. avg. missed packets (per sec.) dst: 0 src: 50- Does this mean that we didn't miss...
With the following code I get the The operation failed for an unspecified reason error:TapiCall ciscoCall1;TapiCall ciscoCall2;IntPtr[] message = new IntPtr[3];message[0] = new IntPtr((int)CiscoLineDevSpecificType.SLDST_DIRECT_TRANSFER);message[1] = ...
Thank you. This seems to be the functionality that I need. However I'm having trouble implementing it. I'm trying to use the lineDevSpecific function, but I'm getting errors that say either:"lineDevSpecific failed [0xFFFFFFFF 80000018] Call reference...