RTPAUTODETECT RAD RA

Description:

Display or Modify the current RTP header autodect feature. If no argument is given, then the current settings are displayed. If arguments are given, the feature is then enabled or disabled.

Form:

  RTPAUTODETECT|RAD|RA [ARGUMENT]
  Argument List:
    Terse      Verbose      Description
    0              OFF      Turn off RTP header auto detect. Default.
    1              ON       Turn on RTP header auto detect.

Response:

  MODIFY RTPAUTODETECT RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)

  DISPLAY RTPAUTODETECT RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "RTPAUTODETECT=[OFF/ON]\r\n", or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "[TERSE NUMERIC VALUE]\r\n", or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes display responses (empty line)

Examples:

  Verbose command to retrieve current setting:
  RTPAUTODETECT <enter>
     Response is: OK\r\n
                  RTPAUTODETECT=OFF\r\n
  Terse command to retrieve current setting:
  RA <enter>
     Response is: 0\r\n
                  00\r\n

  Verbose command to change setting:
  RTPAUTODETECT ON <enter>
     Response is: OK\r\n

  Terse command to change setting:
  RA 1 <enter>
     Response is: 0\r\n

Notes:

When RTP Auto Detect is OFF or in the default state, the unit
will act exactly as it did prior to this feature... meaning
there is no difference in the application execution from prior
firmware versions.
Created By: Adtec Digital