Exchange MWI Plugin Support For Out-Dialing
The Out-Dialing plug-in calls you at a specified number when you receive your first voicemail. You can customize the settings to call you on your cell phone or home phone.
Purchasing the Out-Dailing plug-in includes remote assisance with the installation.
Requires: SQL Express 2005 , IIS and ExchangeMWI.
Price: $250
Steps to Implement Out-Dialing
It is recommended that you first get ExchangeMWI working in your own environment before implementing Out-Dial.
Step 1 - Install database
1) Copy the ExchangeMWIDB.mdf and ExchangeMWIDB_log.LDF SQL database files to your SQL's database folder.On my computer the location is: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data
2) Open "SQL Server Management Studio Express" and connect to your SQL server
3) Right click on "Databases" and select "Attach"
4) Create a user for the Database that is allowed full access to read and write records. This is the problem that most people have with SQL server because of the multiple authentication types avialable.
Edit OutDialDB.txt file for the test application and outdialing plug-in
connectionString="Data Source=Office1\SQLEXPRESS;Initial Catalog=ExchangeMWIDB;Persist Security Info=True;User ID=exchMWI;Password=123"
Trigger On VM - Have Exchange call you at a specific phone number when a new voicemail arrives. This plugin is a CTI application for Cisco Unified Communications Manager (CUCM) that looks up the mobile number found in Microsoft Active Directory. Once a new voicemail arrives the plugin calls the phone number and playback a customized voice message. "You have a new voicemail waiting" or any other WAV file you prefer.
SMS-Email - With this new plug-in installed ExchangeMWI will notify your pager, cell phone or a distribution group containing all the above.
Voicemail Alert Plug-in - This plug-in provides you with a SOAP web service and can be used with Adobe Flash, ASP.NET, Window's applications and silverlight. These controls can be placed on any webpage and can dynamically update without refreshing the page. Use these controls on a SharePoint team page and monitor a group voicemail account. You can also create custom applications to grab the user's voicemail counts and voicemail waiting state.