Hi all,
When i use the webdialer service to MakeCall 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