]> sjero.net Git - linphone/blobdiff - gtk/loginframe.c
Add fmtp parameters to opus payload to enable FEC and DTX
[linphone] / gtk / loginframe.c
index 7251adf38512375205133fe1ef36646488f9b597..08b90fe45ee2de42b3e1c8268046b45c1a55ee39 100644 (file)
@@ -49,6 +49,7 @@ static gboolean do_login_noprompt(LinphoneProxyConfig *cfg){
        tmp=linphone_address_as_string (addr);
        do_login(ssctx,tmp,NULL);
        linphone_address_destroy(addr);
+       linphone_gtk_load_identities();
        return FALSE;
 }