ACUCONNECT_CLOSE_AFTER_CANCEL

This variable lets you specify whether the connection to a remote application should remain open or be closed after a CALL is complete. Set to the default value of "0" (off, false, no), this variable leaves the remote application open until the client application exits. Set to "1" (on, true, yes), this variable closes the remote application whenever a CANCEL occurs in the client program. For example:

ACUCONNECT_CLOSE_AFTER_CANCEL 1