News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - patricez

#1
You can also use Callback + Disa, I have already done it with a trixbox setup.

I was calling a specific number, asterisk hang up, close the connection, and call me back, when I respond I was on DISA, so all communication are done with voip.

Patrice
#2
Installation issues / 8.10 alpha2 / Asterisk issue
July 06, 2009, 04:56:49 PM
Hello,

I had an issue, system did not create extensions_pluto_dial.conf.

Looking at the code I found that it was missing a semi column in the code in create_pluto_dialplan.pl.

At the end of the code I have changed

`chown asterisk:asterisk /etc/asterisk/*`
`asterisk -rx reload`;

by
`chown asterisk:asterisk /etc/asterisk/*`;
`asterisk -rx reload`;

And now extensions_pluto_dial.conf has been created (launching create_pluto_dialplan.pl manualy).

Patrice