mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-7760: [mod_sofia]
added xml fetch for channels to externally support nightmare transfer depends on channel-xml-fetch-on-nightmare-transfer profile param (default is disabled)
This commit is contained in:
committed by
Michael Jerris
parent
b95362f965
commit
63c6d9c15f
@@ -282,6 +282,8 @@ typedef enum {
|
||||
PFLAG_ENABLE_CHAT,
|
||||
PFLAG_AUTH_SUBSCRIPTIONS,
|
||||
PFLAG_PROXY_REFER,
|
||||
PFLAG_CHANNEL_XML_FETCH_ON_NIGHTMARE_TRANSFER,
|
||||
|
||||
/* No new flags below this line */
|
||||
PFLAG_MAX
|
||||
} PFLAGS;
|
||||
|
||||
Reference in New Issue
Block a user