[asterisk-commits] file: branch 1.6.0 r114272 - in /branches/1.6.0: ./ channels/chan_unistim.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Apr 18 14:36:26 CDT 2008


Author: file
Date: Fri Apr 18 14:36:26 2008
New Revision: 114272

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114272
Log:
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

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/channels/chan_unistim.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/channels/chan_unistim.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/channels/chan_unistim.c?view=diff&rev=114272&r1=114271&r2=114272
==============================================================================
--- branches/1.6.0/channels/chan_unistim.c (original)
+++ branches/1.6.0/channels/chan_unistim.c Fri Apr 18 14:36:26 2008
@@ -4459,6 +4459,7 @@
 	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;




More information about the asterisk-commits mailing list