| |
|
|
|
Asterisk Dial & Announce Tool - ADAT R1 Configuration |
|
Page 2 of 2
Asterisk (ADAT R1) Server Configuration
In order to use ADAT, you will need to (let your System Administrator) add an account to the Asterisk Manager API. User accounts are configured in /etc/asterisk/manager.conf. A user account consists of a set of permitted IP hosts, an authentication secret (password), and a list of granted permissions. The account will need reade/write permisson for the "call" priviledge. For example:
[adat] secret = adat deny= permit=192.168.1.0/255.255.255.0 read = call write = call
Windows Client Configuration
Connection - settings
In the ADAT "Connection" settings enter Asterisk Manager credentials with the appropriate permissions (see Asterisk Server Configuration). You also need to specify the extension you want to manage & monitor.
Server = 192.168.1.10:5038 Username= adat Password = adat Extension = SIP/200 Context = from-internal
Events - settings
Set Events to "Dial" for now and enter the same Extension. For example:
Events = Dial Extension = SIP/200
INI settings
Set AutoPickupOnDial=True to enable the auto-answer SIP header to be sent. Unfortunately, due to the Asterisk Manager API design, the auto-answer is also forwarded to the SIP destination.
|
Downloads
|
|