摘要: void SendNews(CString sip,CString msg){ std::string str= CUtility::string_To_UTF8(msg.GetString()); LinphoneChatRoom* chat_room = linphone_core_get_ch 阅读全文
posted @ 2017-12-28 17:02 出来打酱油 阅读(583) 评论(0) 推荐(0) 编辑
摘要: bool call(CString sip){ if (sip.IsEmpty()) return false; char* normalizedUserName = NULL; LinphoneProxyConfig* proxyCfg = NULL; //get default proxy li 阅读全文
posted @ 2017-12-28 16:58 出来打酱油 阅读(377) 评论(0) 推荐(0) 编辑
摘要: memset(&vTable, 0, sizeof(vTable)); vTable.global_state_changed = CLinphoneProxyConfig::global_state_changed; vTable.registration_state_changed = CLin 阅读全文
posted @ 2017-12-28 16:56 出来打酱油 阅读(1382) 评论(0) 推荐(0) 编辑
摘要: bool Register(CString user, CString pwd, CString Service) { CString szidentity = _T(""); szidentity.Format(_T("sip:%s@%s"), user.GetString(), Service. 阅读全文
posted @ 2017-12-28 16:51 出来打酱油 阅读(1924) 评论(0) 推荐(0) 编辑
摘要: linphone官网 linphone 笔记: http://blog.csdn.net/ccfxue/article/category/6356356/1 linphone 用例 :http://blog.csdn.net/ccfxue/article/details/52571838 (Libl 阅读全文
posted @ 2017-12-28 16:29 出来打酱油 阅读(1055) 评论(0) 推荐(0) 编辑