[Home]

Summary:ASTERISK-04814: [patch] indications for [es]
Reporter:Roy Sigurd Karlsbakk (rkarlsba)Labels:
Date Opened:2005-08-11 07:35:59Date Closed:2008-01-15 15:45:04.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_indications
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) spain.txt
Description:[es]
description = Spain
ringcadence = 1500,3000
dial = 425
busy = 425/200,0/200
ring = 425/1500,0/3000
congestion = 425/200,0/200,425/200,0/200,425/200,0/600
callwaiting = 425/175,0/175,425/175,0/3500
dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425
record = 1400/500,0/15000
info = 950/330,0/1000
dialout = 500

****** ADDITIONAL INFORMATION ******

i just got these from the ml
perhaps they could be included in cvs head?
Comments:By: Olle Johansson (oej) 2005-08-11 08:35:33

Do we have any zaptel indications as well?

By: Clod Patry (junky) 2005-08-11 16:01:02

Yes, zonedata.c has already it:
       { 6,"es","Spain", { 1500, 3000},
       {
               { ZT_TONE_DIALTONE, "425" },
               { ZT_TONE_BUSY, "425/200,0/200" },
               { ZT_TONE_RINGTONE, "425/1500,0/3000" },
               { ZT_TONE_CONGESTION, "425/200,0/200,425/200,0/200,425/200,0/600" },
               { ZT_TONE_CALLWAIT, "425/175,0/175,425/175,0/3500" },
               { ZT_TONE_DIALRECALL, "!425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425" },
               { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
               { ZT_TONE_INFO, "950/330,0/1000" },
               { ZT_TONE_STUTTER, "425/500,0/50" } },
       },

i think we could just make a patch for indications.conf



By: Russell Bryant (russell) 2005-08-23 08:38:27

added to cvs head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:45:04.000-0600

Repository: asterisk
Revision: 6376

U   trunk/configs/indications.conf.sample

------------------------------------------------------------------------
r6376 | russell | 2008-01-15 15:45:03 -0600 (Tue, 15 Jan 2008) | 2 lines

add indications for es (bug ASTERISK-4814)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6376