summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-05-14 11:32:05 +0000
committerOlle Johansson <oej@edvina.net>2008-05-14 11:32:05 +0000
commit615ed013d357d707f6e07cdf6d54e4e3afabd08a (patch)
treeb1dfcbcdd6372ff25aa91c444c8e2383e7732715 /channels/chan_sip.c
parentcc6d4100ad9a8de1e2e6864d2ae5bf8aaf0740b2 (diff)
Adding comments
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@116222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index b0f5ddf0c..4e589e4ea 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -25,15 +25,21 @@
* See Also:
* \arg \ref AstCREDITS
*
- * Implementation of RFC 3261 - without S/MIME, TCP and TLS support
+ * Implementation of RFC 3261 - without S/MIME, and experimental TCP and TLS support
* Configuration file \link Config_sip sip.conf \endlink
*
+ * ********** IMPORTANT *
+ * \note TCP/TLS support is EXPERIMENTAL and WILL CHANGE. This applies to configuration
+ * settings, dialplan commands and dialplans apps/functions
+ *
*
+ * TODO:s
* \todo Better support of forking
* \todo VIA branch tag transaction checking
* \todo Transaction support
* \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
*
* \ingroup channel_drivers
*