Module: sip-router
Branch: master
Commit: b523c774721afaa34f36dc278805736e04b3d27c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b523c77…
Author: Torrey Searle <tsearle(a)gmail.com>
Committer: Torrey Searle <tsearle(a)gmail.com>
Date: Thu Apr 4 11:56:03 2013 +0200
modules/sipt: Update README in separate commit per best practices
---
modules/sipt/README | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/sipt/README b/modules/sipt/README
index 4131079..d8ad096 100644
--- a/modules/sipt/README
+++ b/modules/sipt/README
@@ -70,12 +70,12 @@ sipt_destination($rU, 31, 4);
3.2. sipt_get_hop_count()
- Returns the value of the Hop Coutner for the IAM message if it exists.
+ Returns the value of the Hop Counter for the IAM message if it exists.
Returns -1 if there isn't a hop counter.
Example 1.2. sipt_get_hop_counter() usage
...
-# get the hop couter and update the Max-Forwards header if it exists
+# get the hop counter and update the Max-Forwards header if it exists
$avp(s:hop) = sipt_get_hop_counter();
if($avp(s:hop) > 0)
{