* make sure we start sending B channel data on channel activation

diff --git a/src/input/misdn.c b/src/input/misdn.c
index 7ee9930..4cefd8b 100644
--- a/src/input/misdn.c
+++ b/src/input/misdn.c
@@ -65,6 +65,7 @@
 	{ PH_CONTROL_IND, "PH_CONTROL_IND" },
 	{ PH_DATA_IND, "PH_DATA_IND" },
 	{ PH_DATA_CNF, "PH_DATA_CNF" },
+	{ PH_ACTIVATE_IND, "PH_ACTIVATE_IND" },
 	{ DL_ESTABLISH_IND, "DL_ESTABLISH_IND" },
 	{ DL_ESTABLISH_CNF, "DL_ESTABLISH_CNF" },
 	{ DL_RELEASE_IND, "DL_RELEASE_IND" },
@@ -271,6 +272,7 @@
 		}
 		ret = e1inp_rx_ts(e1i_ts, msg, 0, 0);
 		break;
+	case PH_ACTIVATE_IND:
 	case PH_DATA_CNF:
 		/* physical layer indicates that data has been sent,
 		 * we thus can send some more data */