[svn-commits] rmudgett: branch rmudgett/call_waiting r1524 - /team/rmudgett/call_waiting/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 10 20:11:57 CST 2010


Author: rmudgett
Date: Wed Mar 10 20:11:53 2010
New Revision: 1524

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1524
Log:
Account for PRI_CAUSE_INCOMPATIBLE_DESTINATION in hangup causes.

Modified:
    team/rmudgett/call_waiting/q931.c

Modified: team/rmudgett/call_waiting/q931.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/call_waiting/q931.c?view=diff&rev=1524&r1=1523&r2=1524
==============================================================================
--- team/rmudgett/call_waiting/q931.c (original)
+++ team/rmudgett/call_waiting/q931.c Wed Mar 10 20:11:53 2010
@@ -5638,6 +5638,7 @@
 	case PRI_CAUSE_REQUESTED_CHAN_UNAVAIL:
 	case PRI_CAUSE_IDENTIFIED_CHANNEL_NOTEXIST:
 	case PRI_CAUSE_UNALLOCATED:
+	case PRI_CAUSE_INCOMPATIBLE_DESTINATION:
 		/* See Q.931 Section 5.3.2 a) */
 		switch (c->ourcallstate) {
 		case Q931_CALL_STATE_NULL:




More information about the svn-commits mailing list