public class VoicemailUsersListAction extends AbstractManagerAction implements EventGeneratingAction
For each user that is found a VoicemailUserEntryEvent event is sent by Asterisk containing the details. When all peers have been reported a VoicemailUserEntryCompleteEvent is sent.
It is implemented in apps/app_voicemail.c
Available since Asterisk 1.6
VoicemailUserEntryEvent,
VoicemailUserEntryCompleteEvent,
Serialized Form| Constructor and Description |
|---|
VoicemailUsersListAction()
Creates a new VoicemailUsersListAction.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of the action for example "Hangup".
|
Class<? extends ResponseEvent> |
getActionCompleteEventClass()
Returns the event type that indicates that Asterisk is finished sending
response events for this action.
|
getActionId, setActionId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActionId, setActionIdpublic VoicemailUsersListAction()
public String getAction()
ManagerActiongetAction in interface ManagerActiongetAction in class AbstractManagerActionpublic Class<? extends ResponseEvent> getActionCompleteEventClass()
EventGeneratingActiongetActionCompleteEventClass in interface EventGeneratingActionResponseEventCopyright © 2004–2024. All rights reserved.