Page 1 of 1

asterisk 1.4.21.2

PostPosted: Wed Apr 21, 2010 4:59 pm
by jamtech338
VICIDIAL v.2.2.0-svb
BUILD: 90315-1010 VICIDIAL
Asterisk Version: 1.4.21.2

im trying to access asterick root directory in order to get full access
i want to be able to get acces straight to asterisk and be able to edit as i want

PostPosted: Thu Apr 22, 2010 12:14 am
by williamconley
when you post, please post your entire configuration including (but not limited to) your installation method, vicidial version and build, asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box.

this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)

the asterisk directories and the root directory are different directories.

i'm not sure what "access straight to asterisk" is, but if you want to edit the configuration files:

Code: Select all
cd /etc/asterisk
ls -l
nano extensions.conf

nano can be exited (with optional save if you've made changes) by [ctrl-x]
you can also "nano" any other file in that folder