dect
/
asterisk
Archived
13
0
Fork 0

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/trunk@114271 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2008-04-18 19:35:33 +00:00
parent 4fabc3fc02
commit dac67d5b03
1 changed files with 1 additions and 0 deletions

View File

@ -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;