CUCM – SQL Query – Active Line Group participants
Kleiner shortcut für CUCM CLI sql query um den Line Group Status abzufragenrun sql select lg.name as LineGroup, n.dnorpattern, dhd.hlog from linegroup as lg inner join linegroupnumplanmap as lgmap on lgmap.fklinegroup=lg.pkid inner join numplan as n on lgmap.fknumplan = n.pkid… Read moreCUCM – SQL Query – Active Line Group participants