|
NAMEncid2ncid - NCID to NCID gateway, connect multiple NCID sending servers to a single NCID receiving serverSYNOPSISncid2ncid [options]Options: [-C <filename> | --config <filename>] [-D | --debug] [-f <[host][:port]> | --fromhost <[host][:port>] [-H <0|1> | --hostname-flag <0|1>] [-h | --help] [-L <filename> | --logfile <filename>] [-t <[host][:port]> | --tohost <[host][:port>] [-P <filename> | --pidfile <filename>] [-u | --usage] [-V | --version] [-v <1-9> | --verbose <1-9>] [-W <0|1> | --warn <0|1>] [--osx-launchd] DESCRIPTIONThis gateway obtains the current Caller ID or message from one or more NCID servers, called sending servers and inputs them into another NCID server called a receiving server. Line labels are used to distinguish the different phone calls.There can be up to 4 sending servers, but the first sending server must be configured by either the command line or the configuration file. The receiving server has a default and may not need to be configured. If a sending server disconnects, the gateway will keep trying to reconnect until it either succeeds or is terminated. The gateway will send a disconnect message to the receiving server if a sending server disconnects and it will send a reconnect message to the receiving server if it reconnects. The log file is /var/log/ncid2ncid.log. If a pid file is given, usually /var/run/ncid2ncid.pid, then a pid file is used to store the process ID. The configuration file for ncid2ncid is/usr/local/usr/local/etc/ncid/ncid2ncid.conf. OPTIONS
EXAMPLESForward Caller ID information or messages from localhost:3334 to localhost:3333
ncid2ncid --fromhost localhost:3334
Forward Caller ID information or messages from localhost:3334 to localhost:3333 in debug mode using verbose level 1.
ncid2ncid -D -f localhost:3334
Forward Caller ID information or messages from localhost:3334 to localhost:3333 in debug mode and display all logfiles.
ncid2ncid -Dv8 -f localhost:3334
FILES/usr/local/etc/ncid/ncid2ncid.conf/var/run/ncid2ncid.pid /var/log/ncid2ncid.log DIAGNOSTICSReturn Code Meaning ----------- ------- 0 Successful -100 Usage -101 Invalid port number -104 Configuration file error -107 Invalid number -108 Missing sending host 1 -110 PID file already exists -? System error SEE ALSOncid2ncid.conf.5, ncidd.8, ncidd.conf.5, ncid_gateways.7
Visit the GSP FreeBSD Man Page Interface. |