Paging_ResendAlert

This method resends the alert referenced by AlertExternalID. The initial alert is deleted from the VMP database.

Table 1. Paging_ResendAlert method parameters
Parameter Type Description
guid String

A reference to the VMP instance served by the VMP Paging gateway. The default is MAIN.

user

String

The user login (configured in VMP Administrator).

password String The user password (configured in VMP Administrator).
alertExternalD String

The shared alert ID submitted in Paging_SendAlert.

message PagingAlert

The alert message with all options.

responses PagingAlertResponse[] The array of responses.
callbackInfo PagingAlertStatusCallbackInfo

The status notification callback descriptor. The VMP Server supports a callback failover mechanism. It is implemented as a callback notification queue. Status change notifications will be kept in the queue for 24 hours. If the VMP gateway cannot successfully submit a notification during the 24 hour period, the notification is discarded. Gateway clients can use the Paging_GetAlert status call to poll the alert status and update their internal database.

resendToCurrentRecipientsOnly Boolean

This flag indicates whether VMP should repeat the process of VMP user identification using the shared ids in the original paging alert. If ResendToCurrent RecipientsOnly is false, messages are sent to the same users as the original message.

Return type: WWI.WIC.WWS. PagingAlertUserStatusInfo[]