Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

advanced_debugging.list

Description

Fetch a list of currently running, canceled, and completed advanced debugging sessions on the gateway.

Arguments

None.

Example Requests & Responses

Example One

Request

Fetch a list of currently running, canceled, and completed advanced debugging sessions on the gateway.

{
    'method' => 'advanced_debugging.list',
    'parameters' => { }
}

Response

'advanced_debugging' => {
                                    'sessions' => [
                                                    {
                                                      'astmsg_length_number' => '10',
                                                      'astpridebug_level' => 'standard',
                                                      'enable_msg' => '1',
                                                      'tcp_only_sip' => '0',
                                                      'astdebug_level' => '3',
                                                      'tcp_length_unit' => 'minutes',
                                                      'tcp_length_number' => '10',
                                                      'astpridebug_ports' => [
                                                                               '1',
                                                                               '2'
                                                                             ],
                                                      'msg_length_number' => '10',
                                                      'start_time' => '1332867008',
                                                      'enable_tcp' => '1',
                                                      'enable_astsipdebug' => '1',
                                                      'astmsg_length_unit' => 'minutes',
                                                      'action' => 'start',
                                                      'enable_astmsg' => '1',
                                                      'enable_astpridebug' => '1',
                                                      'msg_length_unit' => 'minutes'
                                                    },
                                                    {
                                                      'astmsg_length_number' => '1',
                                                      'astpridebug_level' => 'standard',
                                                      'enable_msg' => '1',
                                                      'tcp_only_sip' => '0',
                                                      'astdebug_level' => '3',
                                                      'tcp_length_unit' => 'minutes',
                                                      'tcp_length_number' => '1',
                                                      'astpridebug_ports' => [
                                                                               '1',
                                                                               '2'
                                                                             ],
                                                      'msg_length_number' => '1',
                                                      'start_time' => '1332866622',
                                                      'enable_tcp' => '1',
                                                      'enable_astsipdebug' => '1',
                                                      'astmsg_length_unit' => 'minutes',
                                                      'action' => 'start',
                                                      'enable_astmsg' => '1',
                                                      'enable_astpridebug' => '1',
                                                      'msg_length_unit' => 'minutes'
                                                    }
                                                  ],
                                    'debug_log_files' => [
                                                           'gateway_debug_1332866622.zip'
                                                         ]
                                  },
  • No labels