[svn-commits] oej: branch group/pinana-publish-1.4 r297587 - /team/group/pinana-publish-1.4...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Dec 5 14:18:21 CST 2010


Author: oej
Date: Sun Dec  5 14:18:15 2010
New Revision: 297587

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=297587
Log:
Adding a few new comments on stuff that needs fixing

Modified:
    team/group/pinana-publish-1.4/channels/chan_sip.c

Modified: team/group/pinana-publish-1.4/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/pinana-publish-1.4/channels/chan_sip.c?view=diff&rev=297587&r1=297586&r2=297587
==============================================================================
--- team/group/pinana-publish-1.4/channels/chan_sip.c (original)
+++ team/group/pinana-publish-1.4/channels/chan_sip.c Sun Dec  5 14:18:15 2010
@@ -9,6 +9,11 @@
 
 	- Another bug: If we get NOTIFY on a subscription we don't know about we should
 		send 481. Now we're sending "Bad event".
+
+	- SUBSCRIBE sip:1004 at testserver1@192.168.40.231:5060 SIP/2.0
+	  This URI is formed when hint is 1004 at testserver1 and there's a peer entry with an IP in testserver1 section of sip.conf
+	- Subscribes should move retransmits to the new thread and new scheduler
+
 */
 /*
  * Asterisk -- An open source telephony toolkit.




More information about the svn-commits mailing list