Page 1 of 1

Help with configuring asterisk to work

Posted: 17 May 2010, 10:46
by big-moose
Hey there,

First of all.. Awesome software! I'd pay money if you asked. ;)

I have tried to edit my manager.conf file.. My manager .conf file looks like this..

Code: Select all

[general]
enabled=yes
port=5038
bindaddr=0.0.0.0
writetimeout=200

[manager]
secret=insecure
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.1.0/255.255.255.0
permit=192.168.24.0/255.255.255.0
read=system,call,log,verbose,command,agent,user,config,all
write=system,call,log,verbose,command,agent,user,config,all
Now, when I start the software up, it doesn't seem to show where a phone is in a call.. registered.. etc. like the screenshot below. Debug Modus DOES work though.

http://img46.imageshack.us/img46/9914/aclu.jpg

Is there anything else I need to configure on the asterisk side?

Thanks so much for your help!

Bigmoose

Re: Help with configuring asterisk to work

Posted: 18 May 2010, 10:31
by AstChannelslive
Hello and welcome

1-please check your Firewalls.
2-try to Test Manager.conf without IP limitations.
like this:

[general]
enabled=yes
port=5038
bindaddr=0.0.0.0
writetimeout=200

[manager]
secret=insecure
read=system,call,log,verbose,command,agent,user,config,all
write=system,call,log,verbose,command,agent,user,config,all

#if all of this not help you please make copy for Debug Modus and send it to my email
info@astchannelslive.com

AstChannelsLive
Germany

Re: Help with configuring asterisk to work

Posted: 19 May 2010, 16:41
by Vardan
Method not found: 'Boolean System.Threading.WaitHandle.WaitOne(Int32)'.


When I try via telnet I can login.

Re: Help with configuring asterisk to work

Posted: 19 May 2010, 20:18
by AstChannelslive
Vardan wrote:Method not found: 'Boolean System.Threading.WaitHandle.WaitOne(Int32)'......
you need to Install the .NET Framework 3.5 Service Pack 1
http://www.microsoft.com/downloads/deta ... da479ab0d7

Thank You.