[asterisk-bugs] [JIRA] (ASTERISK-21181) Implement channel state events for Stasis HTTP
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Feb 27 15:36:19 CST 2013
Matt Jordan created ASTERISK-21181:
--------------------------------------
Summary: Implement channel state events for Stasis HTTP
Key: ASTERISK-21181
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21181
Project: Asterisk
Issue Type: New Feature
Security Level: None
Components: Core/Stasis, Resources/res_stasis_http
Affects Versions: 12
Reporter: Matt Jordan
Now that Stasis-Core is moving along and channel state is getting put out onto the Stasis-Core message bus, we can start exposing channel state changes through Stasis-HTTP.
Channels in a Stasis application - or created as a result of an action in a Stasis application (such as an outbound dial) should have their states sent to the appropriate client over websockets.
* Create JSON events representing channel state changes, channel creation, and channel hangup.
* Create an XML schema in source for documenting the events. This might be similar to the existing managerEvent schema (but will probably be better served by something less AMI peculiar)
* Pass events through Stasis-Core out Stasis-HTTP's websocket. Note that the channel events might want to live in something other than res_stasis_http
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list