-
In /ivozprovider/asterisk/agi/application/controllers/VoicemailController.php the line:
```
$mail = new Zend_Mail('utf8');
```
should be:
```
$mail = new Zend_Mail('utf-8');
```
-
Hey just wanted to know the purpose of the async agi server
-
Hello, I'm trying to build Asterisk 14.7.6 (debian 9) and after applying the patch, I get this on my `make`
```
# make
[CC] res_pjsip_dialog_info_body_generator.c -> res_pjsip_dialog_info_body…
sotoz updated
6 years ago
-
Asterisk AGI are currently executed with php 5.4, but that is wrong because FreePBX uses 5.6 from SCL. Starting from FreePBX Framework 14.0.3.2, agi stop working with PHP 5.4 and gave this error:
`…
-
At the start, I get these errors and when I use a softphone to make the test call nothing happens.
From adhearsion log =>
```
[2017-02-12 22:54:06.678] ERROR Celluloid: Punchblock::Translator…
-
Profiling of Asterisk-Java reveals a large amount of CPU spent in java.util.Scanner.
The reality is that the vast majority of this CPU time is actually in the underlying Socket.
However there ar…
-
I'm testing bleeding standalone installation.
When I configure a call forward inconditional on a user it works fine when he receives a call from another user. But if the user is the target of a DDI…
-
This caught my eye the other day and thought I might give it a try, however, i believe process described to register with Amazon has changed. I'm having problems when I run the grant_token.sh. I think…
-
```
[Asterisk-Java AgiServer-0] INFO org.asteriskjava.fastagi.DefaultAgiServer - Listening on *:4573.
[main] INFO org.asteriskjava.manager.internal.ManagerConnectionImpl - Connecting to XXX.XXX.XXX.…
ghost updated
6 years ago
-
all ours php scripts and AGI load FreePBX environment (mainly for DB queries) by including /etc/freepbx.conf that isn't a configuration file but is a php that do stuff.
All scripts and AGI uses syst…