Page 1 of 1
Posted:
Tue Dec 19, 2006 7:12 am
by Op3r
I think that is possible
if
you are using mysql for your extensions. or do what freepbx do when you edit their conf.
But the idea is great. please put this to the tracker.
Posted:
Mon Jan 01, 2007 1:16 pm
by vctor
While doing this you would need to think about the security as well. When your extensions and other information can be accessed anywhere from the web.
Posted:
Mon Jan 01, 2007 11:34 pm
by ramindia
may be we need to run in secure this kind of config
with the different user, who can add only extension and sip provider config
just applying idea, to integrate,
if you allow only selected IP to access in .htaccess file should do the job in apache configuration i belive or any other mothod suites their needs.
existing config also, i dont see much secure, every file from http can be accessed by giving the file name, there is no session maintained i belive.
any way when i finish testing we will post how to also
ram
Posted:
Tue Jan 02, 2007 12:52 pm
by gschaller
There will be more load on the database ... The goal of vicidial is to reduce the load so you can reach a big number of agents/server. How often do you add a extension? And how often does Asterisk ask the database for one extension? Right - the effort to add a line in a config file is much less then the load you will add to Asterisk and the database with realtime.
Posted:
Tue Jan 02, 2007 11:04 pm
by ramindia
Hi
here iam totally agree with you.
ram