[svn-commits] rmudgett: branch rmudgett/call_waiting r251583 - /team/rmudgett/call_waiting/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 9 22:29:43 CST 2010


Author: rmudgett
Date: Tue Mar  9 22:29:40 2010
New Revision: 251583

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=251583
Log:
Change incoming call waiting disconnect cause code to incompatible destination.

Modified:
    team/rmudgett/call_waiting/channels/sig_pri.c

Modified: team/rmudgett/call_waiting/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/call_waiting/channels/sig_pri.c?view=diff&rev=251583&r1=251582&r2=251583
==============================================================================
--- team/rmudgett/call_waiting/channels/sig_pri.c (original)
+++ team/rmudgett/call_waiting/channels/sig_pri.c Tue Mar  9 22:29:40 2010
@@ -3074,7 +3074,7 @@
 					 * No channel specified.
 					 * We will not accept incoming call waiting calls.
 					 */
-					pri_hangup(pri->pri, e->ring.call, PRI_CAUSE_NORMAL_CIRCUIT_CONGESTION);
+					pri_hangup(pri->pri, e->ring.call, PRI_CAUSE_INCOMPATIBLE_DESTINATION);
 					break;
 				} else {
 					/* A channel is specified. */




More information about the svn-commits mailing list