Specifications

Sample Configuration File on MOS Gateway Servers
123
<!-- -->
<roSlugMaps>
<roSlugMap>
<iNewsRunningOrderName>KIDDO/SHOW.NEWSQPRO.RUNDOWN</iNewsRunningOrderName>
<MOSroSlug>NEWSQPRO</MOSroSlug>
</roSlugMap>
<roSlugMap>
<iNewsRunningOrderName>KIDDO/SHOW.NEWSQPRO2.RUNDOWN</iNewsRunningOrderName>
<MOSroSlug>NEWSQPRO2</MOSroSlug>
</roSlugMap>
<roSlugMap>
<iNewsRunningOrderName>KIDDO/SHOW.NEWSQPRO3.RUNDOWN</iNewsRunningOrderName>
<MOSroSlug>NEWSQPRO3</MOSroSlug>
</roSlugMap>
</roSlugMaps>
<!-- -->
<!-- The handlesEmptyStories element specifies whether this device accepts -->
<!-- a roStoryInsert message that contains no item. -->
<handlesEmptyStories>NO</handlesEmptyStories>
<!-- -->
<!--The handlesRoStoryMoveMultiple element specifies whether this device -->
<!--supports the roStoryMoveMultiple message. The router defaults to YES. -->
<!--Valid settings are YES or NO -->
<handlesRoStoryMoveMultiple>NO</handlesRoStoryMoveMultiple>
<!-- -->
<!--The handlesRoItemLevelCommands element specifies whether this device -->
<!--supports roItemInsert, roItemDelete and roItemReplace.The router defaults-->
<!--to YES. Valid settings are YES or NO -->
<handlesRoItemLevelCommands>NO</handlesRoItemLevelCommands>
<!-- -->
<!-- If YES then the stories page number from NRCS is prepended to the story -->
<!-- slug. -->
<prependPageNumber>YES</prependPageNumber>
<!-- -->
<!-- The character seperator used between the page number and the story slug.-->
<prependSeparator>-</prependSeparator>
<!-- -->
<!--The character string which is used in place of an empty page number.-->
<prependStringForEmptyPageNumber>NO PAGE</prependStringForEmptyPageNumber>
<!-- -->
<sendRoCreateOnStartLoad>YES</sendRoCreateOnStartLoad>
<handlesSpecMosReqAll>YES</handlesSpecMosReqAll>
<!--The statusTranslations element defines the status strings that correspond-->
<!--to the various NRCS status codes. This allows the MOS Gateway to translate-->
<!--the roItemStatus messages received from a MOS into status codes that NRCS-->
<!--can recognize and display. -->
<statusTranslations>
<statusUnknown/>
<statusUnavailable>NOT READY</statusUnavailable>
<statusUnavailable>POST ROLL</statusUnavailable>
<statusUnavailable>Unalloc.</statusUnavailable>
<statusAvailable>READY</statusAvailable>
<statusCueing>CUEING</statusCueing>
<statusCued>CUED</statusCued>
<statusTensionReleased/>
<statusPlayRequested/>
<statusPlaying>PLAY</statusPlaying>
<statusPaused>STOPPED</statusPaused>