aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-30 20:13:10 +0000
committerautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-30 20:13:10 +0000
commit20b84bf60aa4f524a96f81b3289470f1525c7adf (patch)
treefd4f0c1baae04ea4914bc88d56d62fa0865523c9
parent8b5532e2913b769894d49cc1494d9a4351b3a231 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@52995 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 2a22bed3c..577d0c799 100644
--- a/channel.c
+++ b/channel.c
@@ -2476,7 +2476,7 @@ struct ast_channel *__ast_request_and_dial(const char *type, int format, void *d
state = f->subclass;
ast_frfree(f);
break;
- } else if (f->subclass == AST_CONTROL_PROGRESS) {
+ } else if (f->subclass == AST_CONTROL_PROGRESS || f->subclass == AST_CONTROL_PROCEEDING) {
/* Ignore */
} else if (f->subclass == -1) {
/* Ignore -- just stopping indications */