aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_disa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_disa.c')
-rw-r--r--apps/app_disa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_disa.c b/apps/app_disa.c
index 51cb85c3d..f85a5eec1 100644
--- a/apps/app_disa.c
+++ b/apps/app_disa.c
@@ -102,7 +102,7 @@ AST_APP_OPTIONS(app_opts, {
static void play_dialtone(struct ast_channel *chan, char *mailbox)
{
- const struct ind_tone_zone_sound *ts = NULL;
+ const struct tone_zone_sound *ts = NULL;
if(ast_app_has_voicemail(mailbox, NULL))
ts = ast_get_indication_tone(chan->zone, "dialrecall");
else