[Home]

Summary:ASTERISK-28267: res_stasis: Add ability to switch applications
Reporter:Benjamin Keith Ford (bford)Labels:
Date Opened:2019-01-29 11:55:52.000-0600Date Closed:2019-03-08 11:42:29.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_ari
Versions:13.24.1 16.1.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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.
Comments:By: Friendly Automation (friendly-automation) 2019-03-08 11:42:30.109-0600

Change 10960 merged by Friendly Automation:
res_stasis: Add ability to switch applications.

[https://gerrit.asterisk.org/c/asterisk/+/10960|https://gerrit.asterisk.org/c/asterisk/+/10960]

By: Friendly Automation (friendly-automation) 2019-03-08 12:44:52.317-0600

Change 10937 merged by George Joseph:
res_stasis: Add ability to switch applications.

[https://gerrit.asterisk.org/c/asterisk/+/10937|https://gerrit.asterisk.org/c/asterisk/+/10937]

By: Friendly Automation (friendly-automation) 2019-03-08 12:45:24.803-0600

Change 10962 merged by George Joseph:
res_stasis: Add ability to switch applications.

[https://gerrit.asterisk.org/c/asterisk/+/10962|https://gerrit.asterisk.org/c/asterisk/+/10962]