summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-04-10 10:01:14 +0000
committerOlle Johansson <oej@edvina.net>2006-04-10 10:01:14 +0000
commit9b4e33543973b6d6b4b62a4831f2b4a0e7e0b502 (patch)
treeaa7c485578d2e9df110cafcd116b80d10b7e0a4e /channels
parente081b42cd643ffd8e328fbd5d667743c703b94dd (diff)
Re-instate removed comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 66d3e189a..4b408e43c 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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)
{