update.list
Description
Fetch the software update status.
Arguments
None.
Example Requests & Responses
Example One
Request
Request a list of global T1/E1 settings on the gateway and configuration parameters for each T1 port.
{
    'method' => 'update.list',
    'parameters' => { }
} |
Response
{
        'updates' => {
                         'update_available' => 0
                       }
        } |
Or
{
        'updates' => {
                         'version_string' => '1001000002000000000',
                         'filename' => 'g100_g200-1.0.2.bin',
                         'version' => '1.0.2',
                         'url' => 'http://downloads.digium.com/pub/telephony/gateway/firmware/g100_g200-1.0.2.bin',
                         'update_available' => 1
                       }
        } |