From 79a1a0013c9dfb8701c06221ab99c604eb2fd211 Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Wed, 2 Jan 2013 08:28:30 +0100 Subject: Changed defaults and added some basic docu. --- misc/freeswitch/scripts/ini/dialplan.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3