cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2113
Views
5
Helpful
1
Replies

Jtapi monitor outbound call response

Max Bagnara
Level 1
Level 1

Hi,

using jtapi when i receive call i have

 

On incoming call

Received--> Terminal/(P1-callProxy) [BOT3473499480] CiscoTermDeviceStateAlertingEv [#7] Cause:100 CallCtlCause:0 CiscoCause:0 FeatReason:12 DEVICE STATE--> ALERTING

when answer

Received--> Terminal/(P1-callProxy) [BOT3473499480] CiscoRTPOutputStartedEv [#10] Cause:100 CallCtlCause:0 CiscoCause:0 FeatReason:12
Received--> Terminal/(P1-callProxy) [BOT3473499480] CiscoRTPInputStartedEv [#11] Cause:100 CallCtlCause:0 CiscoCause:0 FeatReason:12

 

For outgoing, when i make a call i have immediatly

 

Received--> Terminal/(P1-callProxy) [BOT3473499480] CiscoTermDeviceStateActiveEv [#6] Cause:100 CallCtlCause:0 CiscoCause:0 FeatReason:12
DEVICE STATE--> ACTIVE
Received--> Terminal/(P1-callProxy) [BOT3473499480] CiscoRTPOutputStartedEv [#7] Cause:100 CallCtlCause:0 CiscoCause:0 FeatReason:12
Received--> Terminal/(P1-callProxy) [BOT3473499480] CiscoRTPInputStartedEv [#8] Cause:100 CallCtlCause:0 CiscoCause:0 FeatReason:12

 

Ho i can monitor if remote party answer my call via jtapi?

Thanks

1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

Screenshot-20210614173134-365x359.png

 See the attached image, upon placing the call (ringing), the events pause at CallCtlTermConnRingingEv

Once the far end picks up, you see the subsequent events, i.e. ConnConnectedEvent, et al.

(If you're not already using it, the JTAPI Test Tool is handy for playing around with JTAPI, viewing events, etc.: https://developer.cisco.com/site/jtapi/downloads/)

View solution in original post

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

Screenshot-20210614173134-365x359.png

 See the attached image, upon placing the call (ringing), the events pause at CallCtlTermConnRingingEv

Once the far end picks up, you see the subsequent events, i.e. ConnConnectedEvent, et al.

(If you're not already using it, the JTAPI Test Tool is handy for playing around with JTAPI, viewing events, etc.: https://developer.cisco.com/site/jtapi/downloads/)