Commit 58841ffa authored by saiu's avatar saiu
Browse files

added some comments

parent fe3bd200
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9646,7 +9646,7 @@ module AtsNIT_SipSip_SS_TCFunctions {
			v_SUBSCR_Session := f_saveSession();
    		
			//	inviting user UE2 to the conference
    		f_referConference(vc_cSeq, c_userProfile_UE2atSUThome, v_confUrl);  // da controllare!!!
    		f_referConference(vc_cSeq, c_userProfile_UE2atSUThome, v_confUrl);
    		
			// releases the call with UE2
			// load dialog with UE2
@@ -10324,7 +10324,7 @@ module AtsNIT_SipSip_SS_TCFunctions {
			v_CONF_Session := f_saveSession();
    		
			// inviting user UE2 to the conference
    		f_referConference_replaceCall(vc_cSeq, c_userProfile_UE2atSUThome, v_confUrl, v_UE2_Session); // controllare la funzione (nuovo dialogo??)
    		f_referConference_replaceCall(vc_cSeq, c_userProfile_UE2atSUThome, v_confUrl, v_UE2_Session);
    		
    		// load dialog with UE2
			f_loadSession(v_UE2_Session);