Call Control

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

Hi,One of our customer has deployment of 30000+ phones. Though we believe this should be multi-cluster deployment but as per information we have it’s a single cluster deployment. Our question is, if it’s a single cluster deployment then will there be...

Hi All,We are using JTAPI SendData API to send small alert messages to IP Phones. If specific phone is not connected in network the application gets timeout response. Can you please let us know , after how much time (after calling SendData method) ap...

The attached log shows a call to a hunt group (broadcast mode). Many of the events have FeatReason:12.  What is the meaning of this code and where is the constant defined?  I checked the usual CallCtlEv.java and CiscoCallEv.java etc but see no 12 def...

Hi Developers,I am developing a java application that get contacts’ information from UDS using Unmarshaller. My application needs a tomcat certificate in cucm server. It works well if the certificate is a self-signed cert; however, when I use CA cert...

Resolved! Non const events

Hello!I'm using JTAPI.I have a trouble with events from CUCM: sometimes there are different connections in CiscoCall, and sometimes there are no connections.Usually they are not in order.My task is to get device's name, which has hook off?.Best regar...

punin.v.v by Level 1
  • 1753 Views
  • 5 replies
  • 0 Helpful votes

I need to write a tcl ivr application to validate a received redirecting number against a list of 1000 valid RNIEs provisioned.  I have found a few examples I can study, but I just found how to display on a 2431 the list of built-in scripts below fro...

Hi Friends,What does FeatReason:33 in JTAPI events mean?  I can't find this defined in the Cisco JTAPI docs. Like this:2136: Nov 03 16:49:21.536 ADT %JTAPI-JTAPI-7-UNK:(P1-devuser1) 1184538/1 ConnCreatedEv 6017::1 [#126] Cause:100 CallCtlCause:0 Cisc...

The JTAPI developers guide indicates that CiscoRemoteTerminal getRegistrationType() returns either EXTEND_MEDIA_REGISTRATION or NO_EXTEND_MEDIA_REGISTRATION.  The guide later states:EXTEND_MEDIA_REGISTRATION = 8This registration type applies to CUCSF...

Hi All,  do anybody know, if there is chance to monitoring calls for SIP phone on SRST (CME in SRST mode) gateway?I need to receive information about ringing and connected call - calling and called numbers.I tried:- CME CTI - this API doesn't support...

Hi All,  do anybody know, if there is chance to monitoring calls for SIP phone on SRST (CME in SRST mode) gateway?I need to receive information about ringing and connected call - calling and called numbers.I tried:- CME CTI - this API doesn't support...

HiI'm working on a project where multiple phone calls landing on an IP gets answered and responded back by machine(Artificial Intelligence) without human intervention.Kindly tell me if this is possible and help me with some details.Thanks in advance....

Hello,sometimes I get the following message from the EpApi: LIP: 192.168.136.35:21106 (codec 7)    RIP: 192.168.136.200:17682 (codec: 7)    avg. missed packets (per sec.) dst: 0 src: 50    avg. bytes trashed (per packet) dst: 160 src: 159    last dst...

Does anyone know if there is a reason that CallControlAddress.setForwarding() would always throw CiscoJtapiException.CFWDALL_DESTN_INVALID?This same address can be forwarded to the same destination successfully when done manually on the phone itself....