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:
019d707
)
WHen making compatible for bridge, stop generators, etc.
author
Mark Spencer
<markster@digium.com>
Wed, 5 Nov 2003 20:53:49 +0000
(20:53 +0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 5 Nov 2003 20:53:49 +0000
(20:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1697
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_dial.c
patch
|
blob
|
history
diff --git
a/apps/app_dial.c
b/apps/app_dial.c
index
62838cd
..
7b50bb2
100755
(executable)
--- a/
apps/app_dial.c
+++ b/
apps/app_dial.c
@@
-128,6
+128,8
@@
static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
single = (outgoing && !outgoing->next && !outgoing->musiconhold && !outgoing->ringbackonly);
if (single) {
+ /* Turn off hold music, etc */
+ ast_indicate(in, -1);
/* If we are calling a single channel, make them compatible for in-band tone purpose */
ast_channel_make_compatible(outgoing->chan, in);
}