Ignore this ... playing with jira (AST-1)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64657 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 20 years ago
parent 12923c0068
commit e87308d6d3

@ -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

Loading…
Cancel
Save