Skip to end of metadata
Go to start of metadata

FRAME_TRACE()

Synopsis

View internal ast_frames as they are read and written on a channel.

Description

Examples:

Example: View only DTMF frames
Example: View only DTMF frames
Example: View everything except DTMF frames

Syntax

FRAME_TRACE(filter list type)
Arguments
  • filter list type - A filter can be applied to the trace to limit what frames are viewed. This filter can either be a white or black list of frame types. When no filter type is present, white is used. If no arguments are provided at all, all frames will be output.
    Below are the different types of frames that can be filtered.
    • DTMF_BEGIN
    • DTMF_END
    • VOICE
    • VIDEO
    • CONTROL
    • NULL
    • IAX
    • TEXT
    • TEXT_DATA
    • IMAGE
    • HTML
    • CNG
    • MODEM

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-a9223f2

  • No labels