Asterisk Realtime Voicemail

Hello everyone, I’m new to Asterisk and really excited to utilize it. Right now I’m working on creating a UI utilizing Realtime Asterisk, and I’m working on getting the voicemails working. I am using Ruby on Rails and I am creating transactions in the database. I guess my concern/lack of knowledge is; when I go to the CLI console and type ‘voicemail users’ it says there are no voicemails users. Right now I’m only posting the required data in the asterisk voicemail table right now. Any help/direction will be much appreciated.

Sean

Try ‘voicemail show users for CONTEXT_NAME’ where CONTEXT_NAME is the context you have defined in your voicemail table.