mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
skip looking up session again in hash table when we already are parsing the event from the session thread
This commit is contained in:
@@ -143,6 +143,7 @@ typedef struct sofia_dispatch_event_s {
|
||||
nua_t *nua;
|
||||
sofia_profile_t *profile;
|
||||
int save;
|
||||
switch_core_session_t *session;
|
||||
} sofia_dispatch_event_t;
|
||||
|
||||
struct sofia_private {
|
||||
|
||||
Reference in New Issue
Block a user