MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / fss_ipc_init

Function fss_ipc_init

modules/freeswitch_scripting/fss_ipc.c:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41static str fs_event_body = str_init("body");
42
43int fss_ipc_init(void)
44{
45 ipc_hdl_rcv_event = ipc_register_handler(fss_raise_freeswitch_event,
46 "Receive FS event");
47 if (ipc_bad_handler_type(ipc_hdl_rcv_event)) {
48 LM_ERR("failed to register 'Receive FS event' IPC handler\n");
49 return -1;
50 }
51
52 return 0;
53}
54
55int fss_evi_init(void)
56{

Callers 1

mod_initFunction · 0.85

Calls 1

ipc_register_handlerFunction · 0.85

Tested by

no test coverage detected