• James Zhang's avatar
    Fixed the exception condition - trigger reset · 7b83dd4c
    James Zhang 提交于
    	used to clear ckt_flags, this was wrong.
    	if ctk_flags are blindly cleard a PAUSE might be cleared.
    	changed the code to clear only TX RESET and try to reset again.
    
    Release Collision
    	If we get out of sync with other side we must
    	reset the circuit.
        This condition occoured at 1+3 test box
    
    Local Management Block
        Its possible for stack to send us a BLO indicating to us
        that we are local blocked.  This case never worked and
        we would get stuck there forever.
        If we never manaully sent a LOCAL block, the BLO from
        the stack will be acked and then unblocked.
        This condition occoured at 1+3 test box
    7b83dd4c
ftdm_state.c 18.3 KB