From e87308d6d3b81de7415e0d9d87dabe9601b89784 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Wed, 16 May 2007 16:30:40 +0000 Subject: [PATCH] Ignore this ... playing with jira (AST-1) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64657 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/app.c b/main/app.c index 10b9fea809..0eb8591c90 100644 --- a/main/app.c +++ b/main/app.c @@ -75,7 +75,7 @@ int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect, else if (!timeout) timeout = 5; - ts = ast_get_indication_tone(chan->zone,"dial"); + ts = ast_get_indication_tone(chan->zone, "dial"); if (ts && ts->data[0]) res = ast_playtones_start(chan, 0, ts->data, 0); else -- GitLab