[asterisk-bugs] [JIRA] (ASTERISK-22291) ARI: /endpionts/{tech}/{id} channel list shouldn't have channel: prefixes
Digium Subversion (JIRA)
noreply at issues.asterisk.org
Wed Aug 21 11:11:05 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Digium Subversion closed ASTERISK-22291.
----------------------------------------
Resolution: Fixed
> 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_ari
> 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