From 0e5e744fb2813081cc02697a2b341f219fce7c7a Mon Sep 17 00:00:00 2001 From: Joshua Colp <jcolp@digium.com> Date: Fri, 16 Jun 2006 16:23:13 +0000 Subject: [PATCH] Add bulgarian indications (issue #7314 reported by KNK) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34494 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/indications.conf.sample | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configs/indications.conf.sample b/configs/indications.conf.sample index 2a2d49860f..2164a66a1a 100644 --- a/configs/indications.conf.sample +++ b/configs/indications.conf.sample @@ -114,6 +114,20 @@ stutter = 413+438/100,0/40 ; Ringtone for calls to Telstra mobiles ringmobile = 400+450/400,0/200,400+450/400,0/2000 +[bg] +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +description = Bulgaria +ringdance = 1000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/250,0/250 +callwaiting = 425/150,0/150,425/150,0/4000 +dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 +record = 1400/425,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +stutter = 425/1500,0/100 + [br] description = Brazil ringcadence = 1000,4000 -- GitLab