cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
675
Views
0
Helpful
2
Replies

can you mute a call via jtapi or ipphoneexecute

Sascha Monteiro
Level 6
Level 6

can it be done?

ta

2 Replies 2

Sascha Monteiro
Level 6
Level 6

duh! posted too quick..I already found it.

there are 2 ways to do it

1/ through jtapi xsi

2/ send request directly to phone (ip-address)

the call to do on the observed terminal:

have tested on my own phone, and works fine

send it to mute, send again to un-mute

Hi Sascha,

 

I have tried to mute myself from the call using JTAPI by using sendData(byte[]) and send the following XML to this:

<CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="Key:Mute"/></CiscoIPPhoneExecute>

 

This is working on Cisco IP communicator but not working on Cisco Jabber softphone. Any suggestions for this..?