From cb9232b3ab413fae7bcc2b94abd70f18ca02b263 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 03 十二月 2024 11:20:32 +0800 Subject: [PATCH] 增加铃声;增加TCP/UDP连接选择 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h index 6e6cf7f..c3c2292 100755 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h @@ -163,6 +163,10 @@ */ BELLESIP_EXPORT int belle_sip_mkdir(const char *path); +BELLESIP_EXPORT char* belle_sip_uri_to_escaped_username(const char* buff); +BELLESIP_EXPORT char* belle_sip_username_unescape_unnecessary_characters(const char* buff); +BELLESIP_EXPORT char* belle_sip_to_unescaped_string(const char* buff); + BELLE_SIP_END_DECLS #endif -- Gitblit v1.8.0