Skip to content

JACK()

Synopsis

Jack Audio Connection Kit

Description

When executing this application, two jack ports will be created; one input and one output. Other applications can be hooked up to these ports to access audio coming from, or being send to the channel.

Syntax

JACK([options])
Arguments
  • options

    • s(name)

      • name required - Connect to the specified jack server name
    • i(name)

      • name required - Connect the output port that gets created to the specified jack input port
    • o(name)

      • name required - Connect the input port that gets created to the specified jack output port
    • c(name)

      • name required - By default, Asterisk will use the channel name for the jack client name.
        Use this option to specify a custom client name.

Generated Version

This documentation was generated from Asterisk branch 21 using version GIT