[asterisk-bugs] [JIRA] (ASTERISK-22291) ARI: /endpionts/{tech}/{id} channel list shouldn't have channel: prefixes

David M. Lee (JIRA) noreply at issues.asterisk.org
Mon Aug 12 16:27:03 CDT 2013


David M. Lee created ASTERISK-22291:
---------------------------------------

             Summary: 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