Goautodial not editting asterisk configuration files
Added by jo n about 6 years ago
Am trying to setup my goautodial server to connecte to my zycoo gsm gateway using a SIP trunk,
however, when i configure everything in the GUI i am not seeing any update in either sip-goautodial.conf or sip-vicidial.conf
also in the asterisk CLI there is no attempt to register on the zycooo
but when i try configuring sip-goautodial.conf manually it appears in the CLI
Guys how come the asterisk files are not configured automatically when the GUI is updated?
Replies (4)
RE: Goautodial not editting asterisk configuration files
-
Added by Demian Biscocho about 6 years ago
How did you start Asterisk? For the changes in the GUI to be applied (can take up to 1 minute), it needs be via the Vicidial Perl script:
/usr/share/astguiclient/start_asterisk_boot.pl
This is automatically ran on bootup.
RE: Goautodial not editting asterisk configuration files
-
Added by jo n about 6 years ago
are these changes written in any asterisk files?
RE: Goautodial not editting asterisk configuration files
-
Added by jo n about 6 years ago
I have realised that configuration files are not edited, everything runs in the database and GUI
RE: Goautodial not editting asterisk configuration files
-
Added by Demian Biscocho about 6 years ago
That's correct. Almost everything is DB driven.