[svn-commits] tzafrir: branch 1.8 r407622 - /branches/1.8/configs/indications.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 7 06:59:09 CST 2014


Author: tzafrir
Date: Fri Feb  7 06:59:04 2014
New Revision: 407622

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=407622
Log:
indications.conf: add stutter tone; end properly

* If the "stutter" (voicemail indication) tone is indeed a stutter tone,
  and it ends with a constant tone, make sure that it is the dial tone.
  This was done for India (in), Mexico (mx) and the Philippines (ph).
* If no "stutter" tone exists for a country, provide one. This was done for
  Spain (es), Malaysia (my) and Venezuela (ve).

Review: https://reviewboard.asterisk.org/r/3158/

Modified:
    branches/1.8/configs/indications.conf.sample

Modified: branches/1.8/configs/indications.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/indications.conf.sample?view=diff&rev=407622&r1=407621&r2=407622
==============================================================================
--- branches/1.8/configs/indications.conf.sample (original)
+++ branches/1.8/configs/indications.conf.sample Fri Feb  7 06:59:04 2014
@@ -285,6 +285,8 @@
 record = 1400/500,0/15000
 info = 950/330,0/1000
 dialout = 500
+; STUTTER not specified
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
 
 
 [fi]
@@ -371,7 +373,7 @@
 dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
 record = 1400/500,0/15000
 info = !950/330,!1400/330,!1800/330,0/1000
-stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,400*25
 
 [it]
 description = Italy
@@ -427,7 +429,7 @@
 dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
 record = 1400/500,0/15000
 info = 950/330,0/30,1400/330,0/30,1800/330,0/1000
-stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,425
 
 [my]
 description = Malaysia
@@ -436,6 +438,8 @@
 busy = 425/500,0/500
 ring = 425/400,0/200,425/400,0/2000
 congestion = 425/500,0/500
+; STUTTER - not specified
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
 
 [nl]
 description = Netherlands
@@ -500,7 +504,7 @@
 ; INFO - not specified
 info = !950/330,!1400/330,!1800/330,0
 ; STUTTER - not specified
-stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,425
 
 
 [pl]
@@ -702,6 +706,8 @@
 dialrecall = 425
 record = 1400/500,0/15000
 info = !950/330,!1440/330,!1800/330,0/1000
+; STUTTER - not specified
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
 
 
 [za]




More information about the svn-commits mailing list