Forums
« Back to APIs

RE: Park/UnPark a call

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
  We are trying to implement the call park/unpark functionality using the jabber cwic plugin. 
Currently when we test the park/unpark functionality on cisco hard phones or on CIPC we just dial the "Park Number" and we are connected to the "ongoing call". So similarly, we started a conversation between 2 CIPC devices and parked the call, and when we try to make a call (startConversation) to the "Park Number" using the jabber CWIC client , the call gets terminated.
Are we doing it right? Can you please share some examples of how to park a call and how to retrieve a parked call using CWIC client? We were unable to find any using the  API documentation.
Thanks and Regards,
Vimod

Hi Vimod,
Have you tried this on the provided sample.html? I just tested the scenario on my lab and it works without problem. Did you get the message says the call is "terminated"? Or, it gets terminated after it gets connected?
BTW, the "startConversation" should be the right API to make the call.
Howard

Ting-Hao Chen:
Hi Vimod,
Have you tried this on the provided sample.html? I just tested the scenario on my lab and it works without problem. Did you get the message says the call is "terminated"? Or, it gets terminated after it gets connected?
BTW, the "startConversation" should be the right API to make the call.
Howard

Hi Howard,
I got just a information that CUCM is unable to control the Jabber calls through CTI. Does this mean that only the jabber calls cannot be parked?. Have you done any changes to the sample.html ? Can you please share it? Can you also please mention the steps that you had done so that i can confirm if we are in sync or not