FS-11860 [core] allow configurable separator in event_channel and

process all parts of key
This commit is contained in:
lazedo
2019-05-29 13:10:21 +00:00
committed by Andrey Volk
parent abdf796069
commit a84daf95bb
5 changed files with 61 additions and 11 deletions
+1
View File
@@ -313,6 +313,7 @@ struct switch_runtime {
char *core_db_inner_post_trans_execute;
int events_use_dispatch;
uint32_t port_alloc_flags;
char *event_channel_key_separator;
};
extern struct switch_runtime runtime;