@drvirus wrote:
Hey Folks .
have freepbx 12
asterisk 13
##########
enabled http and AMI
i can login using AMI over telnet .
but not over httphtttp:.x.x.x:8088/asterisk/rawman?action=Login&username=admin&secret=secret5
always give me :
Not FoundThe requested URL was not found on this server.
Asterisk Server
############################# vps1460851189*CLI> http show status HTTP Server Status: Prefix: /asterisk Server Enabled and Bound to 0.0.0.0:8088 Enabled URI's: /asterisk/httpstatus => Asterisk HTTP General Status /asterisk/phoneprov/... => Asterisk HTTP Phone Provisioning Tool /asterisk/static/... => Asterisk HTTP Static Delivery /asterisk/ws => Asterisk HTTP WebSocket Enabled Redirects: None. vps1460851189*CLI> #################################### [root@vps1460851189 ~]# cat /etc/asterisk/manager_additional.conf ;--------------------------------------------------------------------------------; ; Do NOT edit this file as it is auto-generated by FreePBX. ; ;--------------------------------------------------------------------------------; ; For information on adding additional paramaters to this file, please visit the ; ; FreePBX.org wiki page, or ask on IRC. This file was created by the new FreePBX ; ; BMO - Big Module Object. Any similarity in naming with BMO from Adventure Time ; ; is totally deliberate. ; ;--------------------------------------------------------------------------------; [cxpanel] secret = cxmanager*con deny=0.0.0.0/0.0.0.0 permit=127.0.0.1/255.255.255.0 read = system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,originate write = system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,originate [xp10] secret = xp10 deny=0.0.0.0/0.0.0.0 permit=188.6.19.0/255.255.255.0 read = system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,originate write = system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,originate webenabled = yes [root@vps1460851189 ~]# cat /etc/asterisk/http_additional.conf ;--------------------------------------------------------------------------------; ; Do NOT edit this file as it is auto-generated by FreePBX. ; ;--------------------------------------------------------------------------------; ; For information on adding additional paramaters to this file, please visit the ; ; FreePBX.org wiki page, or ask on IRC. This file was created by the new FreePBX ; ; BMO - Big Module Object. Any similarity in naming with BMO from Adventure Time ; ; is totally deliberate. ; ;--------------------------------------------------------------------------------; [general] enabled=yes enablestatic=yes bindaddr=0.0.0.0 bindport=8088 prefix=asterisk [root@vps1460851189 ~]#
any help ???
Posts: 5
Participants: 2