projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9bd9958
)
fix res_monitor bug
author
Anthony Minessale II
<anthmct@yahoo.com>
Mon, 7 Jun 2004 16:51:21 +0000
(16:51 +0000)
committer
Anthony Minessale II
<anthmct@yahoo.com>
Mon, 7 Jun 2004 16:51:21 +0000
(16:51 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3167
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_monitor.c
patch
|
blob
|
history
diff --git
a/res/res_monitor.c
b/res/res_monitor.c
index
3f85b1f
..
2f028ca
100755
(executable)
--- a/
res/res_monitor.c
+++ b/
res/res_monitor.c
@@
-235,7
+235,7
@@
int ast_monitor_stop( struct ast_channel *chan, int need_lock )
}
snprintf(tmp, sizeof(tmp), "%s %s/%s-in.%s %s/%s-out.%s %s/%s.%s &", execute, dir, name, format, dir, name, format, dir, name, format);
if (soxmix) {
- snprintf(tmp2,sizeof(tmp2), "( %s && rm -f %s/%s-* ) &",tmp, dir ,name); /* remove legs when done mixing */
+ snprintf(tmp2,sizeof(tmp2), "( %s& rm -f %s/%s-* ) &",tmp, dir ,name); /* remove legs when done mixing */
strncpy(tmp, tmp2, sizeof(tmp) - 1);
}
ast_verbose("monitor executing %s\n",tmp);