From: Russell Bryant Date: Wed, 16 May 2007 16:30:40 +0000 (+0000) Subject: Ignore this ... playing with jira (AST-1) X-Git-Tag: 1.6.0-beta1~3^2~2660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e87308d6d3b81de7415e0d9d87dabe9601b89784;p=thirdparty%2Fasterisk.git Ignore this ... playing with jira (AST-1) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64657 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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