-
I might be understanding this wrong, but we've got two instances of FastAgi running on the same server. Basically I set the ports, and all should be fine:
``` C#
agi = new AsteriskFastAGI();
//...
…
-
I have a PBX (ivozprovider company) with a friend and users. It has a DDI routed to the friend. The friend (a PBX outside ivozprovider) is configured to hangup the call, 603 declined.
I call the DD…
-
I have the dga4132 firmware 2.1.0 with the dev GUi 9,04,99. I installed the upgrade pack manually and the extra apps LUCI etc. (but not telstra gui). THen I turned off the router with the physical but…
-
Ivozprovider includes several packages: ivozprovider-asterisk-agi, ivozprovider-asterisk-config, ivozprovider-data-library, ..., ivozprovider-kamailio-trunks, ...
Each time a change on code is made…
-
Hi,
I am using asterisk-java-2.0.2.jar and Asterisk 14.7.5.
I am running asterisk on one server and asterisk-java for FastAGI-Support on another server.
I am doing
`java -jar asterisk-java-2.0.…
-
I am just starting a project that is using asterisk-java and to make the deployment of and running of the application a bit easier I would like to package up the asterisk-java jar as well as the class…
-
Hi Mr. Russell, I've tried to run this line "googlesamples-assistant-pushtotalk --credentials" in the terminal and It worked properly but when I run the Perl code, this code line looks like not workin…
-
I wounder what i am missing, any dependency? The API is defiantly reading. so whats going on here?
```
*CLI> -- speech-recog.agi: Clearing channel variables.
-- speech-recog.agi: Setting variab…
-
**Steps to reproduce**
- install nethserver-nethvoice14.1.20
- if it is an update from a previous version, reinstall a random module:
```
# scl enable rh-php56 -- fwconsole ma install inboundloo…
-
Hello,
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import messaging
from messaging import sms
from messaging.sms import gsm0338
from messaging.sms import SmsSubmit
file = o…