• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D29-Jul-20211.3 KiB5132

build_fgcom_server.shH A D29-Jul-20212.7 KiB12397

fgcom.confH A D29-Jul-20216.9 MiB138,837138,824

gen_phonebook.plH A D29-Jul-202122.5 KiB609465

README

1
2# README for fgcom/utils folder content
3#
4# 26 sept, 2013 - Clément de l'Hamaide
5
6
7============================================
8====            fgcom.conf             =====
9============================================
10
11This file is the dialplan as of 26/09/2013 generated by gen_phonebook.pl
12If you are looking for setup an Asterisk server for FGCom you should
13add this file in your /etc/asterisk folder
14
15
16============================================
17====          gen_phonebook.pl         =====
18============================================
19
20This file is used to parse apt.dat.gz and nav.dat.gz
21and create fgcom.conf and positions.txt as result.
22
23To use this script you should put apt.dat.gz and nav.dat.gz
24belong gen_phonebook.pl then run the script like:
25
26  ./gen_phonebook.pl
27
28For details use:
29
30  ./gen_phonebook.pl --help
31
32============================================
33====         build_fgcom_server        =====
34============================================
35
36This file is used to build an FGCom server FOR DEBIAN BASED OPERATING SYSTEM ONLY
37You just need to run the script like:
38
39  ./build_fgcom_server.sh
40
41What does the script ?
42- install Asterisk and related/dependencies
43- download apt.dat.gz and nav.data.gz
44- download gen_phonebook.pl script
45- run gen_phonebook.pl
46- configure Asterisk
47- start Asterisk and show the CLI
48
49
50
51