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(-) (limited to 'misc/freeswitch/scripts/ini/dialplan.ini') 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 From 16e326c0b62cd319b48c6a6201127857de019585 Mon Sep 17 00:00:00 2001 From: spag Date: Thu, 3 Jan 2013 12:29:00 +0100 Subject: comment --- misc/freeswitch/scripts/ini/dialplan.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'misc/freeswitch/scripts/ini/dialplan.ini') diff --git a/misc/freeswitch/scripts/ini/dialplan.ini b/misc/freeswitch/scripts/ini/dialplan.ini index 2e8914a..e081055 100644 --- a/misc/freeswitch/scripts/ini/dialplan.ini +++ b/misc/freeswitch/scripts/ini/dialplan.ini @@ -11,10 +11,9 @@ 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. +; the stored phone books. phonebook_number_lookup = true -; 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 +; This option controls city, country or operator number lookup for +; all numbers not resolved by "phonebook_number_lookup" +geo_number_lookup = false -- cgit v1.2.3 From 16a46466a2c2f74abd74bf2baff3ef8db5ae9602 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Fri, 11 Jan 2013 20:50:19 +0100 Subject: remove deprecated static ini files --- misc/freeswitch/scripts/ini/dialplan.ini | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 misc/freeswitch/scripts/ini/dialplan.ini (limited to 'misc/freeswitch/scripts/ini/dialplan.ini') diff --git a/misc/freeswitch/scripts/ini/dialplan.ini b/misc/freeswitch/scripts/ini/dialplan.ini deleted file mode 100644 index e081055..0000000 --- a/misc/freeswitch/scripts/ini/dialplan.ini +++ /dev/null @@ -1,19 +0,0 @@ -; Gemeinschaft 5 dialplan configuration file -; (c) AMOOMA GmbH 2012 -; - -[parameters] -node_id = 1 -phone_book_entry_image_url = http://192.168.0.150/uploads/phone_book_entry/image -user_image_url = http://192.168.0.150/uploads/user/image -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. -phonebook_number_lookup = true - -; This option controls city, country or operator number lookup for -; all numbers not resolved by "phonebook_number_lookup" -geo_number_lookup = false -- cgit v1.2.3