Previous Topic: Abort All Bindings

Next Topic: Close Outgoing Bindings

Abort One Binding

Aborting a binding is a standard way to disconnect a user from a DSA. You may want to explicitly abort a binding to allow the DSA to accept new bindings, for example if the DSA has reached its maximum number of allowed bindings.

To abort one binding

  1. Use Telnet to connect to the DSA on which you want to abort the binding.
  2. (Optional) List all bindings, using the following command:
    get users;
    
  3. Stop the binding using the following command:
    abort user number;
    
    number

    Specifies the binding that you want to abort.