Example #1
0
 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));
 }
Example #2
0
 private void CallMobileInitiated(CallLogBarVoidEvent e)
 {
     m_oFollowUp.ContactPerson = m_oCallViewBar.ContactPerson;
 }
Example #3
0
 private void CallBoardInitiated(CallLogBarVoidEvent e)
 {
 }
Example #4
0
 private void CallAnonymousInitiated(CallLogBarVoidEvent e)
 {
 }
Example #5
0
        private CTScSubCampaignContactList UseContact(CallLogBarVoidEvent e)
        {
            if (m_CampaignBookingModule == null)
                return null;

            return m_CampaignBookingModule.m_oCallLogBar_btnUseContact_OnClick();
        }
Example #6
0
 private void PhoneCallStarted(CallLogBarVoidEvent e)
 {
     m_oCallLogRemarksBar.CallLogBarParams = m_oCallLogBar.CallLogBarParams;
     m_oCallLogRemarksBar.ContactPerson = m_oCallLogBar.ContactPerson;
     m_oCallLogRemarksBar.LoadContactPerson();
     m_oCallViewBar.PhoneCallStarted();
 }