Triggering
JTapiAddressRemovedFromTerminal indicates that an address was successfully removed from a terminal.
When a JTapiAddressRemovedFromTerminal event occurs, the applications can use this information to learn about the addresses that are unmapped from this device. The application will get one such event for each address that is removed. This event can happen at any time and hence this is a triggering event.
This applications that use this event must also make use of JTapiAddressAddedToTerminal event to ensure the correct mapping of the addresses on a device.
None.
| Parameter Name | .NET Type | Description |
|---|---|---|
| LineDN | System.String | The line directory number mapped on the device. |
| DeviceName | System.String | The name of the device from which the address was removed. |