mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
FS-11732 [mod_kazoo] ei_init added in OTP 21.3
This commit is contained in:
parent
10a52ebe48
commit
ad7db39999
@ -519,8 +519,8 @@ switch_status_t create_acceptor() {
|
|||||||
char ipbuf[48];
|
char ipbuf[48];
|
||||||
const char *ip_addr;
|
const char *ip_addr;
|
||||||
|
|
||||||
#if ERLANG_MAJOR >= 10
|
#if (ERLANG_MAJOR == 10 && ERLANG_MINOR >= 3) || ERLANG_MAJOR >= 11
|
||||||
ei_init();
|
ei_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* if the config has specified an erlang release compatibility then pass that along to the erlang interface */
|
/* if the config has specified an erlang release compatibility then pass that along to the erlang interface */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user