Personal tools

switchvox.debug.acli.stopSession

From SwitchvoxExtendAPI

Jump to: navigation, search

Contents

Debug Logging Functions

Description

Stop collecting debug info from the Asterisk Console.

Arguments

See the Constructing Requests page to learn how to use arguments in requests.

This method doesn't take any parameters.

Example Requests & Responses

Please see the API Request and Response Format section for more information on various request encodings.

Example One

Request

Example XML Request

<request method="switchvox.debug.acli.stopSession"/>

Response

Example XML Response

<response method="switchvox.debug.acli.stopSession">
  <result>
    <success/>
  </result>
</response>

Error Codes

See the Error Code Formatting section to see the xml structure when an error is returned.
See the Generic Error Codes section to see a list of general fault codes that may be returned.
Code Description
85090 Unable to stop ACLI debug session.