Example #1
0
 void m_spokes_NotOnCall(object sender, NotOnCallArgs e)
 {
     DebugPrint(MethodInfo.GetCurrentMethod().Name, "@@@ Not on VoIP Call, call that ended was: id=" + e.CallId + ", source=" + e.CallSource);
 }
 void m_spokes_NotOnCall(object sender, NotOnCallArgs e)
 {
     UpdateCallStateToConnection(PLTCallStateType.NotOnCall, PLTCallState.Idle, e.CallId, e.CallSource);
 }
Example #3
0
 void m_spokes_NotOnCall(object sender, NotOnCallArgs e)
 {
     OnPltEvent(new PltEventArgs(PltEventType.NotOnCall, e.CallId.ToString(), e.CallSource));
 }