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:
e468e73
)
ignore AST_CONTROL_PVT_CAUSE_CODE without any messages
author
Alexandr Anikin
<may@telecom-service.ru>
Sat, 22 Feb 2014 18:01:20 +0000
(18:01 +0000)
committer
Alexandr Anikin
<may@telecom-service.ru>
Sat, 22 Feb 2014 18:01:20 +0000
(18:01 +0000)
(closes issue ASTERISK-23336)
Reported by: Alexander Semych
........
Merged revisions 408838 from http://svn.asterisk.org/svn/asterisk/branches/11
........
Merged revisions 408839 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408840
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
addons/chan_ooh323.c
patch
|
blob
|
history
diff --git
a/addons/chan_ooh323.c
b/addons/chan_ooh323.c
index
ca81f9b
..
4982165
100644
(file)
--- a/
addons/chan_ooh323.c
+++ b/
addons/chan_ooh323.c
@@
-1394,7
+1394,8
@@
static int ooh323_indicate(struct ast_channel *ast, int condition, const void *d
}
break;
- case AST_CONTROL_PROCEEDING:
+ case AST_CONTROL_PROCEEDING:
+ case AST_CONTROL_PVT_CAUSE_CODE:
case -1:
break;
default: