public synchronized void replicateDialPlan(boolean restartSbcDevices) {
   m_replicate = true;
   m_restart = m_restart || restartSbcDevices;
   m_sipxProcessContext.markDialPlanRelatedServicesForRestart(
       SipxProxyService.BEAN_ID, SipxRegistrarService.BEAN_ID);
   notifyWorker();
 }
示例#2
0
 boolean isRunning(Location location) {
   return ServiceStatus.Status.Running == m_sipxProcessContext.getStatus(location, this);
 }