mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
add enable-chat sofia profile param which defaults to true when not present, set to false to turn off the chat interface in sofia
This commit is contained in:
@@ -273,6 +273,7 @@ typedef enum {
|
||||
PFLAG_TCP_UNREG_ON_SOCKET_CLOSE,
|
||||
PFLAG_TLS_ALWAYS_NAT,
|
||||
PFLAG_TCP_ALWAYS_NAT,
|
||||
PFLAG_ENABLE_CHAT,
|
||||
/* No new flags below this line */
|
||||
PFLAG_MAX
|
||||
} PFLAGS;
|
||||
|
||||
Reference in New Issue
Block a user