aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-18 19:36:26 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-18 19:36:26 +0000
commit7080c053d61d663bfd243f47cc43e43cd3229d99 (patch)
tree563ac28c42057155d2a89672dda5c192b77c88ed
parent9e7e4017a24dcd1baac7592231f5faed5199d8f7 (diff)
Merged revisions 114271 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r114271 | file | 2008-04-18 16:35:33 -0300 (Fri, 18 Apr 2008) | 4 lines Make sure ADSI is marked as unavailable on Unistim channels so voicemail does not try to do some ADSI jazz. (closes issue #12460) Reported by: PerryB ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114272 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_unistim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index 86a278235..88f37fbec 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -4459,6 +4459,7 @@ static struct ast_channel *unistim_new(struct unistim_subchannel *sub, int state
ast_setstate(tmp, state);
if (state == AST_STATE_RING)
tmp->rings = 1;
+ tmp->adsicpe = AST_ADSI_UNAVAILABLE;
tmp->writeformat = fmt;
tmp->rawwriteformat = fmt;
tmp->readformat = fmt;