[asterisk-bugs] [JIRA] (ASTERISK-28365) New ARI for application execution.
sungtae kim (JIRA)
noreply at issues.asterisk.org
Sat Mar 30 13:05:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
sungtae kim updated ASTERISK-28365:
-----------------------------------
Description:
Added new ARI for application execution.
This allows stacking the application into Stasis application.
When the application starts, it publishing the "ChannelApplicationStarted" event, and publishing the "ChannelApplicationEnd" when it's ended.
{noformat}
{
"type": "ChannelApplicationStarted",
"timestamp": "2019-03-30T14:28:01.620+0100",
"channel_application": {
"name": "park",
"args": "",
"status": "started"
},
"channel": {
"id": "test_call",
"name": "PJSIP/sipp-uac-00000004",
"state": "Up",
"caller": {
"name": "",
"number": ""
},
"connected": {
"name": "",
"number": ""
},
"accountcode": "",
"dialplan": {
"context": "sipp-uac",
"exten": "s",
"priority": 1
},
"creationtime": "2019-03-30T14:28:00.350+0100",
"language": "en"
},
"asterisk_id": "00:11:22:33:44:55",
"application": "test"
}
{noformat}
was:
Added new ARI for application execution.
This allows stacking the application into Stasis application. When the application starts, it publishing the "ChannelApplicationStarted" event, and publishing the "ChannelApplicationEnd" when it's ended.
> New ARI for application execution.
> ----------------------------------
>
> Key: ASTERISK-28365
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28365
> Project: Asterisk
> Issue Type: New Feature
> Security Level: None
> Components: Resources/res_ari_channels
> Affects Versions: 16.2.1
> Reporter: sungtae kim
> Severity: Minor
> Labels: pjsip
>
> Added new ARI for application execution.
> This allows stacking the application into Stasis application.
> When the application starts, it publishing the "ChannelApplicationStarted" event, and publishing the "ChannelApplicationEnd" when it's ended.
> {noformat}
> {
> "type": "ChannelApplicationStarted",
> "timestamp": "2019-03-30T14:28:01.620+0100",
> "channel_application": {
> "name": "park",
> "args": "",
> "status": "started"
> },
> "channel": {
> "id": "test_call",
> "name": "PJSIP/sipp-uac-00000004",
> "state": "Up",
> "caller": {
> "name": "",
> "number": ""
> },
> "connected": {
> "name": "",
> "number": ""
> },
> "accountcode": "",
> "dialplan": {
> "context": "sipp-uac",
> "exten": "s",
> "priority": 1
> },
> "creationtime": "2019-03-30T14:28:00.350+0100",
> "language": "en"
> },
> "asterisk_id": "00:11:22:33:44:55",
> "application": "test"
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list