Browse Source

kamailio-kemi-framework: fix param type and name in example call to KSR.pv.getvs

Dave Uczen 6 years ago
parent
commit
5d138456a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kamailio-kemi-framework/docs/kemimods.md

+ 1 - 1
kamailio-kemi-framework/docs/kemimods.md

@@ -55,7 +55,7 @@ KSR.dbg("avp is: " + KSR.pv.getvn("$avp(x)", 0) + "\n");
 
 
 ### KSR.pv.getvs(...) ###
 ### KSR.pv.getvs(...) ###
 
 
-`val KSR.pv.getvs(str "pvname", int vn)`
+`val KSR.pv.getvs(str "pvname", str "vs")`
 
 
 Return the value of pseudo-variable `pvname` if it is different than `$null` or the parameter `vs`
 Return the value of pseudo-variable `pvname` if it is different than `$null` or the parameter `vs`
 if the variable is having the `$null` value.
 if the variable is having the `$null` value.