[asterisk-bugs] [JIRA] (ASTERISK-22291) ARI: /endpionts/{tech}/{id} channel list shouldn't have channel: prefixes
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Aug 15 15:23:09 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-22291:
------------------------------------
Status: Open (was: Triage)
> ARI: /endpionts/{tech}/{id} channel list shouldn't have channel: prefixes
> -------------------------------------------------------------------------
>
> Key: ASTERISK-22291
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22291
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_stasis_http
> Reporter: David M. Lee
>
> When you hit up /endpoints/SIP/1004, it gives you a channel list as part of the data:
> {code}
> {
> "technology": "SIP",
> "resource": "1004",
> "state": "online",
> "channel_ids": [
> "channel:1376341790.3"
> ]
> }
> {code}
> The {{channel:}} was intended for use in cases where the id might be ambiguous (like when it might be a bridge or a channel). That's not the case here, so the {{channel:}} prefix should be dropped.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list