mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-17 17:51:59 +00:00
Revert "FS-9490: [mod_sofia] add filter to SIP messages that match a regexp."
This reverts commit 53dbe5d84a.
This previous patch made logger function not reentrant so reverting until we can get a fix without that issue
This commit is contained in:
@@ -155,12 +155,6 @@ typedef enum {
|
||||
SOFIA_CONFIG_RESPAWN
|
||||
} sofia_config_t;
|
||||
|
||||
typedef enum {
|
||||
FILTER_UNKOWN = 0,
|
||||
FILTER_BEGIN = 1,
|
||||
FILTER_END = 2
|
||||
} filter_packet_state_t;
|
||||
|
||||
typedef struct sofia_dispatch_event_s {
|
||||
nua_saved_event_t event[1];
|
||||
nua_handle_t *nh;
|
||||
@@ -411,9 +405,6 @@ struct mod_sofia_globals {
|
||||
uint32_t max_reg_threads;
|
||||
time_t presence_epoch;
|
||||
int presence_year;
|
||||
char filter_expression[100];
|
||||
switch_regex_t *filter_re;
|
||||
switch_bool_t filtering;
|
||||
};
|
||||
extern struct mod_sofia_globals mod_sofia_globals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user