search for: phpconfig_init

Displaying 7 results from an estimated 7 matches for "phpconfig_init".

2003 Sep 28
2
Help with PHPconfig setup??
...enabled manager access and setup an accound (really just copied the sample config but set my own username and secret) 3. Made /etc/asterisk/* world writable. (I guess I should have made the owned by apache and then user writable but its a dev server so I am not to worried about that) 4. Edited phpconfig_init.php with the username from manager.conf. 5. Edited asterisk.reload and changed the values for Username: and Secret: 6. Made asterisk.reload executable. So far all seems to be working except for "Re-Read Configs".. I get "Reset failed." when I try.. So what have I left out??.....
2005 Mar 03
0
RE: Getting phpconfig to work?
....reload -rw-r--r-- 1 root wheel 14702 Mar 3 11:48 cls_phpconfig.php -rw-r--r-- 1 root wheel 17846 Mar 3 11:55 cls_phpconfig_html.php drwxr-xr-x 3 root wheel 512 Feb 24 09:06 images -rw-r--r-- 1 root wheel 6515 Sep 14 2003 phpconfig.php -rw-r--r-- 1 root wheel 2128 Mar 3 11:44 phpconfig_init.php Any indicators? Rgds, Julius. > That means PHP isn't setup properly on your server; it isn't parsing the > file as PHP. It is just outputting the code. > > Create a file named test.php and put this in the file: > > <?php > > phpinfo(); > > ?> >...
2005 Mar 03
4
Getting phpconfig to work?
...gt; asterisk.reload 03-Mar-2005 12:28 1k >> cls_phpconfig.php 03-Mar-2005 11:48 14k >> cls_phpconfig_html.php 03-Mar-2005 11:55 17k >> images/ 24-Feb-2005 09:06 - >> phpconfig.php 14-Sep-2003 19:32 6k >> phpconfig_init.php 03-Mar-2005 11:44 2k >> >> >> -------------------------------------------------------------- >> ------------------ >> >> Apache/1.3.33 Server at ip-of-machine Port 80 >> >> >> I have made the necessary changes to all the files in th...
2005 Mar 03
0
RE: Getting phpconfig to work?
...page. See some of the output below; <?PHP /** * * Asterisk configuration file interface script * * * * * * phpconfig:,v 1.0 2003/07/03 17:19:37 * Authors: Dave Packham <dave.packham@utah.edu> * Rob Birkinshaw <robert.birkinshaw@utah.edu> */ require_once("phpconfig_init.php"); require_once("cls_phpconfig.php"); require_once("cls_phpconfig_html.php"); // create and initalize objects // $page = new Open_Conf_HTML(); $conf = new Open_Conf(); // setup 3pane html theme $page->OC_HTML_set3Pane(true); // pass...
2005 Mar 03
1
RE: Getting phpconfig to work?
...page. See some of the output below; <?PHP /** * * Asterisk configuration file interface script * * * * * * phpconfig:,v 1.0 2003/07/03 17:19:37 * Authors: Dave Packham <dave.packham@utah.edu> * Rob Birkinshaw <robert.birkinshaw@utah.edu> */ require_once("phpconfig_init.php"); require_once("cls_phpconfig.php"); require_once("cls_phpconfig_html.php"); // create and initalize objects // $page = new Open_Conf_HTML(); $conf = new Open_Conf(); // setup 3pane html theme $page->OC_HTML_set3Pane(true); // pass...
2005 Feb 20
10
HELP NEEDED! - Asterisk GUI
Hello, I am trying to setup an Asterisk GUI with the help of astman(please visit http://astman.sourceforge.net/am-user-guide.html). I have installed astman and currently assessing my GUI using; http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl I am trying to get the menu options in my GUI to work but to no avail. Currently my parameters are set to; Asterisk Install Directory:
2005 Feb 25
15
FW: Getting PHP Config to work?
Hi, I have been doing various testing with asterisk and its been going great. However I am a bit feedup of using vi for editing configs, and would rather do it from any machine on my LAN. I am running debian and * via xorcom rapid on a test PC at the minute. Hence phpconfig would be great, however I am having difficulty getting it to work. I have searched the message boards and the wiki, and