diff options
author | spag <spag@golwen.net> | 2013-01-03 12:29:00 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-03 12:29:00 +0100 |
commit | 16e326c0b62cd319b48c6a6201127857de019585 (patch) | |
tree | 0187b5e1850556a447e7c81341e08a1f51a50eb8 /misc/freeswitch | |
parent | 79a1a0013c9dfb8701c06221ab99c604eb2fd211 (diff) |
comment
Diffstat (limited to 'misc/freeswitch')
-rw-r--r-- | misc/freeswitch/scripts/ini/dialplan.ini | 9 |
1 files changed, 4 insertions, 5 deletions
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 |