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

modules: readme files regenerated - cfg_rpc ...

Kamailio Dev пре 8 година
родитељ
комит
4648e40b8d
1 измењених фајлова са 9 додато и 3 уклоњено
  1. 9 3
      src/modules/cfg_rpc/README

+ 9 - 3
src/modules/cfg_rpc/README

@@ -17,7 +17,7 @@ Miklos Tirpak
               2.1. SIP Router Modules
               2.1. SIP Router Modules
               2.2. External Libraries or Applications
               2.2. External Libraries or Applications
 
 
-        3. RPC Interface
+        3. RPC Commands
 
 
               3.1. cfg.list
               3.1. cfg.list
               3.2. cfg.get
               3.2. cfg.get
@@ -43,6 +43,7 @@ Miklos Tirpak
    1.1. Use cfg.get RPC command
    1.1. Use cfg.get RPC command
    1.2. Use cfg.get RPC command
    1.2. Use cfg.get RPC command
    1.3. Use cfg.seti RPC command
    1.3. Use cfg.seti RPC command
+   1.4. Use cfg.sets RPC command
 
 
 Chapter 1. Admin Guide
 Chapter 1. Admin Guide
 
 
@@ -54,7 +55,7 @@ Chapter 1. Admin Guide
         2.1. SIP Router Modules
         2.1. SIP Router Modules
         2.2. External Libraries or Applications
         2.2. External Libraries or Applications
 
 
-   3. RPC Interface
+   3. RPC Commands
 
 
         3.1. cfg.list
         3.1. cfg.list
         3.2. cfg.get
         3.2. cfg.get
@@ -106,7 +107,7 @@ Chapter 1. Admin Guide
    running SIP Router with this module loaded:
    running SIP Router with this module loaded:
      * None.
      * None.
 
 
-3. RPC Interface
+3. RPC Commands
 
 
    3.1. cfg.list
    3.1. cfg.list
    3.2. cfg.get
    3.2. cfg.get
@@ -173,6 +174,11 @@ Chapter 1. Admin Guide
    variable name, string value. The group name can optionally contain the
    variable name, string value. The group name can optionally contain the
    group instance id, for example foo[5].
    group instance id, for example foo[5].
 
 
+   Example 1.4. Use cfg.sets RPC command
+...
+# kamcmd cfg.sets voicemail srv_ip "1.2.3.4"
+...
+
 3.6. cfg.set_now_string
 3.6. cfg.set_now_string
 
 
    cfg.set_now_string - This is an alias to the command cfg.sets.
    cfg.set_now_string - This is an alias to the command cfg.sets.