summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-02 08:28:30 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-02 08:28:30 +0100
commit79a1a0013c9dfb8701c06221ab99c604eb2fd211 (patch)
treed0c67eafa0defe56997288a1eaf80440985f5235 /misc
parente29f14a7742e7fd049a7a09a6d1fa046c2741d67 (diff)
Changed defaults and added some basic docu.
Diffstat (limited to 'misc')
-rw-r--r--misc/freeswitch/scripts/ini/dialplan.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/ini/dialplan.ini b/misc/freeswitch/scripts/ini/dialplan.ini
index aab8353..2e8914a 100644
--- a/misc/freeswitch/scripts/ini/dialplan.ini
+++ b/misc/freeswitch/scripts/ini/dialplan.ini
@@ -10,5 +10,11 @@ ringtone_url = http://192.168.0.150
ringback = %(2000,4000,440.0,480.0)
tone_busy = %(500,500,480,620);loops=4
+; This one activates the lookup of phone numbers in
+; the stored phone books. For incoming calls.
phonebook_number_lookup = true
-geo_number_lookup = true \ No newline at end of file
+
+; This one activates adding the Cityname for incoming
+; phone calls from Germany which are not in any
+; phone book.
+geo_number_lookup = false \ No newline at end of file