Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlePort

Redis runs on port 6379 or 8300, ideally this should be configurable

Notification Structure

Keys which are used to communicate information back to 3rd party applications.

 

Info
titleKey Structure:

enigma:notifications[<:type>]

where items in “[]” are optional additions to the base key

  • brpop “enigma:notifications:cdr” will get all the List events for all the cdr's

 

 

Code Block
languagejs
themeRDarklanguagejs
titleRedis JSON Packet Structure
{type: <sub_type>, payload: {JSON payload}}
sub_typedepends on the type of the notification
inbound: sub_types

Receive a call

cdr: sub_types

cdr (end of call)