First I’ll brief what I’m trying to do. I need to set up asterisk PBX on a Desktop with static IP address ( my machine’s address ), then once it’ll all working fine, I’ll install a softphone on my windows laptop and try to call my colleagues extension through the softphone with static IP address as domain and proxy in my softphone.
With proper Dial plan in my etc/asterisk/sip.conf and etc/asterisk/extensions.conf, I’ll be able to make call from my softphone.
I’m using Ubuntu-9.04 server version for this purpose. But my zaptel is giving me problem. I tried to setup asterisk-gui for remote access and I followed the below steps:
sudo nano etc/asterisk/http.conf ( Uncommented the lines )
[general]
enabled = yes
enablestatic = yes
bindaddr = My static Ip address ( Ubuntu-9.04 machine address )
bindport = 8088
prefix = gui
sudo nano etc/asterisk/manager.conf
[general]
enabled= yes
webenabled = yes
port = 5038
bindaddr = 192.168.0.1 ( This is where I’m pretty doubtful )
[admin]
secret = admin_pwd
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
sudo nano etc/default/asterisk
RUNASTERISK=NO to RUNASTERISK=YES
$ sudo make checkconfig
It displays everything seems to be good, afetr few checks it displayed Good Luck—
But when I typed brat:8088/gui/static/config/index.html
It displayed failed to connect PAGE.
Am I doing it in right way, if YES what I’m I missing or wrong in the above procedure.
Also as requested in my previous reply, how I NEED to replace zaptel with DAHDI if that was my problem for the earlier issue.
Any help would be just great!