ConnectionTAPI-Functions
Asterisk ManagerAsterisk Manager Proxy
<< Up

Asterisk Manager Proxy

Page Index

Asterisk Manager Proxy
The Asterisk Manager Proxy should be used if more then 10 Clients needs a connection to Manager or if you need additional security functions. More infos for the Asterisk Manager Proxy are available at:
http://www.voip-info.org/wiki/view/AstManProxy

Configuration Files:
The Asterisk Manager Proxy configuration files are "astmanproxy.conf" and "astmanproxy.users".

astmanproxy.conf
The following parameters of astmanproxy.conf are of interest for the TAPI driver:
; astmanproxy.conf
...

acceptunencryptedconnection = yes
listenaddress = *
listenport = 1234
authrequired = yes/no
proxykey = secret
inputformat = standard
outputformat = standard

Comments:
acceptunencryptedconnection must be "yes"
listenaddress
listenport
The TAPI driver connects to this IP address and port.
authrequired "yes" or "no"
proxykey If set, the "secret" must also be set in the Asterisk Server Dialog.
inputformat
outputformat
must be "standard"

astmanproxy.users
; Astmanproxy user list
;
; Reload permissions by sending a SIGHUP
;
; "user" is the username, secret is the password, and the (optional)
; channel setting causes filtering of events only for the specified
; channel to be sent to this user.
;
; user=secret,channel,out_context (to Asterisk),in_context (From Asterisk)
steve=steve,SIP/snom190,local,



Comment:

If you set a channel like "SIP/snom190" for a user some call states can't be detected, for example "RINGBACK".