Преглед изворни кода

modules: readme files regenerated - dialplan ... [skip ci]

Kamailio Dev пре 7 година
родитељ
комит
6a985664b1
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      src/modules/dialplan/README

+ 5 - 2
src/modules/dialplan/README

@@ -550,11 +550,14 @@ xlog("translated to var $var(y) \n");
    Name: dialplan.translate
    Name: dialplan.translate
 
 
    Parameters: 2
    Parameters: 2
-     * Dial plan ID
-     * Input String
+     * Dial plan ID (number)
+     * Input string (string) - it can be prefixed with 's:' to avoid
+       auto-conversion when the command is executed with CLI apps such as
+       kamcmd.
 
 
    Example:
    Example:
                 kamcmd dialplan.translate 1 "abcdxyz"
                 kamcmd dialplan.translate 1 "abcdxyz"
+                kamcmd dialplan.translate 1 s:123456789
 
 
 8. Installation
 8. Installation