mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-4481 --resolve seg is fixed but just utf-8 will not work. you need type/subtype format like text/utf-8
This commit is contained in:
@@ -748,7 +748,8 @@ void sofia_handle_sip_r_message(int status, sofia_profile_t *profile, nua_handle
|
||||
const char *call_id;
|
||||
int *mstatus;
|
||||
|
||||
if (!sip && sip->sip_call_id) {
|
||||
if (!(sip && sip->sip_call_id)) {
|
||||
nua_handle_destroy(nh);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user