]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.c
add use_101 option to disable 101 dialog established
[linphone] / coreapi / linphonecore.c
index d075517c8fae400f00ea2c3a6da2ac2d2101ef20..1b9647f37e8e49b54336ef14e490a03cb78596b6 100644 (file)
@@ -464,6 +464,7 @@ static void sip_config_read(LinphoneCore *lc)
        }
 
        sal_use_rport(lc->sal,lp_config_get_int(lc->config,"sip","use_rport",1));
+       sal_use_101(lc->sal,lp_config_get_int(lc->config,"sip","use_101",1));
 
        tmp=lp_config_get_int(lc->config,"sip","use_rfc2833",0);
        linphone_core_set_use_rfc2833_for_dtmf(lc,tmp);