[svn-commits] rmudgett: branch rmudgett/hold_retrieve r298816 - /team/rmudgett/hold_retriev...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 17 20:55:49 UTC 2010


Author: rmudgett
Date: Fri Dec 17 14:55:45 2010
New Revision: 298816

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=298816
Log:
Goto the correct FSM state when get a HOLD request.

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

Modified: team/rmudgett/hold_retrieve/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/hold_retrieve/channels/sig_pri.c?view=diff&rev=298816&r1=298815&r2=298816
==============================================================================
--- team/rmudgett/hold_retrieve/channels/sig_pri.c (original)
+++ team/rmudgett/hold_retrieve/channels/sig_pri.c Fri Dec 17 14:55:45 2010
@@ -4468,7 +4468,7 @@
 		next_state = SIG_PRI_MOH_STATE_IDLE;
 		break;
 	case SIG_PRI_MOH_EVENT_HOLD:
-		next_state = SIG_PRI_MOH_STATE_PEND_UNHOLD;
+		next_state = SIG_PRI_MOH_STATE_PEND_HOLD;
 		break;
 	case SIG_PRI_MOH_EVENT_RETRIEVE_ACK:
 	case SIG_PRI_MOH_EVENT_REMOTE_RETRIEVE_ACK:




More information about the svn-commits mailing list