[svn-commits] jpeeler: trunk r270836 - /trunk/channels/sig_analog.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 16 11:45:11 CDT 2010


Author: jpeeler
Date: Wed Jun 16 11:45:07 2010
New Revision: 270836

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=270836
Log:
Fix no call waiting caller ID

Clearing the callwaitcas flag in analog_call was causing the incoming D digit
to be ignored which triggers sending the caller ID.

Modified:
    trunk/channels/sig_analog.c

Modified: trunk/channels/sig_analog.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sig_analog.c?view=diff&rev=270836&r1=270835&r2=270836
==============================================================================
--- trunk/channels/sig_analog.c (original)
+++ trunk/channels/sig_analog.c Wed Jun 16 11:45:07 2010
@@ -951,7 +951,6 @@
 		}
 
 		if (p->use_callerid) {
-			p->callwaitcas = 0;
 			p->cid.cid_name = p->lastcid_name;
 			p->cid.cid_num = p->lastcid_num;
 		}




More information about the svn-commits mailing list