summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2008-12-16 22:31:47 +0000
committerTerry Wilson <twilson@digium.com>2008-12-16 22:31:47 +0000
commit2e59fce6d84b2ea4dc1f77ca586c633537db8d2c (patch)
tree41cbb1b439f87abe87fd39a046f5fd1ccf372e26 /channels
parentc8da171dd19a176a16e7711764d7b341cb521174 (diff)
Make a note of the feature request in bug #11157 as per the reporter and oej, and suspend the bug since no one seems to be keen on implementing it any time soon.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 414c34f19..73fece92f 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -38,6 +38,8 @@
* \todo Better support of forking
* \todo VIA branch tag transaction checking
* \todo Transaction support
+ * \todo Asterisk should send a non-100 provisional response every minute to keep proxies
+ * from cancelling the transaction (RFC 3261 13.3.1.1). See bug #11157.
*
* \ingroup channel_drivers
*