mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
issue #5826
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -53,8 +53,8 @@ struct tone_zone {
|
||||
char country[5]; /* Country code */
|
||||
char alias[5]; /* is this an alias? */
|
||||
char description[40]; /* Description */
|
||||
int nrringcadance; /* # registered ringcadance elements */
|
||||
int *ringcadance; /* Ring cadence */
|
||||
int nrringcadence; /* # registered ringcadence elements */
|
||||
int *ringcadence; /* Ring cadence */
|
||||
struct tone_zone_sound *tones; /* The known tones for this zone */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user