[Phpagi. conf]
[Asmanager]
Server = localhost; server to connect
Port = 5038; default manager Port
Username = phpagi; username for login
Secret = phpagi; password for login
[Festival]
Text2wave =/usr/bin/text2wave
Tempdir =/tmp/
[Phpagi]
# Error_handler = true
# DEBUG = tru
Manager. conf: W
;
; Ami-the asterisk Manager interface
;
; Third party application call management support and PBX event Supervision
;
; This configuration file is read every time someone logs in
;
; Use the "show manager commands" at the CLI to list available manager commands
; And their authorization levels.
;
; "Show Manager Command <command>" will show a help text.
;
; ---------------------------- Security note -------------------------------
; Note that you shoshould not enable the AMI on a public IP address. If needed,
; Block this TCP port with iptables (or another FW software) and reach it
; With IPSec, ssh, or ssl vpn Tunnel
;
[General]
Enabled = Yes
Port = 5038
Bindaddr = 0.0.0.0
; Displayconnects = Yes
[Phpagi]
Secret = phpagi
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
Write = system, call, log, verbose, command, agent, user
; [Mark]
; Secret = mysecret
; Deny = 0.0.0.0/0.0.0.0
; Permit = 209.16.236.73/255.255.255.0
;
; If the device connected via this user accepts input slowly,
The timeout for writes to it can be increased to keep it
; From being disconnected (value is in milliseconds)
;
; Writetimeout = 100
;
; Authorization for various classes
; Read = system, call, log, verbose, command, agent, user
; Write = system, call, log, verbose, command, agent, user