06-03-2011 04:42 AM - edited 03-19-2019 03:03 AM
Hi all,
When i use the webdialer service to make a call with a certain user that is logged in on his phone, it works ok. But the EndCall (endCallSoap method) returns an error:
<?xml version="1.0" encoding="UTF-8"?>
<!--
@namespace html url(http://www.w3.org/1999/xhtml); :root { font:small Verdana; font-weight: bold; padding: 2em; padding-left:4em; } * { display: block; padding-left: 2em; } html|style { display: none; } html|span, html|a { display: inline; padding: 0; font-weight: normal; text-decoration: none; } html|span.block { display: block; } *[html|hidden], span.block[html|hidden] { display: none; } .expand { display: block; } .expand:before { content: '+'; color: red; position: absolute; left: -1em; } .collapse { display: block; } .collapse:before { content: '-'; color: red; position: absolute; left:-1em; }
--><NBCallResponse xmlns="http://bcpcorp.net/webservices/webdialerservice/2008/08"xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><a><ResponseCode></a>1</ResponseCode><a><ResponseDescription></a>EndCall Failed</ResponseDescription></NBCallResponse>
I dont understand what the problem is, since the makeCall works fine.
Thanks
Solved! Go to Solution.
06-06-2011 05:37 AM
That does not sound like a known issue. You should check the server side WebDialer logs, CTIManager logs and CallManager logs to understand better why this is failinging in this scenario.
06-06-2011 05:37 AM
That does not sound like a known issue. You should check the server side WebDialer logs, CTIManager logs and CallManager logs to understand better why this is failinging in this scenario.
06-14-2011 03:19 AM
Unfortunately i can't access the logs of the CUCM where the WebDialer problem is happening. But i figured it out.
The problem were 2 mistakes of my part:
The 1st was that i tested the endcall for the wrong device and because no call was active in that device, the endcall returned that error.
The 2nd was that i tested it for 2 diferent clients were one was using the CUCM 7 and the other the CUCM 8. In the CUCM 7, request the endcall to a phone that has no active call, it replies sucess, but in the CUCM 8 it replies that error. I'm assuming that in CUCM 8 the behavior is different. But the endcall replies sucess if a call is active on the phone
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide