tap-cdr.c

This commit is contained in:
root
2025-01-22 21:53:19 +08:00
parent 6d9e440ec8
commit 48e5b94f1f
6 changed files with 28 additions and 7 deletions

View File

@@ -19,7 +19,9 @@ ftpSend -d
alarmAgent -d
nrtrde -d
sftpSend -d
tapcvt -d
cstaCollector -d
[slave_task]
iptrans -d
paraComm -d

10
bin/conf/tap.cfg Normal file
View File

@@ -0,0 +1,10 @@
[local]
name=NFK
currency=USD
utc_offset=+1200
tap_path=/opt
[partners]
name=PLWPC
plmnid=46000
place=CHINA
currency=CNY

BIN
bin/tapcvt Normal file

Binary file not shown.

View File

@@ -57,9 +57,9 @@ else
LD_LIBRARY_PATH=/usr/lib/mysql ; export LD_LIBRARY_PATH
fi
startProcList="iptrans omcMain paraComm subsComm logCollector omcCleaner smcli cdrCollector subsDataBackup ftpSend alarmAgent nrtrde sftpSend cstaCollector"
startProcList="iptrans omcMain paraComm subsComm logCollector omcCleaner smcli cdrCollector subsDataBackup ftpSend alarmAgent nrtrde sftpSend cstaCollector tapcvt"
#alive bsscomm
stopProcList="iptrans omcMain paraComm subsComm logCollector omcCleaner smcli cdrCollector subsDataBackup ftpSend alarmAgent nrtrde sftpSend cstaCollector"
stopProcList="iptrans omcMain paraComm subsComm logCollector omcCleaner smcli cdrCollector subsDataBackup ftpSend alarmAgent nrtrde sftpSend cstaCollector tapcvt"
statusProcList=$stopProcList
slaveStartProcList="iptrans omcMain"