Asterisk indications Colombia
Created by: ferfra,Last modification on Mon 31 of Dec, 2007 [18:18 UTC]
Asterisk indications for Colombia
Insert this into indications.conf and set the language to es_CO.
[co]
description = Colombia (Republic of)
ringcadance = 1000,4000
dial = 425
busy = 425/250,0/250
ring = 425/1000,0/4500
congestion = 425/100,0/250,425/350,0/250,425/650,0/250
callwaiting = 400+450/300,0/6000
dialrecall = 425
record = 1400/500,0/15000
info = !950/330,!1400/330,!1800/330,0/1000

Comments
333Colombia Indications moved to zonedata.c
{ 41, "co", "Colombia (Republic of)", { 1000, 4000 },
{
/* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
{ ZT_TONE_DIALTONE, "425" },
{ ZT_TONE_BUSY, "425/250,0/250" },
{ ZT_TONE_RINGTONE, "425/1000,0/4500" },
{ ZT_TONE_CONGESTION, "425/100,0/250,425/350,0/250,425/650,0/250" },
/* CALLWAIT - not specified */
{ ZT_TONE_CALLWAIT, "400+450/300,0/6000" },
{ ZT_TONE_DIALRECALL, "425" },
/* RECORDTONE - not specified */
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
{ ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0/1000" },
/* STUTTER - not specified */
{ ZT_TONE_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" },
},
},