[asterisk-bugs] [JIRA] (ASTERISK-28267) res_stasis: Add ability to switch applications

Benjamin Keith Ford (JIRA) noreply at issues.asterisk.org
Tue Jan 29 11:56:47 CST 2019


Benjamin Keith Ford created ASTERISK-28267:
----------------------------------------------

             Summary: res_stasis: Add ability to switch applications
                 Key: ASTERISK-28267
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28267
             Project: Asterisk
          Issue Type: New Feature
      Security Level: None
          Components: Resources/res_ari
    Affects Versions: 16.1.1, 13.24.1
            Reporter: Benjamin Keith Ford
            Severity: Minor


Add a REST API call 'move' to switch applications while inside of a Stasis application, eliminating the need to return to dialplan. It can have the following formats:

/channels/{channelId}/move
channels.client.move(channelId, app, appArgs)

where channelId is the id of the channel to move, app is the name of the application to move to, and appArgs is an optional parameter that allows you to pass arguments to the new application.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list