-
How to use asterisk manager?
-
Having some problems with receiving long responses from the AMI when going through the proxy.
By "long responses" I mean many lines of text, such as the result of the `core show help` AMI command whic…
-
The Asterisk Status command allows you to send multiple requests for channel variables, separated by commas. So something like this sent to the AMI console:
```
Action: Status
ActionID: 2
Variabl…
-
Dears,
call appears at sugarcrm but no popup is there is any thing else i should install, i run the script and the call appears but nothing else plz help what should i do i really need it to work...
t…
-
Hi,
After last upgrade Sugar, Callinize stopped running.
AMI is successfully connected to Callinize waiting for events.
asterisk_logger is pointing on the right place /var/www/gip..., user is set on w…
-
I have debian 8 x64, asterisk 13.8.2 and unixODBC 2.3.1-3
If i use asterisk realtime architecture(queue_memebers, queues tables, sippeers, etc in Mysql 5.7 ) information from qpanel and information f…
-
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:
Pa…
-
Hi,
I know AsterNet is not having much support, but I would like some help on how to handle this bug.
When I'm finishing 2 or more calls at the same time, somehow on AsterNet, one of the calls …
-
I am developing a web application using ASP.NET MVC. I wrote add functionality in my application to add extension details into asterisk database using asterisk realtime database configuration. But aft…
-
I want get list of users(like sip show users).
Now i use
`AsterNET.Manager.Action.CommandAction cmdAction = new AsterNET.Manager.Action.CommandAction();
cmdAction.Command = "sip show users"; …