private void CallNotConnected(CallLogBarVoidEvent e) { NotificationDialog.Warning("Bright Sales", string.Format("Please ask your administrator for your sip account.{o}This may also be cause by the voip service provider not available.", Environment.NewLine)); }
private void CallMobileInitiated(CallLogBarVoidEvent e) { m_oFollowUp.ContactPerson = m_oCallViewBar.ContactPerson; }
private void CallBoardInitiated(CallLogBarVoidEvent e) { }
private void CallAnonymousInitiated(CallLogBarVoidEvent e) { }
private CTScSubCampaignContactList UseContact(CallLogBarVoidEvent e) { if (m_CampaignBookingModule == null) return null; return m_CampaignBookingModule.m_oCallLogBar_btnUseContact_OnClick(); }
private void PhoneCallStarted(CallLogBarVoidEvent e) { m_oCallLogRemarksBar.CallLogBarParams = m_oCallLogBar.CallLogBarParams; m_oCallLogRemarksBar.ContactPerson = m_oCallLogBar.ContactPerson; m_oCallLogRemarksBar.LoadContactPerson(); m_oCallViewBar.PhoneCallStarted(); }