thx, but still struggeling:<br><br><a href="http://blabla:8088/asterisk/static/docs/index.html">http://blabla:8088/asterisk/static/docs/index.html</a><br>&gt;&gt; NO GO<br><br>-------------------<br>;<br>; Asterisk Builtin mini-HTTP server<br>
;<br>;<br>; Note about Asterisk documentation:<br>;   If Asterisk was installed from a tarball, then the HTML documentation should<br>;   be installed in the static-http/docs directory which is<br>;   (/var/lib/asterisk/static-http/docs) on linux by default.  If the Asterisk<br>
;   HTTP server is enabled in this file by setting the &quot;enabled&quot;, &quot;bindaddr&quot;,<br>;   and &quot;bindport&quot; options, then you should be able to view the documentation<br>;   remotely by browsing to:<br>
;       http://&lt;server_ip&gt;:&lt;bindport&gt;/static/docs/index.html<br>;[general]<br>enabled=yes<br>enablestatic=yes      ; without this, you can only send AMI commands, not display <br>                      ; html content<br>
<br>bindaddr=0.0.0.0        ; address you want the Asterisk HTTP server to respond on<br>bindport=8088             ; port you want the Asterisk HTTP server to respond on<br>prefix=asterisk           ; will form part of the URI, similar to a directory name<br>
-----------------------------------------------------------------<br>manager:<br>[general]<br>enabled=yes      ; you may already have AMI enabled if you are using it for other things<br>webenabled=yes   ; this enables the interaction between the Asterisk web server and AMI<br>
<br>[tom] ; you can name the user whatever you want<br>secret = tom<br>read = system,call,log,verbose,command,agent,user,config<br>write = system,call,log,verbose,command,agent,user,config<br><br><br><br>-----------------------------------------------------------<br>
i opened up port 8088 on the router AND on the iptables...unfortunately im outside of the network righ tnow<br>how can i &quot;debug&quot;? any ideas?<br>thx<br><br><br>