diff options
Diffstat (limited to 'misc/freeswitch/scripts/ini/dialplan.ini')
-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 |