login | register
Tue 02 of Dec, 2008 [13:48 UTC]

voip-info.org

Discuss [1] History

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

Comments Filter
222

333Colombia Indications moved to zonedata.c

by ferfra, Monday 31 of December, 2007 [22:13:15 UTC]
Edit zonedata.c in your zaptel driver to enable indications tones for colombia. In this moments the modifications are not include in the downloadble version. I hope the change to be added soonly:


        { 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" },
        },
       },