Page 1 of 1

VICIDIAL Interface

PostPosted: Tue Jul 31, 2007 9:25 am
by dbanks
Hello, I am new to VICI and only 5 months of playing with asterisk. My question is, is there an easier way to configure trunks and extensions such as a web interface ?? I apologize if this is a repeat question. Thanks

PostPosted: Tue Jul 31, 2007 11:23 am
by mflorell
Not really. The safest and most efficient way to configure your trunks is through conf file editing and reloading or restarting. It will also give you a much better understanding of how Asterisk works and help you with doing your own troubleshooting.

We do plan on adding some kind of basic web interface for Asterisk configuration into VICIDIAL, but that is several months away.

PostPosted: Tue Jul 31, 2007 11:25 am
by Op3r
You can try to use PHPEDITCONF that is in the tribox for you to be able to edit the conf.

But

U will need to reload the asterisk after the changes.

PostPosted: Tue Jul 31, 2007 12:17 pm
by dbanks
Thanks guys. I appreciate your responses.

PostPosted: Wed Aug 01, 2007 5:24 pm
by tbenson
Asterisk GUI is very promising once its out of beta, i even used it to setup a lab callcenter. Just some of the code gets broken in different versions of cvs as they are adding features, so it isnt something you want to use currently.

Also it is only viable for version 1.4.x, which we were using for quite awhile, but rolled back to 1.2.22 for troubleshooting a few issues.

PostPosted: Wed Aug 01, 2007 5:33 pm
by dbanks
Thanks Trevor.