[asterisk-bugs] [JIRA] (ASTERISK-21566) API Enhancements - CEL refactoring - cleanup

Kinsey Moore (JIRA) noreply at issues.asterisk.org
Thu Jun 20 09:12:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207362#comment-207362 ] 

Kinsey Moore commented on ASTERISK-21566:
-----------------------------------------

Work for the first two parts is now committed. There were no instances of hookflash or 3way start/end to refactor in 11 or trunk.
                
> API Enhancements - CEL refactoring - cleanup
> --------------------------------------------
>
>                 Key: ASTERISK-21566
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21566
>             Project: Asterisk
>          Issue Type: New Feature
>          Components: CEL/General, Core/Stasis
>            Reporter: Matt Jordan
>            Assignee: Kinsey Moore
>              Labels: Asterisk12
>
> Yay, CEL!
> With Stasis-Core, we no longer need a bunch of CEL events all over the code, as the state of channels and bridges is conveyed across the Stasis-Core message bus. The final step is to refactor the following:
> * Determine when a call is being forwarded. We currently don't have a Stasis-Core message for this, and we typically infer this by a dial message. If needed, add a new JSON blob to the various Dial messages raised when a call forward occurs and raise AST_CEL_FORWARD. Note both {{app_dial}} and {{app_queue}} do this currently.
> * Remove AST_CEL_BRIDGE_UPDATE. Masquerades shouldn't occur in situations that aren't accounted for both other operations.
> * Add a CEL topic with a generic JSON blob message. Add a message router for this.
> ** Refactor the generic CEL user event to publish to this topic. Send the message as JSON; put out over CEL.
> ** Refactor instances of AST_CEL_HOOKFLASH, AST_CEL_3WAY_START, AST_CEL_3WAY_END to use JSON to the CEL topic.

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