add custom event
This commit is contained in:
parent
2b282ae7cc
commit
b1c92af0c0
@ -74,6 +74,7 @@ public class ApplicationStartup implements ApplicationListener<ApplicationReadyE
|
||||
client.setConnectedCallback(() -> {
|
||||
log.info("Register FreeSWITCH ESL events.");
|
||||
client.event(StringUtils.join(Arrays.asList(
|
||||
"CUSTOM",
|
||||
"sofia::register",
|
||||
"sofia::unregister",
|
||||
"CHANNEL_CREATE",
|
||||
|
Loading…
x
Reference in New Issue
Block a user