Module: sip-router Branch: master Commit: b523c774721afaa34f36dc278805736e04b3d27c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b523c774721afaa34f36dc278805736e04b3d27c
Author: Torrey Searle <[email protected]> Committer: Torrey Searle <[email protected]> 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) { _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
