From: Maxious Date: Thu, 10 Jan 2013 02:09:34 +0000 Subject: Merge branch 'master' of ssh://maxious.lambdacomplex.org/git/scannr X-Git-Url: http://maxious.lambdacomplex.org/git/?p=scannr.git&a=commitdiff&h=483fb5c8b02ff54ee3eff6e41081aaeec2b01e77 --- Merge branch 'master' of ssh://maxious.lambdacomplex.org/git/scannr --- --- /dev/null +++ b/.idea/sqldialects.xml @@ -1,1 +1,8 @@ + + + + + + + --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,49 +2,27 @@ - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - + - + + - - + + - + - - + + - + - - + + + + + + + + + + + @@ -130,19 +117,10 @@ - - + + - - - - - - - - - - + @@ -172,15 +150,16 @@ - @@ -233,13 +212,13 @@ + + + + + + - - - - - - - - - - - - - - - - + - - + - - - + + + + + + - - - - + + + + - - @@ -401,92 +355,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - + + + - + + + + + + + + - - - - - - - - - - + + + --- a/README.md +++ /dev/null @@ -1,64 +1,1 @@ -# [HTML5 Boilerplate](http://html5boilerplate.com) -HTML5 Boilerplate is a professional front-end template for building fast, -robust, and adaptable web apps or sites. - -This project is the product of many years of iterative development and combined -community knowledge. It does not impose a specific development philosophy or -framework, so you're free to architect your code in the way that you want. - -* Source: [https://github.com/h5bp/html5-boilerplate](https://github.com/h5bp/html5-boilerplate) -* Homepage: [http://html5boilerplate.com](http://html5boilerplate.com) -* Twitter: [@h5bp](http://twitter.com/h5bp) - - -## Quick start - -Choose one of the following options: - -1. Download the latest stable release from - [html5boilerplate.com](http://html5boilerplate.com/) or a custom build from - [Initializr](http://www.initializr.com). -2. Clone the git repo — `git clone - https://github.com/h5bp/html5-boilerplate.git` - and checkout the tagged - release you'd like to use. - - -## Features - -* HTML5 ready. Use the new elements with confidence. -* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+). -* Designed with progressive enhancement in mind. -* Includes [Normalize.css](http://necolas.github.com/normalize.css/) for CSS - normalizations and common bug fixes. -* The latest [jQuery](http://jquery.com/) via CDN, with a local fallback. -* The latest [Modernizr](http://modernizr.com/) build for feature detection. -* IE-specific classes for easier cross-browser control. -* Placeholder CSS Media Queries. -* Useful CSS helpers. -* Default print CSS, performance optimized. -* Protection against any stray `console.log` causing JavaScript errors in - IE6/7. -* An optimized Google Analytics snippet. -* Apache server caching, compression, and other configuration defaults for - Grade-A performance. -* Cross-domain Ajax and Flash. -* "Delete-key friendly." Easy to strip out parts you don't need. -* Extensive inline and accompanying documentation. - - -## Documentation - -Take a look at the [documentation table of -contents](/h5bp/html5-boilerplate/blob/master/doc/README.md). This -documentation is bundled with the project, which makes it readily available for -offline reading and provides a useful starting point for any documentation -you want to write about your project. - - -## Contributing - -Anyone and everyone is welcome to -[contribute](/h5bp/html5-boilerplate/blob/master/doc/contribute.md). Hundreds -of developers have helped make the HTML5 Boilerplate what it is today. - --- a/README.txt +++ /dev/null @@ -1,1 +1,1 @@ -ffmpeg from http://ffmpeg.zeranoe.com/builds/ + --- a/cron.php +++ /dev/null @@ -1,9 +1,1 @@ - --- a/db.sql +++ b/db.sql @@ -52,10 +52,11 @@ CREATE TABLE tgids ( tgid text NOT NULL, subfleet smallint, + alpha_tag text NOT NULL, mode character(1) DEFAULT 'D'::bpchar NOT NULL, - alpha_tag text NOT NULL, + description text, service_tag text, - category smallint + category text ); @@ -91,4 +92,22 @@ -- PostgreSQL database dump complete -- +CREATE TABLE "compilation" ( + "filename" text NOT NULL, + "files" text ARRAY NOT NULL, + "datetime" timestamp NOT NULL +); +CREATE TABLE "trunk_log" ( + "id" text NOT NULL, + "datetime" integer NOT NULL, + "site" integer NOT NULL, + "action" text NOT NULL, + "sourcetype" character(1) NOT NULL, + "sourceid" smallint NOT NULL, + "targettype" character(1) NOT NULL, + "targetid" smallint NOT NULL, + "channel" smallint NOT NULL, + "calltype" text NOT NULL +); + --- a/generateConvos.php +++ /dev/null @@ -1,36 +1,1 @@ -prepare('select * from recordings limit 100;'); -$sth->execute(); -$recordings = $sth->fetchAll(); -$convos = Array(); -$convo = Array(); -foreach ($recordings as $i => $recording) { - - if (count($convo) > 0) { - echo "
" . strcasecmp($convos[count($convos) - 1][0]['call_timestamp'], $recording['call_timestamp']); - if (abs(strcasecmp($convos[count($convos) - 1][0]['call_timestamp'], $recording['call_timestamp'])) > 2) { - echo " " . $convos[count($convos) - 1][0]['call_timestamp'] . " " . $recording['call_timestamp']; - } - if (strcasecmp($convos[count($convos) - 1][0]['tgid'], $recording['tgid']) != 0) { - $convos[] = $convo; - $convo = Array(); - } - } - ; - //print_r($recording); - $convo[] = $recording; - //print_r($convo); - //echo "
\n"; -} -foreach ($convos as $i => $convo) { - foreach ($convo as $recording) { - echo $recording['filename'] . " , "; - } - echo "

\n"; -} -?> - - --- a/generateHourlys.php +++ b/generateHourlys.php @@ -13,11 +13,19 @@ if ($returncode != 10) { //print_r($output); //die(); + } else { + /* insert + "filename" text NOT NULL, + "files" text ARRAY NOT NULL, + "datetime" timestamp NOT NULL + */ + // delete wav files? can we link to times in a compilation? } + } } $sth = $conn->prepare("select tgid, extract(hour from call_timestamp) ahour, date_trunc('day', call_timestamp) aday, count(filename), array_to_string(array_agg(filename order by call_timestamp), ',') filenames from recordings group by tgid, ahour, aday order by aday DESC, ahour, tgid;"); - +// TODO use tgid categories instead, tgid too specific $sth->execute(); $hourlies = $sth->fetchAll(PDO::FETCH_ASSOC); foreach($hourlies as $hourly) { @@ -31,3 +39,6 @@ processHourly($hourly); } + +// delete uninteresting compilations + --- a/run.bat +++ /dev/null @@ -1,2 +1,1 @@ -python scannr.py > output.txt -pause + --- a/tgid.csv +++ b/tgid.csv @@ -1,787 +1,1 @@ -Decimal,Subfleet,Alpha Tag,Mode,Description,Service Tag,Category,"insert into tgids (tgid,alpha_tag) (SELECT distinct ""tgid"", ""tgname"" as alpha_tag -FROM ""recordings"" order by tgid)" -10000,,GL 1,D,GL 1,Fire-Tac,Rural Fire Service RFS, -10001,,GL 2,D,GL 2,Fire-Tac,Rural Fire Service RFS, -10002,,GL 3,D,GL 3,Fire-Tac,Rural Fire Service RFS, -10003,,GL 4,D,GL 4,Fire-Tac,Rural Fire Service RFS, -10004,,GL 5,D,GL 5,Fire-Tac,Rural Fire Service RFS, -10005,,GL 6,D,GL 6,Fire-Tac,Rural Fire Service RFS, -10006,,GL 7,D,GL 7,Fire-Tac,Rural Fire Service RFS, -10007,,GL 8,D,GL 8,Fire-Tac,Rural Fire Service RFS, -10008,,GL 9,D,GL 9,Fire-Tac,Rural Fire Service RFS, -10009,,GL 10,D,GL 10,Fire-Tac,Rural Fire Service RFS, -10010,,ESO 1,D,ESO 1,Fire-Tac,Rural Fire Service RFS, -10011,,ESO 2,D,ESO 2,Fire-Tac,Rural Fire Service RFS, -10012,,ESO 3,D,ESO 3,Fire-Tac,Rural Fire Service RFS, -10013,,ESO 4,D,ESO 4,Fire-Tac,Rural Fire Service RFS, -10014,,ESO 5,D,ESO 5,Fire-Tac,Rural Fire Service RFS, -10015,,ESO 6,D,ESO 6,Fire-Tac,Rural Fire Service RFS, -10016,,ESO 7,D,ESO 7,Fire-Tac,Rural Fire Service RFS, -10017,,ESO 8,D,ESO 8,Fire-Tac,Rural Fire Service RFS, -10018,,ESO 9,D,ESO 9,Fire-Tac,Rural Fire Service RFS, -10019,,ESO 10,D,ESO 10,Fire-Tac,Rural Fire Service RFS, -10020,,ESO 11,D,ESO 11,Fire-Tac,Rural Fire Service RFS, -10021,,ESO 12,D,ESO 12,Fire-Tac,Rural Fire Service RFS, -10022,,ESO 13,D,ESO 13,Fire-Tac,Rural Fire Service RFS, -10023,,ESO 14,D,ESO 14,Fire-Tac,Rural Fire Service RFS, -10024,,ESO 15,D,ESO 15,Fire-Tac,Rural Fire Service RFS, -10025,,ESO 16,D,ESO 16,Fire-Tac,Rural Fire Service RFS, -10026,,ESO 17,D,ESO 17,Fire-Tac,Rural Fire Service RFS, -10027,,ESO 18,D,ESO 18,Fire-Tac,Rural Fire Service RFS, -10028,,ESO 19,D,ESO 19,Fire-Tac,Rural Fire Service RFS, -10029,,ESO 20,D,ESO 20,Fire-Tac,Rural Fire Service RFS, -10030,,AVIATN1,D,RFS GD01 AVIATN1,Fire-Tac,Rural Fire Service RFS, -10031,,AVIATN2,D,RFS GD02 AVIATN2,Fire-Tac,Rural Fire Service RFS, -10032,,AVIATN3,D,RFS GD03 AVIATN3,Fire-Tac,Rural Fire Service RFS, -10033,,AVIATN4,D,RFS GD04 AVIATN4,Fire-Tac,Rural Fire Service RFS, -10034,,AVIATN5,D,RFS GD05 AVIATN5,Fire-Tac,Rural Fire Service RFS, -10035,,AVIATN6,D,RFS GD06 AVIATN6,Fire-Tac,Rural Fire Service RFS, -10036,,BLKM HL,D,RFS GD08 BLKM HL,Fire-Tac,Rural Fire Service RFS, -10037,,BL MTNS,D,RFS GD10 BL MTNS,Fire-Tac,Rural Fire Service RFS, -10038,,CISS,D,RFS GD14 CISS,Fire-Tac,Rural Fire Service RFS, -10039,,COM ED1,D,RFS GD16 COM ED1,Fire-Tac,Rural Fire Service RFS, -10040,,COM ED2,D,RFS GD17 COM ED2,Fire-Tac,Rural Fire Service RFS, -10041,,COM ED3,D,RFS GD18 COM ED3,Fire-Tac,Rural Fire Service RFS, -10042,,CMBRLND,D,RFS GD20 CMBRLND,Fire-Tac,Rural Fire Service RFS, -10043,,EAST OP,D,RFS GD21 EAST OP,Fire-Tac,Rural Fire Service RFS, -10044,,EXEC OP,D,RFS GD22 EXEC OP,Fire-Tac,Rural Fire Service RFS, -10045,,FIU 1,D,RFS GD26 FIU 1,Fire-Tac,Rural Fire Service RFS, -10046,,FIU 2,D,RFS GD27 FIU 2,Fire-Tac,Rural Fire Service RFS, -10047,,GOSFORD,D,RFS GD28 GOSFORD,Fire-Tac,Rural Fire Service RFS, -10048,,HAWKESB,D,RFS GD29 HAWKESB,Fire-Tac,Rural Fire Service RFS, -10049,,HORNSBY,D,RFS GD30 HORNSBY,Fire-Tac,Rural Fire Service RFS, -10050,,LDS 1,D,RFS GD38 LDS 1,Fire-Tac,Rural Fire Service RFS, -10051,,LDS 2,D,RFS GD39 LDS 2,Fire-Tac,Rural Fire Service RFS, -10052,,MCARTHR,D,RFS GD42 MCARTHR,Fire-Tac,Rural Fire Service RFS, -10053,,MEDIA 1,D,RFS GD44 MEDIA 1,Fire-Tac,Rural Fire Service RFS, -10054,,MEDIA 2,D,RFS GD45 MEDIA 2,Fire-Tac,Rural Fire Service RFS, -10055,,OP COM1,D,RFS GD58 OP COM1,Fire-Tac,Rural Fire Service RFS, -10056,,OP COM2,D,RFS GD59 OP COM2,Fire-Tac,Rural Fire Service RFS, -10057,,OP COM3,D,RFS GD60 OP COM3,Fire-Tac,Rural Fire Service RFS, -10058,,OPS1,D,RFS GD62 OPS1,Fire-Tac,Rural Fire Service RFS, -10059,,OPS2,D,RFS GD63 OPS2,Fire-Tac,Rural Fire Service RFS, -10060,,OPS3,D,RFS GD64 OPS3,Fire-Tac,Rural Fire Service RFS, -10061,,OPS4,D,RFS GD65 OPS4,Fire-Tac,Rural Fire Service RFS, -10062,,OPS5,D,RFS GD66 OPS5,Fire-Tac,Rural Fire Service RFS, -10063,,OPS6,D,RFS GD67 OPS6,Fire-Tac,Rural Fire Service RFS, -10064,,OPS7,D,RFS GD68 OPS7,Fire-Tac,Rural Fire Service RFS, -10065,,OPS8,D,RFS GD69 OPS8,Fire-Tac,Rural Fire Service RFS, -10066,,OPS9,D,RFS GD70 OPS9,Fire-Tac,Rural Fire Service RFS, -10067,,OPS10,D,RFS GD71 OPS10,Fire-Tac,Rural Fire Service RFS, -10068,,OPS11,D,RFS GD72 OPS11,Fire-Tac,Rural Fire Service RFS, -10069,,OPS12,D,RFS GD73 OPS12,Fire-Tac,Rural Fire Service RFS, -10070,,OPS13,D,RFS GD74 OPS13,Fire-Tac,Rural Fire Service RFS, -10071,,OPS14,D,RFS GD75 OPS14,Fire-Tac,Rural Fire Service RFS, -10072,,OPS15,D,RFS GD76 OPS15,Fire-Tac,Rural Fire Service RFS, -10073,,RGN EST,D,RFS GD77 RGN EST,Fire-Tac,Rural Fire Service RFS, -10074,,STATEOP,D,RFS GD87 STATEOP,Fire-Tac,Rural Fire Service RFS, -10075,,STHRLND,D,RFS GD88 STHRLND,Fire-Tac,Rural Fire Service RFS, -10076,,WARINGH,D,RFS GD91 WARINGH,Fire-Tac,Rural Fire Service RFS, -10077,,WOLONDL,D,RFS GD94 WOLONDL,Fire-Tac,Rural Fire Service RFS, -10101,,SYD 1,D,SYD 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10102,,SYD 2,D,SYD 2,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10103,,SYD 3,D,SYD 3,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10104,,SYD 4,D,SYD 4,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10105,,SYD 6,D,SYD 6,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10106,,SYD 7,D,SYD 7,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10107,,SYD 8,D,SYD 8,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10108,,SYD 9,D,SYD 9,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10109,,SYD 10,D,SYD 10,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10110,,SYD 11,D,SYD 11,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10111,,SYD 12,D,SYD 12,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10112,,New 1,D,New 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10113,,New 2,D,New 2,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10114,,Gos 1,D,Gos 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10115,,Gos 2,D,Gos 2,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10117,,HAST 1,D,HAST 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10118,,SUMLND1,D,SUMLND1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10119,,PEEL 1,D,PEEL 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10120,,WOLL 1,D,WOLL 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10121,,WOLL 2,D,WOLL 2,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10122,,SHIGH1,D,SHIGH1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10123,,GOULB1,D,GOULB1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10124,,MONARO1,D,MONARO1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10125,,SCST 1,D,SCST 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10126,,ACTNSW,D,ACTNSW,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10127,,GRIFFTH,D,GRIFFTH,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10128,,MURRAY1,D,MURRAY1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10129,,CWEST1,D,CWEST1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10130,,BLU MT1,D,BLU MT1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10131,,BLU MT2,D,BLU MT2,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10132,,BOGAN 1,D,BOGAN 1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10133,,LACHLN1,D,LACHLN1,Fire Dispatch,Fire and Rescue New South Wales FRNSW, -10134,,Ops 1,D,Special Operations 1,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10135,,Ops 2,D,Special Operations 2,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10136,,Ops 3,D,Special Operations 3,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10137,,Ops 4,D,Special Operations 4,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10138,,Ops 5,D,Special Operations 5,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10139,,Ops 6,D,Special Operations 6,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10144,,Ops 11,D,Special Operations 11,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10145,,Ops 12,D,Special Operations 12,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10146,,Ops 13,D,Special Operations 13,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10147,,Ops 14,D,Special Operations 14,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10148,,Ops 15,D,Special Operations 15,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10149,,Ops 16,D,Special Operations 16,Fire-Tac,Fire and Rescue New South Wales FRNSW, -10154,,Comms,D,Communications,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10155,,Property,D,Property,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10156,,Fleet,D,Fleet,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10157,,Admin,D,Administration,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10158,,Mech,D,Mechanics,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10159,,Eng,D,Engineers,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10160,,Op Comms,D,Operation Communications,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10161,,Hazmat,D,BAHazmat,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10162,,Bushfire,D,Bushfire,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10163,,FIU,D,Fire Investigation Unit,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10164,,Fire Prev,D,Fire Prevention,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10165,,Train,D,Training,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10166,,Rescue,D,Rescue,Fire-Talk,Fire and Rescue New South Wales FRNSW, -10201,,SNTAC1,D,SES 307SNTAC1,EMS-Tac,State Emergency Service SES, -10202,,SNTAC2,D,SES 308SNTAC2,EMS-Tac,State Emergency Service SES, -10203,,SNTAC3,D,SES 309SNTAC3,EMS-Tac,State Emergency Service SES, -10204,,SNTAC4,D,SES 310SNTAC4,EMS-Tac,State Emergency Service SES, -10205,,SNTAC5,D,SES 311SNTAC5,EMS-Tac,State Emergency Service SES, -10206,,SNTAC6,D,SES 312SNTAC6,EMS-Tac,State Emergency Service SES, -10207,,SNSTRAT,D,SES 314SNSTRAT,EMS-Tac,State Emergency Service SES, -10208,,SSTAC1,D,SES 316SSTAC1,EMS-Tac,State Emergency Service SES, -10209,,SSTAC2,D,SES 317SSTAC2,EMS-Tac,State Emergency Service SES, -10210,,SSTAC3,D,SES 318SSTAC3,EMS-Tac,State Emergency Service SES, -10211,,SSTAC4,D,SES 319SSTAC4,EMS-Tac,State Emergency Service SES, -10212,,SSTAC5,D,SES 320SSTAC5,EMS-Tac,State Emergency Service SES, -10213,,SSTAC6,D,SES 321SSTAC6,EMS-Tac,State Emergency Service SES, -10214,,SSSTRAT,D,SES 323SSSTRAT,EMS-Tac,State Emergency Service SES, -10215,,SWTAC1,D,SES 324SWTAC1,EMS-Tac,State Emergency Service SES, -10216,,SWTAC2,D,SES 325SWTAC2,EMS-Tac,State Emergency Service SES, -10217,,SWTAC3,D,SES 326SWTAC3,EMS-Tac,State Emergency Service SES, -10218,,SWTAC4,D,SES 327SWTAC4,EMS-Tac,State Emergency Service SES, -10219,,SWTAC5,D,SES 328SWTAC5,EMS-Tac,State Emergency Service SES, -10220,,SWTAC6,D,SES 329SWTAC6,EMS-Tac,State Emergency Service SES, -10221,,SWSTRAT,D,SES 331SWSTRAT,EMS-Tac,State Emergency Service SES, -10222,,SWRCR,D,SES 332SWRCR,EMS-Tac,State Emergency Service SES, -10223,,HNCNT1,D,SES 340HNCNT1,EMS-Tac,State Emergency Service SES, -10224,,HNCNT2,D,SES 341HNCNT2,EMS-Tac,State Emergency Service SES, -10225,,HNCNT3,D,SES 342HNCNT3,EMS-Tac,State Emergency Service SES, -10226,,HNCNT4,D,SES 343HNCNT4,EMS-Tac,State Emergency Service SES, -10227,,HNCNT5,D,SES 344HNCNT5,EMS-Tac,State Emergency Service SES, -10228,,TRNSPRT,D,SES 347TRNSPRT,EMS-Tac,State Emergency Service SES, -10229,,COORD,D,SES 348COORD,EMS-Tac,State Emergency Service SES, -10230,,TSKFCE1,D,SES 349TSKFCE1,EMS-Tac,State Emergency Service SES, -10231,,TSKFCE2,D,SES 350TSKFCE2,EMS-Tac,State Emergency Service SES, -10232,,TSKFCE3,D,SES 351TSKFCE3,EMS-Tac,State Emergency Service SES, -10233,,TSKFCE4,D,SES 352TSKFCE4,EMS-Tac,State Emergency Service SES, -10234,,SOPS1,D,SES 353SOPS1,EMS-Tac,State Emergency Service SES, -10235,,SOPS2,D,SES 354SOPS2,EMS-Tac,State Emergency Service SES, -10236,,SOPS3,D,SES 355SOPS3,EMS-Tac,State Emergency Service SES, -10237,,SOPS4,D,SES 356SOPS4,EMS-Tac,State Emergency Service SES, -10238,,SOPS5,D,SES 357SOPS5,EMS-Tac,State Emergency Service SES, -10239,,SOPS6,D,SES 358SOPS6,EMS-Tac,State Emergency Service SES, -10240,,SOPS7,D,SES 359SOPS7,EMS-Tac,State Emergency Service SES, -10241,,SOPS8,D,SES 360SOPS8,EMS-Tac,State Emergency Service SES, -10242,,SOPS9,D,SES 361SOPS9,EMS-Tac,State Emergency Service SES, -10243,,SOPS10,D,SES 362SOPS10,EMS-Tac,State Emergency Service SES, -10244,,SOPS11,D,SES 363SOPS11,EMS-Tac,State Emergency Service SES, -10245,,SOPS12,D,SES 364SOPS12,EMS-Tac,State Emergency Service SES, -10246,,COMMS1,D,SES 367COMMS1,EMS-Tac,State Emergency Service SES, -10247,,DOCSLO,D,SES 345DOCSLO,EMS-Tac,State Emergency Service SES, -10248,,DOCSST,D,SES 346DOCSST,EMS-Tac,State Emergency Service SES, -10301,,MRU,D,Administration 1 State Ops MRU,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10302,,Admin 2,D,Administration 2,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10303,,Admin 3,D,Administration 3,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10304,,Admin 4,D,Administration 4,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10305,,Admin 5,D,Administration 5,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10306,,NETS,D,Administration 6 NETS,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10307,,7 PUB HLTH,,Administration Public Health Service Liaison,,Ambulance Service of New South Wales ASNSW, -10308,,8 GWEST AH,,Administration Greater West AHS,,Ambulance Service of New South Wales ASNSW, -10309,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10310,,10 NSCC AH,,Administration North SydneyCentral Coast AHS,,Ambulance Service of New South Wales ASNSW, -10311,,11 SW AH,,Administration Sydney West AHS,,Ambulance Service of New South Wales ASNSW, -10312,,12 SSW AH,,Administration Sydney South West AHS,,Ambulance Service of New South Wales ASNSW, -10313,,13 SESI AH,,Administration South Eastern SydneyIllawarra AHS,,Ambulance Service of New South Wales ASNSW, -10314,,14 AH INCDT,,Administration AHS Incident 1,,Ambulance Service of New South Wales ASNSW, -10315,,15 AH INCDT,,Administration AHS Incident 2,,Ambulance Service of New South Wales ASNSW, -10316,,16 AH INCDT,,Administration AHS Incident 3,,Ambulance Service of New South Wales ASNSW, -10317,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10318,,18 MEDI 2,,Administration Medical 2,,Ambulance Service of New South Wales ASNSW, -10319,,PTO Ops 1,D,Patient Transport,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10320,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10321,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10322,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10323,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10324,,PTO OPS 6,,Patient Transport Operations 6,,Ambulance Service of New South Wales ASNSW, -10325,,Syd North,D,Sydney North,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10326,,Syd South,D,Sydney South,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10327,,Syd East,D,Sydney East,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10328,,Syd West,D,Sydney West,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10329,,Syd SW,D,Sydney SW,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10330,,Syd Outer,D,Sydney Outer SW,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10331,,Syd Rural,D,Sydney Rural West Outer WestBlue Mts,EMS Dispatch,Ambulance Service of New South Wales ASNSW, -10332,,10 ECP 1,,Sydney Extended Care Paramedic 1,,Ambulance Service of New South Wales ASNSW, -10333,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10334,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10335,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10336,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10337,,15 INCDNT 4,,Sydney Incident 4,,Ambulance Service of New South Wales ASNSW, -10338,,16 INCDNT 5,,Sydney Incident 5,,Ambulance Service of New South Wales ASNSW, -10339,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10340,,18 INCDNT 7,,Sydney Incident 7,,Ambulance Service of New South Wales ASNSW, -10341,,Sports,D,Sports,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10342,,Workshop,D,Workshops,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10343,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10344,,Sth Hosps,D,South Hospitals,Hospital,Ambulance Service of New South Wales ASNSW, -10345,,ASNSW,D,ASNSW,EMS-Talk,Ambulance Service of New South Wales ASNSW, -10346,,West Hosp,D,West Hospitals,Hospital,Ambulance Service of New South Wales ASNSW, -10347,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10348,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10349,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10350,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10351,,FAULT REPORT,,FAULT REPORT,,Ambulance Service of New South Wales ASNSW, -10352,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10353,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10354,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10355,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10356,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10357,,ASNSW,,ASNSW,,Ambulance Service of New South Wales ASNSW, -10358,,IT SUPPORT,,IT SUPPORT,,Ambulance Service of New South Wales ASNSW, -10381,,Net 1,D,Hatzolah Net 1,EMS Dispatch,Hatzolah Ambulance Service, -10382,,Net 2,D,Hatzolah Net 2,EMS Dispatch,Hatzolah Ambulance Service, -10383,,Net 3,D,Hatzolah Net 3,EMS Dispatch,Hatzolah Ambulance Service, -10384,,Net 4,D,Hatzolah Net 4,EMS Dispatch,Hatzolah Ambulance Service, -10385,,Net 5,D,Hatzolah Net 5,EMS Dispatch,Hatzolah Ambulance Service, -10386,,Net 6,D,Hatzolah Net 6,EMS Dispatch,Hatzolah Ambulance Service, -10387,,Net 7,D,Hatzolah Net 7,EMS Dispatch,Hatzolah Ambulance Service, -10388,,Net 8,D,Hatzolah Net 8,EMS Dispatch,Hatzolah Ambulance Service, -10389,,Net 9,D,Hatzolah Net 9,EMS Dispatch,Hatzolah Ambulance Service, -10390,,Net 10,D,Hatzolah Net 10,EMS Dispatch,Hatzolah Ambulance Service, -10402,,Transport,D,Corrective Services Transports,Corrections,Corrective Services, -10403,,VG visits,D,Corrective Services VG visits,Corrections,Corrective Services, -10404,,VK visits,D,Corrective Services VK visits,Corrections,Corrective Services, -10405,,NC visits,D,Corrective Services NC visits,Corrections,Corrective Services, -10406,,WG visits,D,Corrective Services WG visits,Corrections,Corrective Services, -10407,,unk,D,Corrective Services,Corrections,Corrective Services, -10408,,unk,D,Corrective Services,Corrections,Corrective Services, -10409,,Ext Escorts,D,Corrective Service External escorts,Corrections,Corrective Services, -10411,,unk,D,Corrective Services ,Corrections,Corrective Services, -10413,,unk,D,Corrective Services,Corrections,Corrective Services, -10414,,Secure Unit,D,Corrective Services Secure Unit,Corrections,Corrective Services, -10415,,unk,D,Corrective Services,Corrections,Corrective Services, -10419,,unk,D,Corrective Services,Corrections,Corrective Services, -10421,,Projects,D,Corrective Services projects,Corrections,Corrective Services, -10422,,unk,D,Corrective Services,Corrections,Corrective Services, -10423,,unk,D,Corrective Services,Corrections,Corrective Services, -10427,,unk,D,Corrective Services ,Corrections,Corrective Services, -10428,,unk,D,Corrective Services ,Corrections,Corrective Services, -10429,,unk,D,Corrective Services ,Corrections,Corrective Services, -10430,,unk,D,Corrective Services ,Corrections,Corrective Services, -10451,,unk,D,Corrective Services ,Corrections,Corrective Services, -10481,,unk,D,Corrective Services ,Corrections,Corrective Services, -10502,,unk,D,Ausgrid ,Utilities,AusGrid, -10503,,GH UG,D,AusGrid Gore Hill Underground,Utilities,AusGrid, -10504,,GH OH,D,AusGrid Gore Hill Overhead,Utilities,AusGrid, -10505,,Horn OH,D,AusGrid Hornsby Overhead,Utilities,AusGrid, -10506,,Horn UG,D,AusGrid Hornsby Underground,Utilities,AusGrid, -10507,,Nth Subs,D,AusGrid North Substations,Utilities,AusGrid, -10508,,Nth Prot,D,AusGrid North Protection,Utilities,AusGrid, -10509,,Nth DistOps,D,AusGrid North District Operators,Utilities,AusGrid, -10510,,GH Street,D,AusGrid Gore Hill Street Lighting,Utilities,AusGrid, -10511,,Nth Op,D,AusGrid North Operator,Utilities,AusGrid, -10512,,Util 1,D,AusGrid Utility 1,Utilities,AusGrid, -10513,,Nth EMSO 1,D,AusGrid North EMSO Data 1,Utilities,AusGrid, -10514,,DY OH 1,D,AusGrid Dee Why Overhead 1,Utilities,AusGrid, -10515,,DY OH 2,D,AusGrid Dee Why Overhead 2,Utilities,AusGrid, -10516,,DY Op,D,AusGrid Dee Why Operator,Utilities,AusGrid, -10517,,DY Subs,D,AusGrid Dee Why Substations,Utilities,AusGrid, -10518,,Projects,D,AusGrid Projects and Contracts,Utilities,AusGrid, -10519,,East Op,D,AusGrid East Operator,Utilities,AusGrid, -10520,,Util 1,D,AusGrid Utility 1,Utilities,AusGrid, -10521,,Util 2,D,AusGrid Utility 2,Utilities,AusGrid, -10522,,East UG,D,AusGrid East Underground,Utilities,AusGrid, -10523,,East OH,D,AusGrid East Overhead,Utilities,AusGrid, -10524,,East Subs,D,AusGrid East Substations,Utilities,AusGrid, -10525,,Asset Acc,D,AusGrid Asset Access,Utilities,AusGrid, -10526,,East DistOps,D,AusGrid East District Operators,Utilities,AusGrid, -10527,,East Prot,D,AusGrid East Protection,Utilities,AusGrid, -10528,,CBD HV UG,D,AusGrid CBD High Voltage Underground,Utilities,AusGrid, -10529,,PINC Ctrl,D,AusGrid PINC Network Operations Controller,Utilities,AusGrid, -10530,,SO TPDR 1,D,AusGrid SO Transponder 1,Utilities,AusGrid, -10531,,SO TODR 2,D,AusGrid SO Transponder 2,Utilities,AusGrid, -10532,,Rad CMDR,D,AusGrid Radio Commander,Utilities,AusGrid, -10533,,unk,D,Ausgrid ,Utilities,AusGrid, -10534,,unk,D,Ausgrid ,Utilities,AusGrid, -10535,,Sth OP,D,AusGrid South Operator,Utilities,AusGrid, -10536,,IW OH,D,AusGrid Inner West Overhead,Utilities,AusGrid, -10537,,HB UG,D,AusGrid Homebush Underground,Utilities,AusGrid, -10538,,SW Train,D,AusGrid Silverwater Training Centre,Utilities,AusGrid, -10539,,BT OH,D,AusGrid Bankstown Overhead,Utilities,AusGrid, -10540,,BT Dist Op,D,AusGrid Bankstown District Operators,Utilities,AusGrid, -10541,,Sth Dist Op,D,AusGrid South District Operators,Utilities,AusGrid, -10542,,BT Op,D,AusGrid Bankstown Operator,Utilities,AusGrid, -10543,,unk,D,Ausgrid ,Utilities,AusGrid, -10544,,OAT OH,D,AusGrid Oatley Overhead,Utilities,AusGrid, -10545,,Nth EMSO 1,D,AusGrid South EMSO Data 1,Utilities,AusGrid, -10546,,unk,D,Ausgrid ,Utilities,AusGrid, -10547,,unk,D,Ausgrid ,Utilities,AusGrid, -10548,,Trans 1,D,AusGrid Transmission 1,Utilities,AusGrid, -10549,,Trans 2,D,AusGrid Transmission 2,Utilities,AusGrid, -10550,,unk,D,Ausgrid ,Utilities,AusGrid, -10551,,unk,D,Ausgrid ,Utilities,AusGrid, -10556,,Nth Op,D,AusGrid North Operator,Utilities,AusGrid, -10557,,Sth Op,D,AusGrid South Operator,Utilities,AusGrid, -10558,,East Op,D,AusGrid East Operator,Utilities,AusGrid, -10559,,BT Op,D,AusGrid Bankstown Operator,Utilities,AusGrid, -10560,,DY Op,D,AusGrid Dee Why Operator,Utilities,AusGrid, -10561,,TeleCtrl,D,AusGrid TelecontrolFacilitiesDriver Training,Utilities,AusGrid, -10562,,CIPIMS,D,AusGrid CIPIMS ControlDuty Managers,Utilities,AusGrid, -10563,,INC Ops,D,AusGrid Incident Operations,Utilities,AusGrid, -10564,,Subs Meter,D,AusGrid TCA Substations Metering,Utilities,AusGrid, -10565,,Net Test 1,D,AusGrid TCA Network Test 1,Utilities,AusGrid, -10566,,Net Test 2,D,AusGrid TCA Network Test 2,Utilities,AusGrid, -10567,,Net Test 3,D,AusGrid TCA Network Test 3,Utilities,AusGrid, -10568,,Net Test 4,D,AusGrid TCA Network Test 4,Utilities,AusGrid, -10569,,Net Test 5,D,AusGrid TCA Network Test 5,Utilities,AusGrid, -10570,,CASS Data1,D,AusGrid CASS Data 1,Utilities,AusGrid, -10601,,Control 1,D,Integral Energy Control,Utilities,Integral Energy, -10602,,Control 2,D,Integral Energy Control,Utilities,Integral Energy, -10603,,Control 3,D,Integral Energy Control,Utilities,Integral Energy, -10604,,Control 4,D,Integral Energy Control,Utilities,Integral Energy, -10605,,Control 5,D,Integral Energy Control,Utilities,Integral Energy, -10606,,Control 6,D,Integral Energy Control,Utilities,Integral Energy, -10607,,Control 7,D,Integral Energy Control,Utilities,Integral Energy, -10608,,Control 8,D,Integral Energy Control,Utilities,Integral Energy, -10609,,Control 9,D,Integral Energy Control,Utilities,Integral Energy, -10610,,Control 10,D,Integral Energy Consion Control,Utilities,Integral Energy, -10611,,unk,D,Integral Energy ,Utilities,Integral Energy, -10612,,unk,D,Integral Energy ,Utilities,Integral Energy, -10613,,unk,D,Integral Energy ,Utilities,Integral Energy, -10614,,unk,D,Integral Energy ,Utilities,Integral Energy, -10615,,unk,D,Integral Energy ,Utilities,Integral Energy, -10616,,unk,D,Integral Energy ,Utilities,Integral Energy, -10617,,unk,D,Integral Energy ,Utilities,Integral Energy, -10618,,unk,D,Integral Energy ,Utilities,Integral Energy, -10619,,unk,D,Integral Energy ,Utilities,Integral Energy, -10620,,unk,D,Integral Energy ,Utilities,Integral Energy, -10621,,unk,D,Integral Energy ,Utilities,Integral Energy, -10622,,Katoomba,D,Integral Energy Katoomba,Utilities,Integral Energy, -10623,,unk,D,Integral Energy ,Utilities,Integral Energy, -10624,,Penrith 1,D,Integral Energy Penrith 1,Utilities,Integral Energy, -10625,,Penrith 2,D,Integral Energy Penrith 2,Utilities,Integral Energy, -10626,,Windsor,D,Integral Energy Windsor,Utilities,Integral Energy, -10627,,Kings Park 1,D,Integral Energy Kings Park 1,Utilities,Integral Energy, -10628,,Kings Park 2,D,Integral Energy Kings Park 2,Utilities,Integral Energy, -10629,,Parramatta 1,D,Integral Energy Parramatta 1,Utilities,Integral Energy, -10630,,Parramatta 2,D,Integral Energy Parramatta 2,Utilities,Integral Energy, -10631,,Hoxton 1,D,Integral Energy Hoxton 1,Utilities,Integral Energy, -10632,,Hoxton 2,D,Integral Energy Hoxton 2,Utilities,Integral Energy, -10633,,Narellan 1,D,Integral Energy Narellan 1,Utilities,Integral Energy, -10634,,Narellan 2,D,Integral Energy Narellan 2,Utilities,Integral Energy, -10635,,unk,D,Integral Energy ,Utilities,Integral Energy, -10636,,unk,D,Integral Energy ,Utilities,Integral Energy, -10637,,unk,D,Integral Energy ,Utilities,Integral Energy, -10638,,unk,D,Integral Energy ,Utilities,Integral Energy, -10639,,unk,D,Integral Energy ,Utilities,Integral Energy, -10640,,unk,D,Integral Energy ,Utilities,Integral Energy, -10641,,unk,D,Integral Energy ,Utilities,Integral Energy, -10642,,unk,D,Integral Energy ,Utilities,Integral Energy, -10643,,unk,D,Integral Energy ,Utilities,Integral Energy, -10644,,unk,D,Integral Energy ,Utilities,Integral Energy, -10645,,Techs,D,Integral Energy Radio techs and workshop,Utilities,Integral Energy, -10649,,unk,D,Integral Energy ,Utilities,Integral Energy, -10901,,Ch 1 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10905,,Ch 5 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10906,,Ch 6 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10907,,Ch 7 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10909,,Ch 9 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10910,,Ch 10 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10911,,Ch 11 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10914,,Ch 14 ,D,Sydney Ferries,Transportation,Sydney Ferries, -10951,,Syd Region,D,NSW Maritime Sydney Region,Public Works,NSW Maritime, -10952,,unk,D,NSW Maritime,Public Works,NSW Maritime, -10953,,unk,D,NSW Maritime,Public Works,NSW Maritime, -10954,,Hbr Clean,D,NSW Maritime Harbour Cleaning,Public Works,NSW Maritime, -10955,,TG Alpha,D,NSW Maritime Special talkgroup Alpha,Public Works,NSW Maritime, -10956,,TG Bravo,D,NSW Maritime Special talkgroup Bravo,Public Works,NSW Maritime, -10957,,unk,D,NSW Maritime ,Public Works,NSW Maritime, -10958,,unk,D,NSW Maritime,Public Works,NSW Maritime, -10959,,unk,D,NSW Maritime,Public Works,NSW Maritime, -10960,,unk,D,NSW Maritime,Public Works,NSW Maritime, -10961,,unk,D,NSW Maritime,Public Works,NSW Maritime, -11021,,City,D,Sheriff City,Law Dispatch,NSW Sheriff, -11022,,West,D,Sheriff West,Law Dispatch,NSW Sheriff, -11023,,North,D,Sheriff North,Law Dispatch,NSW Sheriff, -11024,,Nth BC 1,D,Sheriff Nth Region Back Ch 1,Law Talk,NSW Sheriff, -11025,,South,D,Sheriff South,Law Dispatch,NSW Sheriff, -11026,,Sth BC 1,D,Sheriff Sth Region Back Ch 1,Law Talk,NSW Sheriff, -11027,,Tac 1,D,Sheriff Tactical 1 ch17,Law Tac,NSW Sheriff, -11028,,Tac 2,D,Sheriff Tactical 2,Law Tac,NSW Sheriff, -11029,,Tac 3,D,Sheriff Tactical 3,Law Tac,NSW Sheriff, -11030,,JTF Sec Ch,D,Sheriff Joint Tas