Open Lampard11 opened 1 year ago
Ola,
Tenta : $result = $magnusBilling->getFields('CallOnLine'); print_r($result);
Ola,
Tenta : $result = $magnusBilling->getFields('CallOnLine'); print_r($result);
Tried this but getting following error: Access denied in module:CallOnLine
conferi se usuário tem permissão para acesso ao modulo CallOnLine no : Settings => Group Users
conferi se usuário tem permissão para acesso ao modulo CallOnLine no : Settings => Group Users
Checked this too, there's already full permissions, yet same issue.
da uma olhada
How? Sorry I am confused with this.
esse módulo só pode :
$result = $magnusBilling->read('CallOnLine');
esse módulo só pode :
$result = $magnusBilling->read('CallOnLine');
Thanks a lot. Is there any way to hang the calls using the API?
send me an example please?
send me an example please?
When you are in "Calls Online" section, you can hang up the calls from there. If there's only read only permission when accessing Calls Online, I think it is not possible to use Hang Up the call from there using the API?
não é possível usar Desligar usando a API.
Solução e via ASTERISK acesso AMI via HTTP
não é possível usar Desligar usando a API.
Solução e via ASTERISK acesso AMI via HTTP
Thanks, do you have any example how to do that through Asterisk?
CLI: channel request hangup SIP/99995-000015bb
Hello,
I am trying to retrieve the live calls from MagnusBilling API, but it does not work. $result = $magnusBilling->getFields('callonline'); print_r($result);
Shows the following error: Page Not Found Unable to resolve the request "callonline".
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
The module name is callonline, but cannot retrieve this module through API.
Thank you.