MaillCall & Asterisk 1.4.25

flipper

New Member
Joined
Jun 4, 2009
Messages
2
Reaction score
0
Hi,
I am trying to install and use MaillCall with Asterisk 1.4.25. I have noticed that when Asterisk is trying to run "exten => 555,8,AGI(nv-mailcall.php|${PWCODE})" it shows in CLI someting like: "ERROR[7211] utils.c:966 ast_carefulwrite: write() returned error: Broken pipe"
I have found that since 1.4.22.1, Asterisk has changed the way of sending commands to AGI. Do you know what has to be done to make MailCall working with Asterisk 1.4.25.
Cheers
Greg
 
You might try changing:

Code:
exten => 555,8,AGI(nv-mailcall.php|${PWCODE})
TO:

Code:
exten => 555,8,AGI(nv-mailcall.php,${PWCODE})

That's the change required for Asterisk 1.6 so perhaps they've now broken things in 1.4.22+ as well. :crazy:
 
Thanks. It helped but now I get an error: nv-maillcall.php|XXXX Faild to execute '/var/lib/asterisk/agi-bin/nv-mailcall.php' No such file or directory.
I have this file in this directory and I have run:
sudo chown ubuntu:admin nv*.php /*because my user is named 'ubuntu' and is from group 'admin'*/
chmod 775 nv*.php

Any ideas ?
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top