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.


Messages - patricez

Pages: [1]
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
« on: 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

Pages: [1]