AMI Connection

From Kolmisoft Wiki
Revision as of 08:07, 29 October 2008 by Mindaugas (talk | contribs) (New page: Check settings in '''/etc/asterisk/manager.conf''', should have" [general] enabled = yes The end of this file should look like this: [mor] secret = morsecret deny=0.0.0.0/0.0.0.0 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Check settings in /etc/asterisk/manager.conf, should have"

[general]
enabled = yes

The end of this file should look like this:

[mor]
secret = morsecret
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
write = system,call,log,verbose,command,agent,user,config

Attention, these settings are valid only if the asterisk server and MOR gui are in the same server. If they are on a different servers you should edit these settings according to your needs.

Reload asterisk


Then check settings in your GUI: SETUP - Settings - AMI Interface. They should be 127.0.0.1/mor/morsecret.