VoiceMailBox
The VoiceMailBox table contains detail of each VoiceMailBox attached to the PBX.
package
au.com.asteriskit.sma.jpa.dao.entities.VoiceMailBox
To obtain a reference to a VoiceMailBox you would normally present the user with a list of VoiceMailBox using the VoiceMailDropListArgField.
During the exec method you then do the following:
Long voicemailBoxId = getArgAsLong("VoiceMailBox");
VoiceMailBox voicemailBox = getVoiceMailBoxFromId(voicemailBoxId);
The resulting System class provides the following methods.
Method | Arguments | Return Type | Descrption |
---|---|---|---|
getMailBox()
| None | String | The mailbox of the voicemailbox. |