Browse Source

kamailio-kemi-framework: documented return code for KSR.hdr.is_present(...)

Daniel-Constantin Mierla 7 years ago
parent
commit
efe3757e43
1 changed files with 2 additions and 1 deletions
  1. 2 1
      kamailio-kemi-framework/docs/core.md

+ 2 - 1
kamailio-kemi-framework/docs/core.md

@@ -513,7 +513,8 @@ KSR.hdr.remove("X-My-Hdr");
 
 `int KSR.hdr.is_present(str "hdrval")`
 
-Return true if a header with the name `hdrval` exists.
+Return greater than 0 if a header with the name `hdrval` exists and less than
+0 if there is no such header.
 
 Example: