event_socket_outbound v0.5.1 EventSocketOutbound.ExampleCallMgmt View Source
Sample module implements call routing logic
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Callback implementation for EventSocketOutbound.CallMgmt.onEvent/2
Callback implementation for EventSocketOutbound.CallMgmt.start_link/1
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
onEvent(pid, event) View Source
Callback implementation for EventSocketOutbound.CallMgmt.onEvent/2
.
Link to this function
start_link(pid) View Source
Callback implementation for EventSocketOutbound.CallMgmt.start_link/1
.