summaryrefslogtreecommitdiff
path: root/tonezone.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-04-14 16:14:55 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-04-14 16:14:55 +0000
commit41ae9e883206612835c29b2ce49b2699d7a34306 (patch)
tree9fa02ccf8c1639c7d82102dddeddbd380ad2c112 /tonezone.c
parented13832743c0706970c283ac668f417808d55a3b (diff)
Add stutter dialtone
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@168 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'tonezone.c')
-rwxr-xr-xtonezone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tonezone.c b/tonezone.c
index 853ece4..f70f9f4 100755
--- a/tonezone.c
+++ b/tonezone.c
@@ -176,6 +176,8 @@ char *tone_zone_tone_name(int id)
return "Custom 2";
case ZT_TONE_INFO:
return "Special Information";
+ case ZT_TONE_STUTTER:
+ return "Stutter Dialtone";
default:
snprintf(tmp, sizeof(tmp), "Unknown tone %d", id);
return tmp;