mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
Merge pull request #1682 in FS/freeswitch from ~LAZEDO/freeswitch:proxy-token-acl-port to master
* commit '6ceb9885d4bd10763b982255af732e3e6a8936ee': FS-9956 [mod_sofia] retain user lookup in blind & acl auth FS-11025 [mod_sofia] use ports for acl check FS-11025 [core] allow/check ports in network lists FS-10746 [mod_sofia] allow authoritative proxy to provide token
This commit is contained in:
@@ -309,6 +309,9 @@ typedef enum {
|
||||
PFLAG_FIRE_BYE_RESPONSE_EVENTS,
|
||||
PFLAG_AUTO_INVITE_100,
|
||||
PFLAG_UPDATE_REFRESHER,
|
||||
PFLAG_AUTH_REQUIRE_USER,
|
||||
PFLAG_AUTH_CALLS_ACL_ONLY,
|
||||
PFLAG_USE_PORT_FOR_ACL_CHECK,
|
||||
|
||||
/* No new flags below this line */
|
||||
PFLAG_MAX
|
||||
@@ -786,6 +789,8 @@ struct sofia_profile {
|
||||
int bind_attempt_interval;
|
||||
char *proxy_notify_events;
|
||||
char *proxy_info_content_types;
|
||||
char *acl_inbound_x_token_header;
|
||||
char *acl_proxy_x_token_header;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user