summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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