mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Merge branch 'master' of fs-git:freeswitch
This commit is contained in:
commit
f05089b965
@ -4402,6 +4402,12 @@ void sofia_presence_handle_sip_i_message(int status,
|
||||
}
|
||||
}
|
||||
|
||||
if (session) {
|
||||
if (switch_event_dup(&event_dup, event) == SWITCH_STATUS_SUCCESS) {
|
||||
switch_core_session_queue_event(session, &event_dup);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
} else {
|
||||
abort();
|
||||
|
Loading…
x
Reference in New Issue
Block a user