Description of erm function – 2N StarGate/BlueTower v5.3 User Manual

Page 143

Advertising
background image

143

2N TELEKOMUNIKACE a.s., www.2n.cz

®

Statement

Action

start

Launches the ermserver service. If the service is running, it
writes out a report and terminates operation.

stop

Terminates the ermserver service. Unfinished requests, if
any, are completed.

restart

Restarts the ermserver service.

Status

Writes out the ermserver service status, i.e. whether or not
it is running.

import <db_name>
<CSV_file>
<replace_duplicates>

Imports a new record into database table: 

 -

<db_name>

name of the database table to be used for import. 

 - name of the CSV file to be used for import.

<CSV_file>
If the file is unavailable in the current directory, the full
path has to be listed. The CSV file values are separated
with a comma (0x2C). The structure of all related tables is
described in the ERM database structure section. 

 - sets whether duplicate lines

<replace_duplicates>
should be replaced (True) or kept (False). Example of
usage: erm import clip001 clip001.csv true

export <db_name>
<CSV_file>

Exports the database table to the CSV file.Example of
usage: erm export clip001 clip001_backup.csv

Erase <db_name>

Deletes the content of a selected database table.Example of
use: erm erase clip001

Copy
<source_db_name>
<dest_db_name>

Copies the database table: 

 - name

<source_db_name>

of the source table; 

 - name of the

<dest_db_name>

destination table.Example of usage: erm copy clip001
clip002

Description of ERM Function

After  start,  the  ERM  is  connected  automatically  to  the  defined  GSM  gateways,
activating  the  external  call  routing  process  in  them.  During  this  process,  the  GSM
gateway automatically sends information on any new call to the ERM and awaits reply
with  call  instructions  within  2  seconds.  If  no  reply  comes  from  the  ERM  within  this
timeout, the call is routed according to the internal routing tables.

Advertising