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') 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') 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 04bb4f1ae86bfa0cc495b38e45bb017662cedd37 Mon Sep 17 00:00:00 2001 From: spag Date: Fri, 4 Jan 2013 11:46:21 +0100 Subject: persistent clir --- misc/freeswitch/scripts/ini/routes.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc/freeswitch/scripts/ini') diff --git a/misc/freeswitch/scripts/ini/routes.ini b/misc/freeswitch/scripts/ini/routes.ini index 1334e7b..6f9c44c 100644 --- a/misc/freeswitch/scripts/ini/routes.ini +++ b/misc/freeswitch/scripts/ini/routes.ini @@ -12,7 +12,9 @@ ^#0#$ , f-lo ^%*30#$ , f-clipon ^#30#$ , f-clipoff -^%*31#(%d+)$ , f-dclirof, f-%1 +^%*31#$ , f-cliroff +^#31#$ , f-cliron +^%*31#(%d+)$ , f-dcliroff-%1 ^#31#(%d+)$ , f-dcliron-%1 ^%*43#$ , f-cwaon ^#43#$ , f-cwaoff @@ -52,7 +54,6 @@ [outbound] ^%+(%d+)$ , class=gateway, endpoint=gateway1, group=users, %1 -^([1-9]%d+)$ , class=gateway, endpoint=gateway1, group=users, %1 [failover] -- cgit v1.2.3 From 380a4cdfe5cfa573fb916ca7c2145a6062ef8198 Mon Sep 17 00:00:00 2001 From: spag Date: Fri, 4 Jan 2013 12:28:53 +0100 Subject: redial star code added --- misc/freeswitch/scripts/ini/routes.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/freeswitch/scripts/ini') diff --git a/misc/freeswitch/scripts/ini/routes.ini b/misc/freeswitch/scripts/ini/routes.ini index 6f9c44c..46c7cd8 100644 --- a/misc/freeswitch/scripts/ini/routes.ini +++ b/misc/freeswitch/scripts/ini/routes.ini @@ -42,6 +42,7 @@ ^%*%*67%*(%d+)#$ , f-cfb-%1 ^#67#$ , f-cfboff ^##67#$ , f-cfbdel +^%*66#$ , f-redial ^%*98$ , f-vmcheck ^%*98#$ , f-vmcheck ^%*98%*(%d+)#$ , f-vmcheck-%1 -- cgit v1.2.3 From 27c1304450fc5ab4b25c92cfea7878d45eb93989 Mon Sep 17 00:00:00 2001 From: spag Date: Sat, 5 Jan 2013 10:51:28 +0100 Subject: acd membership toggling start code added --- misc/freeswitch/scripts/ini/routes.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/freeswitch/scripts/ini') diff --git a/misc/freeswitch/scripts/ini/routes.ini b/misc/freeswitch/scripts/ini/routes.ini index 46c7cd8..33d2f38 100644 --- a/misc/freeswitch/scripts/ini/routes.ini +++ b/misc/freeswitch/scripts/ini/routes.ini @@ -10,6 +10,7 @@ ^%*0%*(%d+)#*$ , f-li-%1 ^%*0%*(%d+)%*(%d+)#*$ , f-li-%1-%2 ^#0#$ , f-lo +^%*5%*(%d+)#$ , f-acdmtg-0-%1 ^%*30#$ , f-clipon ^#30#$ , f-clipoff ^%*31#$ , f-cliroff -- 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/conferences.ini | 27 -------------- misc/freeswitch/scripts/ini/database.ini | 11 ------ misc/freeswitch/scripts/ini/dialplan.ini | 19 ---------- misc/freeswitch/scripts/ini/events.ini | 8 ---- misc/freeswitch/scripts/ini/perimeter.ini | 9 ----- misc/freeswitch/scripts/ini/sip_accounts.ini | 10 ----- misc/freeswitch/scripts/ini/sofia.ini | 55 ---------------------------- 7 files changed, 139 deletions(-) delete mode 100644 misc/freeswitch/scripts/ini/conferences.ini delete mode 100644 misc/freeswitch/scripts/ini/database.ini delete mode 100644 misc/freeswitch/scripts/ini/dialplan.ini delete mode 100644 misc/freeswitch/scripts/ini/events.ini delete mode 100644 misc/freeswitch/scripts/ini/perimeter.ini delete mode 100644 misc/freeswitch/scripts/ini/sip_accounts.ini delete mode 100644 misc/freeswitch/scripts/ini/sofia.ini (limited to 'misc/freeswitch/scripts/ini') diff --git a/misc/freeswitch/scripts/ini/conferences.ini b/misc/freeswitch/scripts/ini/conferences.ini deleted file mode 100644 index d8d0817..0000000 --- a/misc/freeswitch/scripts/ini/conferences.ini +++ /dev/null @@ -1,27 +0,0 @@ -; Gemeinschaft 5 conferences configuration file -; (c) AMOOMA GmbH 2012 -; - -[parameters] -caller-controls = speaker -moderator-controls = moderator -max-members = 100 -rate = 16000 -interval = 20 -energy-level = 300 -sound-prefix = /opt/freeswitch/sounds/en/us/callie -muted-sound = conference/conf-muted.wav -unmuted-sound = conference/conf-unmuted.wav -alone-sound = conference/conf-alone.wav -moh-sound = local_stream://moh -enter-sound = tone_stream://%(200,0,500,600,700) -exit-sound = tone_stream://%(500,0,300,200,100,50,25) -kicked-sound = conference/conf-kicked.wav -locked-sound = conference/conf-locked.wav -is-locked-sound = conference/conf-is-locked.wav -is-unlocked-sound = conference/conf-is-unlocked.wav -pin-sound = conference/conf-pin.wav -bad-pin-sound = conference/conf-bad-pin.wav -caller-id-name = Conference -caller-id-number = -comfort-noise = true diff --git a/misc/freeswitch/scripts/ini/database.ini b/misc/freeswitch/scripts/ini/database.ini deleted file mode 100644 index 1652118..0000000 --- a/misc/freeswitch/scripts/ini/database.ini +++ /dev/null @@ -1,11 +0,0 @@ -; Gemeinschaft 5 database configuration -; (c) AMOOMA GmbH 2012 -; - -driver = mysql - -[mysql] -host = localhost -database = gemeinschaft -user = gemeinschaft -password = gemeinschaft 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 diff --git a/misc/freeswitch/scripts/ini/events.ini b/misc/freeswitch/scripts/ini/events.ini deleted file mode 100644 index e63eb73..0000000 --- a/misc/freeswitch/scripts/ini/events.ini +++ /dev/null @@ -1,8 +0,0 @@ -; Gemeinschaft 5 routing configuration file -; (c) AMOOMA GmbH 2012 -; - -[modules] -cdr_save -call_history_save -presence_update diff --git a/misc/freeswitch/scripts/ini/perimeter.ini b/misc/freeswitch/scripts/ini/perimeter.ini deleted file mode 100644 index ecbb032..0000000 --- a/misc/freeswitch/scripts/ini/perimeter.ini +++ /dev/null @@ -1,9 +0,0 @@ -; Gemeinschaft 5 perimeter defense configuration file -; (c) AMOOMA GmbH 2012 -; - -[general] -malicious_contact_count = 20 -malicious_contact_time_span = 2 -ban_futile = 5 -execute = sudo /usr/local/bin/ban_ip.sh {ip_address} diff --git a/misc/freeswitch/scripts/ini/sip_accounts.ini b/misc/freeswitch/scripts/ini/sip_accounts.ini deleted file mode 100644 index 73a5fae..0000000 --- a/misc/freeswitch/scripts/ini/sip_accounts.ini +++ /dev/null @@ -1,10 +0,0 @@ -; Gemeinschaft 5 sip accounts default parameters -; (c) AMOOMA GmbH 2012 -; - -[parameters] -vm-enabled = true -vm-email-all-messages = false -vm-attach-file = false -vm-mailto = - diff --git a/misc/freeswitch/scripts/ini/sofia.ini b/misc/freeswitch/scripts/ini/sofia.ini deleted file mode 100644 index 5c99dbd..0000000 --- a/misc/freeswitch/scripts/ini/sofia.ini +++ /dev/null @@ -1,55 +0,0 @@ -; Gemeinschaft 5 sofia configuration file -; (c) AMOOMA GmbH 2012 -; - -[profiles] -gemeinschaft - -[parameters] -log-level = 3 -debug-presence = 0 - -[profile:gemeinschaft] -user-agent-string = Gemeinschaft5 -debug = 0 -sip-trace = no -log-auth-failures = false -context = default -rfc2833-pt = 101 -pass-rfc2833 = true -sip-port = 5060 -dialplan = XML -dtmf-duration = 2000 -rtp-timer-name = soft -inbound-codec-prefs = PCMA,G7221@32000h,G7221@16000h,G722,PCMU,GSM -outbound-codec-prefs = PCMA,G7221@32000h,G7221@16000h,G722,PCMU,GSM -inbound-codec-negotiation = greedy -ext-rtp-ip = auto-nat -ext-sip-ip = auto-nat -hold-music = local_stream://moh -manage-presence = true -tls = false -tls-sip-port = 5061 -tls-cert-dir = /opt/freeswitch/conf/ssl -accept-blind-reg = false -accept-blind-auth = false -nonce-ttl = 60 -disable-transcoding = false -manual-redirect = true -disable-transfer = false -disable-register = false -auth-calls = false -inbound-reg-force-matching-username = true -auth-all-packets = false -rtp-timeout-sec = 300 -rtp-hold-timeout-sec = 1800 -force-subscription-expires = 3600 -sip-force-expires = 3000 -sip-expires-max-deviation = 600; -challenge-realm = auto_from -rtp-rewrite-timestamps = true -inbound-use-callid-as-uuid = false -outbound-use-callid-as-uuid = false -context = default -record-template = ${user_name}_${uuid}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav -odbc-dsn = gemeinschaft:gemeinschaft:gemeinschaft -- cgit v1.2.3 From a76f384bef7deed913af1e2ee54eb1c295b62edd Mon Sep 17 00:00:00 2001 From: spag Date: Fri, 18 Jan 2013 11:55:18 +0100 Subject: gateways ini rexample removed --- misc/freeswitch/scripts/ini/gateways.ini.example | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 misc/freeswitch/scripts/ini/gateways.ini.example (limited to 'misc/freeswitch/scripts/ini') diff --git a/misc/freeswitch/scripts/ini/gateways.ini.example b/misc/freeswitch/scripts/ini/gateways.ini.example deleted file mode 100644 index b6ae018..0000000 --- a/misc/freeswitch/scripts/ini/gateways.ini.example +++ /dev/null @@ -1,23 +0,0 @@ -; Gemeinschaft 5 gateways configuration file -; (c) AMOOMA GmbH 2012 -; - -[gateway1] -profile = gemeinschaft -name = gateway1 -username = gateway1 -realm = gemeinschaft -password = freeswitch -extension = default -proxy = 192.168.0.1 -expire-seconds = 600 -register = true - -[gateway2] -profile = gemeinschaft -name = sipgate -username = 1234567e0 -password = ABCdeF -proxy = sipgate.com -register = true -extension = {sip_to_user} -- cgit v1.2.3 From 6994ba4b5fecc2d532770f922d76227a175e3d71 Mon Sep 17 00:00:00 2001 From: spag Date: Fri, 18 Jan 2013 14:22:24 +0100 Subject: ini removed --- misc/freeswitch/scripts/ini/routes.ini | 80 ---------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 misc/freeswitch/scripts/ini/routes.ini (limited to 'misc/freeswitch/scripts/ini') diff --git a/misc/freeswitch/scripts/ini/routes.ini b/misc/freeswitch/scripts/ini/routes.ini deleted file mode 100644 index 33d2f38..0000000 --- a/misc/freeswitch/scripts/ini/routes.ini +++ /dev/null @@ -1,80 +0,0 @@ -; Gemeinschaft 5 routing configuration file -; (c) AMOOMA GmbH 2012 -; - -[general] - - -[prerouting] -^%*0%*$ , f-li -^%*0%*(%d+)#*$ , f-li-%1 -^%*0%*(%d+)%*(%d+)#*$ , f-li-%1-%2 -^#0#$ , f-lo -^%*5%*(%d+)#$ , f-acdmtg-0-%1 -^%*30#$ , f-clipon -^#30#$ , f-clipoff -^%*31#$ , f-cliroff -^#31#$ , f-cliron -^%*31#(%d+)$ , f-dcliroff-%1 -^#31#(%d+)$ , f-dcliron-%1 -^%*43#$ , f-cwaon -^#43#$ , f-cwaoff -^#002#$ , f-cfoff -^##002#$ , f-cfdel -^%*21#$ , f-cfu -^%*21%*(%d+)#$ , f-cfu-%1 -^%*%*21%*(%d+)#$ , f-cfu-%1 -^#21#$ , f-cfuoff -^##21#$ , f-cfudel -^%*61#$ , f-cfn -^%*61%*(%d+)#$ , f-cfn-%1 -^%*%*61%*(%d+)#$ , f-cfn-%1 -^%*61%*(%d+)%*(%d+)#$ , f-cfn-%1-%2 -^%*%*61%*(%d+)%*(%d+)#$ , f-cfn-%1-%2 -^#61#$ , f-cfnoff -^##61#$ , f-cfndel -^%*62#$ , f-cfo -^%*62%*(%d+)#$ , f-cfo-%1 -^%*%*62%*(%d+)#$ , f-cfo-%1 -^#62#$ , f-cfooff -^##62#$ , f-cfodel -^%*67#$ , f-cfb -^%*67%*(%d+)#$ , f-cfb-%1 -^%*%*67%*(%d+)#$ , f-cfb-%1 -^#67#$ , f-cfboff -^##67#$ , f-cfbdel -^%*66#$ , f-redial -^%*98$ , f-vmcheck -^%*98#$ , f-vmcheck -^%*98%*(%d+)#$ , f-vmcheck-%1 -^%*1337%*1%*1#$ , f-loaon -^%*1337%*1%*0#$ , f-loaoff - -^00(%d+)$ , +%1 -^0(%d+)$ , +49%1 - - -[outbound] -^%+(%d+)$ , class=gateway, endpoint=gateway1, group=users, %1 - - -[failover] -UNALLOCATED_NUMBER = true -NORMAL_TEMPORARY_FAILURE = true - - -[outbound_cid_number] - - -[outbound_cid_name] - - -[inbound] -^00(%d+)$ , +%1 -^0(%d+)$ , +49%1 - -[inbound_cid_number] -^00(%d+)$ , +%1 -^0(%d+)$ , +49%1 - -[inbound_cid_name] -- cgit v1.2.3