ShoreTel Compatible Audio Conference Bridge on a Plug Server?

The Sheevaplug computer is an amazing appliance!  Think of the applications you could create on this 3 watt PC often confused as a wall transformer  by the uninitiated.   In fact I have a bunch of “wall warts” under foot  for a variety of electronic devices on my desk that need stepped down AC power and the Sheevaplug server is smaller than any of them!    A  Plug Computer is designed to draw so little power that it can be left on all the time.  Unlike other embedded devices, it contains a gigahertz- class processor designed to offer PC- class performance, Ethernet interface, USB port and a SD Flash Card.  OMG! Geek Heaven!

As a technical support organization,  we needed a network monitoring tool to help us diagnose WAN QOS issues for our ShoreTel and CISCO VoIP clients.  How do you get an appliance on a clients network that can connect to the mother ship, capture network performance statistics and be left on all the time with no large power consumption?  We also needed something that was “plug and play” and dirt cheap as we give them to our ShoreTel multi-site clients who are under contract as part of our normal support service!   With this little plug computer  we can put a full network monitoring appliance on the network and try to stay ahead of the QOS issues that result from bandwidth, latency and jitter fluctuations.

With the network monitoring solution solved,  we started looking for other useful VoIP applications we might stuff into this plug computer.     Sometime back we created a fully featured audio conference server in software.  The goal was to make it possible for clients to create multi  party fully managed, audio conferences without having to spend tens of thousands of dollars.   Thanks to SIP we were able to do just that and the results were exceptional.  (Click here for full specifications  http://www.siplistic.com/tutorials/setup-users-and-standing-conferences .   The marketing challenge was  the fact that the server hardware and OS cost more than the application software!

So that became the next project to take over in our wonderful world of VoIP!   We have now achieved what would have been unthinkable only a year ago!  We can now provide the same audio conference solution including the hardware at the same price we charged for the application software!  Thanks to the wonderful engineers at Marvel  we have been able to realize a fully feature, SIP based audio conference server on an appliance that draws less than 3 watts of power!  How green can you get?  Now the problem is how to keep people from stepping on it!

marvell_sheevaplug_computer2

I know it is crazy to get excited about a hunk of hardware, but next to my iPad this is a must have and I have a long list of applications that would make the world of VoIP more exciting!  How about a turn key telephone system for a remote office that cost less than an SG30 and interfaces to ShoreTel and CISCO as a SIP tie line?  Let me know your thoughts!

NOTE – March 2012-  We have had so much demand for this product that we now offer it as a SKU through our product company, http://www.Siplistic.com !  We can ship you a turn-key Audio Conference Appliance for $1995 including the Server Hardware.  Answer a few configuration questions, and you will have a 24-94 port appliance with web interface administration as fast as Fedex!  Price includes remote configuration and installation on ShoreTel, CISCO, Microsoft or Asterisk!  – DrVoIP!

Log Blog – Debugging ShoreTel Voice Mail with vmail.log

We should probably do several blogs on logs!   Logs to an engineer are like finger prints to a cop!   Both professionals need to play “detective” and gather all the hints they can in an exhaustive effort to figure out what went wrong!   Logs always have interesting information, written cryptic ally but useful none the less.  Recently we had to solve the case of the “missing message notification” and that sent us deep into Vmlogs.   The problem statement was that a message left in a voice mailbox was suppose to notify a cell phone when the message was marked urgent.  The client reported that this was not happening .  So how do you go about debugging this issue?

 ShoreTel gathers log information and stores them in a specific data folder.  The logs folder is contained in the X:\Shoreline Data folder on both your ShoreTel HQ server and your Distributed Voice Mail Servers.  This folder is a critical component in any disaster recovery plan as it contains all the information you need to recreate your system.  For example, you system automated attendant prompts are located here, so make sure you back this folder up along with the configuration database.   The Log folder contains a number of logs that can be used to trouble shoot ShoreTel system issues and you should become familiar with them.  For purposes of this blog, we are going to focus on the vmail logs.  These logs are created for a 24 hour period and are time date stamped accordingly.  You will find this folder and its parent folders, exist on each ShoreTel server.

 Poking around in the Shoreline Data folder is instructive.   These is a sub folder named VMS.  This folder contains several other folders that effectively define the Voice Mail structure of the system, or at least of the Voice Mail boxes that live on that server.  In the folder marked ShoreTel, you will find a folder for each voice mailbox on that server, named for the extension number.  Inside that folder will be the data pointer and the wav files for the mailbox name and the various call handling mode greetings.   The actual voice mail messages, however, are contained in one massive folder named Messages, also in the VMS folder.   The Message folder contains all of the voice mail messages saved as wav files with cryptic file names.   Moving through the vmail logs, not only can you associate the messages with a specific mailbox,  you can generally get the password to that mailbox as it is saved in clear text.

The vmail log is verbose and very English like in is format.   It does not take much time to get comfortable with the interpretation of this log.   Generally, when reviewing any log, you have some basic information about what you are looking for.  Often you will have a GUID or an extension number that when coupled with time can help you search the log for a specific call.   In this log we can see the incoming call answered by the voice mailbox and the caller Id captured for call back and email notification.   We can see the various key strokes that the caller entered and we can also capture the name of the WAV file that ShoreTel will write out to the Message folder.

 If any of the out dial features are activated, you can see the perform in the mail log, including  the number dialed and any digits captured by the system when the caller answers.   Generally, all of the activities associated with this phone call are recorded to this log.  Working between the log and the VMS Folder you can locate messages for a particular user.  In this example we were able to trace the incoming caller ID through to a mailbox, watch the caller interact with the mailbox by generating DTMF digits and then mark the message urgent.  The logs continue to demonstrate that the system then set up an external call to a remote phone, played the ShoreTel voice mail notification greeting, collected the acceptance of the voice mail and the user password.  The system then marks the message heard and moves it to the delete message queue.  

 All in a days work for a log file!  If you have to debug ShoreTel, Logs are your new best friend!