turner
Newbie

Offline
Posts: 3
|
 |
« Reply #2 on: May 15, 2009, 01:08:42 PM » |
|
Hi log file shows nil Below are the requested files the ip adress of the client is 192.168.1.30. http.conf ; Asterisk Builtin mini-HTTP server ; ; [general] ; ; Whether HTTP interface is enabled or not. Default is no. ; enabled=yes ; ; Whether Asterisk should serve static content from http-static ; Default is no. ; ;enablestatic=yes ; ; Address to bind to. Default is 0.0.0.0
bindaddr=0.0.0.0 ; ; Port to bind to (default is 8088) ; bindport=8088 ; ; Prefix allows you to specify a prefix for all requests ; to the server. The default is "asterisk" so that all ; requests must begin with /asterisk
prefix=asterisk
; The post_mappings section maps URLs to real paths on the filesystem. If a ; POST is done from within an authenticated manager session to one of the ; configured POST mappings, then any files in the POST will be placed in the ; configured directory. ; ;[post_mappings] ; ; In this example, if the prefix option is set to "asterisk", then using the ; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/. uploads = /var/lib/asterisk/uploads/ ; manager.conf ; ; Asterisk Call Management support ; [general] enabled = yes webenabled = yes port = 5038 bindaddr = 0.0.0.0
[admin] secret = XXXXXX deny=0.0.0.0/0.0.0.0 permit=127.0.0.1/255.255.255.0 192.168.1.30/255.255.255.0 read = system,call,log,verbose,command,agent,user write = system,call,log,verbose,command,agent,user
[click] secret = XXXXXX deny=0.0.0.0/0.0.0.0 permit=127.0.0.1/255.255.255.0 permit=192.168.1.30/255.255.255.0 read = call,all write = call,all ;
#include manager_additional.conf #include manager_custom.conf See any problems with the files?
|