]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[ftmod_misdn] Add some TODO items at the top of ftmod_misdn.c.
authorStefan Knoblich <stkn@openisdn.net>
Tue, 7 Feb 2012 17:38:09 +0000 (18:38 +0100)
committerStefan Knoblich <stkn@openisdn.net>
Tue, 7 Feb 2012 17:39:11 +0000 (18:39 +0100)
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
libs/freetdm/src/ftmod/ftmod_misdn/ftmod_misdn.c

index 306f884c052e257c1d14d1dc4e800478467c6c6d..06caeef7aeae96b89c28afe1842d8841d6080ab0 100644 (file)
  * NOTE: This is intended as a Layer 1 interface only, signaling
  *       is handled by other modules (e.g. ftmod_libpri or ftmod_isdn).
  */
+/*
+ * TODO:
+ *     - Use a fifo and PH_DATA_CNF for b-channel write polling (drop timerfd)
+ *
+ *     - Disable L1 idle deactivation on BRI PTMP with IMGL1HOLD ioctl(? optional)
+ *
+ *     - Add hfcsusb specific state + flag defines and try to do something useful with
+ *       it in misdn_handle_mph_information_ind().
+ */
 
 #include <errno.h>
 #include <stdlib.h>