wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,217
- Reaction score
- 5,974
A new iPhone app was released today called Pocket Asterisk. Trademark issues aside, here's the recommended setup for system access to your Asterisk server at the office. No mention of a need for a secure password. Yikes!
Support
You need to enable the Asterisk Manager Interface on your server, just edit your /etc/asterisk/manager.conf file to look something like this:
[general]
enabled=yes
port=5038
[foo]
secret=bar
read=system,call,command
write=system,call,command
Save and restart your Asterisk server, done.
Your Asterisk server is behind a firewall? Just forward whatever port you defined in /etc/asterisk/manager.conf, works great.
