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:
18101ff
)
Make a completely arbitrary formatting change to test out some Mantis/SVN
author
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 17:08:00 +0000
(17:08 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 17:08:00 +0000
(17:08 +0000)
integration stuff. (issue #9828)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67730
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/app.c
patch
|
blob
|
history
diff --git
a/main/app.c
b/main/app.c
index
4dad901
..
41710e6
100644
(file)
--- a/
main/app.c
+++ b/
main/app.c
@@
-100,8
+100,10
@@
int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect,
if (!ast_matchmore_extension(chan, context, collect, 1, chan->cid.cid_num))
break;
}
+
if (res >= 0)
res = ast_exists_extension(chan, context, collect, 1, chan->cid.cid_num) ? 1 : 0;
+
return res;
}