From cf9c4ce8837727f925b9bd22194110df7379bfe5 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 5 Jul 2008 22:07:37 +0000 Subject: [PATCH] Adding a few reminders git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128294 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 9636e174a5..db91c78408 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -40,6 +40,8 @@ * \todo We need to test TCP sessions with SIP proxies and in regards * to the SIP outbound specs. * \todo Fix TCP/TLS handling in dialplan, SRV records, transfers and much more + * \todo Save TCP/TLS sessions in registry + * \todo Add TCP/TLS information to function SIPPEER and SIPCHANINFO * * \ingroup channel_drivers *