wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,217
- Reaction score
- 5,974
In keeping with the PBX in a Flash promise, here is #7 in the Nerd Vittles script collection. In under 15 seconds, it installs the new MailCall for Asterisk 1.4 application on PBX in a Flash systems only. Run the install only once! After installation, you must first configure BOTH the web interface (for testing that it works!) and MailCall to tell it how to access your email accounts. Then you can access MailCall by dialing 5-5-5 from any phone on your system. Complete documentation and installation instructions for other Asterisk 1.4 systems is available now in article #200 on Nerd Vittles. Happy Birthday to Us!

If you'd like to test this (do it only once!!), log into your PBX in a Flash server as root and issue the following commands:
As always, your feedback is appreciated!!

If you'd like to test this (do it only once!!), log into your PBX in a Flash server as root and issue the following commands:
Code:
[COLOR=black]
cd /root
wget http://bestof.nerdvittles.com/applications/mailcall/mailcall.pbx
chmod +x mailcall.pbx
./mailcall.pbx
amportal restart
[/COLOR]