Home
last modified time | relevance | path

Searched refs:linphone_call_get_remote_contact (Results 1 – 7 of 7) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcall.h227 LINPHONE_PUBLIC const char *linphone_call_get_remote_contact(LinphoneCall *call);
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dtunnel_tester.c144 const char *remote_contact = linphone_call_get_remote_contact(marie_call); in call_with_tunnel_base()
H A Dflexisip_tester.c701 const char *contact=linphone_call_get_remote_contact(call); in is_remote_contact_ipv6()
H A Dcall_single_tester.c1750 pauline_remote_contact = ms_strdup(linphone_call_get_remote_contact(call_pauline)); in call_with_custom_headers()
1753 marie_remote_contact = ms_strdup(linphone_call_get_remote_contact(call_marie)); in call_with_custom_headers()
5654 contact_addr = linphone_address_new(linphone_call_get_remote_contact(marie_call)); in call_with_http_proxy()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dconference.cc864 m_focusContact = ms_strdup(linphone_call_get_remote_contact(m_focusCall)); in onFocusCallSateChanged()
H A Dlinphonecall.c2229 const char *linphone_call_get_remote_contact(LinphoneCall *call){ function
H A Dlinphonecore_jni.cc3618 const char *value=linphone_call_get_remote_contact(call); in Java_org_linphone_core_LinphoneCallImpl_getRemoteContact()