Home
last modified time | relevance | path

Searched refs:LinphoneCallEnd (Results 1 – 14 of 14) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/help/examples/C/
H A Dhelloworld.c58 case LinphoneCallEnd: in call_state_changed()
113 if (call && linphone_call_get_state(call)!=LinphoneCallEnd){ in main()
H A Drealtimetext_sender.c98 case LinphoneCallEnd: in main()
141 if (call && linphone_call_get_state(call)!=LinphoneCallEnd){ in main()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dcallbacks.c750 case LinphoneCallEnd: in call_updated()
860 case LinphoneCallEnd: in call_terminated()
891 linphone_call_set_state(call, LinphoneCallEnd,"Call ended"); in call_terminated()
1052 if (call->state!=LinphoneCallEnd && call->state!=LinphoneCallError){ in call_failure()
1054 linphone_call_set_state(call,LinphoneCallEnd,"Call declined."); in call_failure()
1059 linphone_call_set_state(call, LinphoneCallEnd, ei->full_string); in call_failure()
H A Dconference.cc885 case LinphoneCallEnd: in onFocusCallSateChanged()
907 case LinphoneCallEnd: in onPendingCallStateChanged()
H A Dlinphonecall.c156 case LinphoneCallEnd: in linphone_call_state_is_early()
1779 case LinphoneCallEnd:
1807 if (call->state==LinphoneCallEnd || call->state==LinphoneCallError){
1813 …phoneCallReleased && (call->prevstate != LinphoneCallError && call->prevstate != LinphoneCallEnd)){
1836 case LinphoneCallEnd:
2248 case LinphoneCallEnd:
5114 if (call->state != LinphoneCallReleased && call->state != LinphoneCallEnd){
5306 linphone_call_set_state(call, LinphoneCallEnd, "Call terminated");
5321 case LinphoneCallEnd:
H A Dquality_reporting.c729 case LinphoneCallEnd:{ in linphone_reporting_call_state_updated()
H A Dlinphonecore.c6304 …neCallPausing && call->state != LinphoneCallPaused && call->state != LinphoneCallEnd && call->stat…
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dtypes.h316 LinphoneCallEnd, /**< The call ended normally */ enumerator
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dvideo_tester.c118 case LinphoneCallEnd: in video_call_state_changed()
H A Dtester.c849 case LinphoneCallEnd: in linphone_conference_server_call_state_changed()
H A Dcall_single_tester.c71 case LinphoneCallEnd :counters->number_of_LinphoneCallEnd++;break; in call_state_changed()
/dports/net/liblinphone/linphone-3.12.0/console/
H A Dlinphonec.c339 case LinphoneCallEnd: in linphonec_call_state_changed()
/dports/net/liblinphone/linphone-3.12.0/gtk/
H A Dmain.c1277 case LinphoneCallEnd: in linphone_gtk_notify()
1395 case LinphoneCallEnd: in linphone_gtk_call_state_changed()
H A Dincall_view.c312 case LinphoneCallEnd: in refresh_call_stats()