]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Re-instate removed comment
authorOlle Johansson <oej@edvina.net>
Mon, 10 Apr 2006 10:01:14 +0000 (10:01 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 10 Apr 2006 10:01:14 +0000 (10:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18785 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 66d3e189aa47bc154a5de4f92333bfbaee187ab8..4b408e43cf67ca7739b98c4094186b37f7002da2 100644 (file)
@@ -1027,6 +1027,7 @@ static struct ast_rtp_protocol sip_rtp = {
  * matches the sip method 'id'.
  * Strictly speaking, SIP methods are case SENSITIVE, but we do
  * a case-insensitive comparison to be more tolerant.
+ * following Jon Postel's rule: Be gentle in what you accept, strict with what you send 
  */
 static int method_match(enum sipmethod id, const char *name)
 {