Module: kamailio
Branch: master
Commit: 4648e40b8dd12c73d575ca2c894e75e9bc7cb3f1
URL:
https://github.com/kamailio/kamailio/commit/4648e40b8dd12c73d575ca2c894e75e…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-01-10T12:01:24+01:00
modules: readme files regenerated - cfg_rpc ...
---
Modified: src/modules/cfg_rpc/README
---
Diff:
https://github.com/kamailio/kamailio/commit/4648e40b8dd12c73d575ca2c894e75e…
Patch:
https://github.com/kamailio/kamailio/commit/4648e40b8dd12c73d575ca2c894e75e…
---
diff --git a/src/modules/cfg_rpc/README b/src/modules/cfg_rpc/README
index 85732f7..d031543 100644
--- a/src/modules/cfg_rpc/README
+++ b/src/modules/cfg_rpc/README
@@ -17,7 +17,7 @@ Miklos Tirpak
2.1. SIP Router Modules
2.2. External Libraries or Applications
- 3. RPC Interface
+ 3. RPC Commands
3.1. cfg.list
3.2. cfg.get
@@ -43,6 +43,7 @@ Miklos Tirpak
1.1. Use cfg.get RPC command
1.2. Use cfg.get RPC command
1.3. Use cfg.seti RPC command
+ 1.4. Use cfg.sets RPC command
Chapter 1. Admin Guide
@@ -54,7 +55,7 @@ Chapter 1. Admin Guide
2.1. SIP Router Modules
2.2. External Libraries or Applications
- 3. RPC Interface
+ 3. RPC Commands
3.1. cfg.list
3.2. cfg.get
@@ -106,7 +107,7 @@ Chapter 1. Admin Guide
running SIP Router with this module loaded:
* None.
-3. RPC Interface
+3. RPC Commands
3.1. cfg.list
3.2. cfg.get
@@ -173,6 +174,11 @@ Chapter 1. Admin Guide
variable name, string value. The group name can optionally contain the
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
cfg.set_now_string - This is an alias to the command cfg.sets.