aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-10 10:01:14 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-10 10:01:14 +0000
commite48597051f9edb3de7af4da51d889f3d6f577daf (patch)
treeaa7c485578d2e9df110cafcd116b80d10b7e0a4e /channels
parent7717548395d84e10eeb54b77be89412f7cfe50d6 (diff)
Re-instate removed comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18785 f38db490-d61c-443f-a65b-d21fe96a405b
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)
{