Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
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

RE: EndCall Failed
Answer
11/29/12 3:05 AM as a reply to Filipe Paredes.
I was having this same issue and went to the forums for help but could not find an answer. However, after some testing I did find that you can not end a call that was received using webdialer...It works fine for me on calls that were made from the device but not calls that were answered.
 
Filipe Paredes:
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; }
--><[color=#990000">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"&gt]ResponseCode></a>1[color=blue">&lt]ResponseDescription></a>EndCall Failed[color=blue">&lt]NBCallResponse>
 
I dont understand what the problem is, since the makeCall works fine.
 
Thanks