- I re-installed TNG for Asterisk using the new 1.1.1.11.
I need the call details and user configuration from my 1.0.6.2.
Overview:
There is a database difference between version 1.0 and 1.1. You cannot use a backup of the 1.0 call details(the files starting with 1 or 2 followed by 'data_').
- Code: Select all
1data_1.0.7.0.dat
2data_1.0.7.0.dat
NOTE: TNG for Asterisk does not have a re-import feature. Below is a suggestion to import the 'old' CSV files.
To have you user/extension/trunk configuration as per previous installation you can just use the backed up files.
Solution:
- Call records:
Use the master.csv files that was already imported and moved to the processed folder and read them into your new installation. Please refer to post : How do I re-import Asterisk CSV files? - User/Extension/Trunk configuration:
- Stop the TNG deamon.
See forum post How do I stop and start the TNG service on LINUX? - Copy the following files from the backup to '/opt/datatex/tng/data/
tngext.dat
tngusrs.dat
tngdept.dat
tngtrunks.dat - Start the TNG deamon.
See forum post How do I stop and start the TNG service on LINUX?
- Stop the TNG deamon.