Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
1
answers
28
views
How compile and install module `mod_erlang_event` if FreeSWITCH was compiled from source?
I remember being able to google this, but no joy this time. I'm also sure that there was at least a guide in [the official docs][1] on how to install FreeSWITCH modules in general, but can't find anything there either... [1]: https://developer.signalwire.com/freeswitch/
I remember being able to google this, but no joy this time. I'm also sure that there was at least a guide in the official docs on how to install FreeSWITCH modules in general, but can't find anything there either...
toraritte
(1212 rep)
Apr 26, 2025, 07:03 PM
• Last activity: Apr 26, 2025, 07:08 PM
1
votes
1
answers
19
views
Why does a successful`load mod_erlang_event` throw errors and has its C-node eventually exit in `fs_cli`?
Fired up `fs_cli` right after [installing FreeSWITCH][1], tried loading [`mod_erlang_event`][2], but something went awry: ``` > load mod_erlang_event [CONSOLE] switch_loadable_module.c:1772 Successfully Loaded [mod_erlang_event] [NOTICE ] switch_loadable_module.c:329 Adding Application 'erlang' [NOT...
Fired up
fs_cli
right after installing FreeSWITCH , tried loading mod_erlang_event
, but something went awry:
> load mod_erlang_event
[CONSOLE] switch_loadable_module.c:1772 Successfully Loaded [mod_erlang_event]
[NOTICE ] switch_loadable_module.c:329 Adding Application 'erlang'
[NOTICE ] switch_loadable_module.c:329 Adding Application 'erlang_sendmsg'
[NOTICE ] switch_loadable_module.c:389 Adding API Function 'erlang'
[DEBUG ] mod_erlang_event.c:2054 Socket up listening on 0.0.0.0:8031
[WARNING] mod_erlang_event.c:2079
Failed to publish port to epmd,
trying to start epmd via system()
[ERR ] mod_erlang_event.c:2081
Failed to start epmd manually!
Is epmd in $PATH? If not, start it yourself
or run an erl shell with -sname or -name
[DEBUG ] mod_erlang_event.c:2142 Exiting module mod_erlang_event
[NOTICE ] switch_loadable_module.c:125 Thread ended for mod_erlang_event
toraritte
(1212 rep)
Apr 23, 2025, 11:44 PM
Showing page 1 of 2 total questions