Skip to end of metadata
Go to start of metadata

Stasis()

Synopsis

Invoke an external Stasis application.

Description

Invoke a Stasis application.

This application will set the following channel variable upon completion:

  • STASISSTATUS - This indicates the status of the execution of the Stasis application.
    • SUCCESS - The channel has exited Stasis without any failures in Stasis.
    • FAILED - A failure occurred when executing the Stasis The app registry is not instantiated; The app application. Some (not all) possible reasons for this: requested is not registered; The app requested is not active; Stasis couldn't send a start message.

Syntax

Stasis(app_name,[args])
Arguments
  • app_name - Name of the application to invoke.
  • args - Optional comma-delimited arguments for the application invocation.

See Also

Import Version

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

  • No labels