linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] [Bug] Call pausing


From: Ricardo Ghigliazza
Subject: Re: [Linphone-developers] [Bug] Call pausing
Date: Wed, 26 Aug 2015 00:16:24 -0300

remove

2015-08-25 15:15 GMT-03:00 Fabrizio Carrai <address@hidden>:
Here a bug I found (another will follow), please feel free to comment.

 
Version:
Linphone 3.8.5 (Linux)

Description:
The bug has been found during a code review. No test have been done yet, although the error seems to be evident.

Module:

gtk/main.c


Code:

static void linphone_gtk_call_state_changed(LinphoneCore *lc, LinphoneCall *call, LinphoneCallState cs, const char *msg){
switch(cs){

[...]
case LinphoneCallPausing:
linphone_gtk_enable_hold_button(call,TRUE,FALSE);
linphone_gtk_call_update_tab_header(call,FALSE);
<<<<----- 'break' is missing
case LinphoneCallPausedByRemote:
linphone_gtk_in_call_view_set_paused(call);
linphone_gtk_call_update_tab_header(call,TRUE);
break;

[...]
linphone_gtk_update_call_buttons (call);
}


--
Fabrizio

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




--
Ricardo Ghigliazza,
 
Wavenet S.A.
http://ar.linkedin.com/in/rghigliazza/

0800-345-HOST (4678)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]