WAN_IP_NOTIFICATION

 

The address of this structure passed back to applications when the media engine detects that the internal Wan IP address of the media engine has been modified. The Wan IP address can be modified when the application calls the SetWanIpAddress API procedure or when a LanScape proxy/registrar detects that the “telephony system’s” Wan IP address has changed.

 

 

typedef struct

{

char *pWanIpAddress;

 

}WAN_IP_NOTIFICATION;

 

 

 

Members:

 

pWanIpAddress

This member points to a null terminated string that represents the current Wan IP address in dotted decimal (i.e. "x.x.x.x") format. if the Wan IP address is being disabled, the IP address returned will be an empty string.