From cb456e9d36e12e711f5e511211892a2e6592101a Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Tue, 10 Jan 2017 12:00:19 +0100 Subject: [PATCH] cfg_rpc: added example for rpc command cfg.sets --- src/modules/cfg_rpc/doc/rpc.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/modules/cfg_rpc/doc/rpc.xml b/src/modules/cfg_rpc/doc/rpc.xml index 4b1dd9bb883..9810762c50c 100644 --- a/src/modules/cfg_rpc/doc/rpc.xml +++ b/src/modules/cfg_rpc/doc/rpc.xml @@ -9,7 +9,7 @@
- RPC Interface + RPC Commands The module implements the RPC commands documented in the next sections. @@ -60,7 +60,7 @@ Use <varname>cfg.seti</varname> RPC command ... -# &sercmd; cfg.seti core debug 1 +# &kamcmd; cfg.seti core debug 1 ... @@ -81,6 +81,14 @@ name, string value. The group name can optionally contain the group instance id, for example foo[5]. + + Use <varname>cfg.sets</varname> RPC command + +... +# &kamcmd; cfg.sets voicemail srv_ip "1.2.3.4" +... + +
cfg.set_now_string