PABX - Internet - Movie Interface
Previous  Top  Next

 
This interface takes usage and charging information from internet or movie systems and places the charges on the reservation account of the appropriate client.  
 
Sample data file:  
This file is to be created by the monitoring software in a user defined directory, which may reside on a shared folder (usually \rmswin) and would be named using the following scheme. pabxyymm.dat  
   
For example pabx0102.dat where 01 = Year and 02 = Month.  
   
This file should be opened, a record (line) written and then closed.  
A new file must be created each month upon the first record for that month being written.  
If the file already exists it should be used and not replaced.  
Each record (line) must be followed by a Carriage Return, Line feed to start the next line.  
This file is a standard ASCI text file.  
   
Sample data – PABX example  
010101022736 0001240390100100 5353 0000025  
010101063736 0002240396423553 5354 0000025  
010102064948 0039120396423553 5354 0000025  
------======--======--------------------==========-------  
   
Sample data – Internet example  
010101022736 000124www.rms-global.com    353       0000099  
010101063736 000224202.45.78.1   354       0000150  
010102064948 003912www.space.com   354       0000005  
------======--======--------------------==========-------  
   
Note – the description is limited in length and could be a description of the site or element of the site or simply "Internet Usage" or similar.  
   
Sample data – In-house Movies example  
010101022736 000124Die Hard           353       0000500  
010101063736 000224My Best Friends Wedd354       0000500  
010102064948 003912Green Mile 354       0000600  
------======--======--------------------==========-------  
   
Note – the description is limited in length and could be a description of the site or element of the site or simply "Movie Hire" or similar.  
   
Note – Code/Duration is not mandatory.  
All fields numeric data except for Description which may be alpha numeric  
The red line above indicates field positions and are not required in the file.  
Please see below for field positions.  
   
Position Number    Description       Format  
1-6               Date                    YYMMDD  
7-12              Time                    HHMMSS  
15-20             Duration                HHMMSS(default) or SSSSSS (setup in RMS)  
21-40             Dialed Number/Desc      As provided  
41-50             Extension               PABX Extension number denoting that room  
51-57             Cost in Cents           cents as a 7 digit number including Tax  
(see last column above)  
 
The CHM file was converted to HTML by chm2web software.