projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12923c0
)
Ignore this ... playing with jira (AST-1)
author
Russell Bryant
<russell@russellbryant.com>
Wed, 16 May 2007 16:30:40 +0000
(16:30 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 16 May 2007 16:30:40 +0000
(16:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64657
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/app.c
patch
|
blob
|
history
diff --git
a/main/app.c
b/main/app.c
index
10b9fea
..
0eb8591
100644
(file)
--- 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