projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c64f4
)
@cfg_get.<group_name>.<var_name> is documented
author
Miklos Tirpak
<miklos@iptel.org>
Fri, 11 Jan 2008 16:41:51 +0000
(16:41 +0000)
committer
Miklos Tirpak
<miklos@iptel.org>
Fri, 11 Jan 2008 16:41:51 +0000
(16:41 +0000)
doc/cfg.txt
patch
|
blob
|
history
diff --git
a/doc/cfg.txt
b/doc/cfg.txt
index
4a2140d
..
31189db
100644
(file)
--- a/
doc/cfg.txt
+++ b/
doc/cfg.txt
@@
-336,3
+336,11
@@
int new_process(void)
Note, that the configuration should be refreshed even if the module does not
declare any config variable, because other modules and the core may need the
up-to-date config.
+
+
+6. Accessing the configuration values in the script
+===============================================================================
+
+The values can be accessed via select calls:
+
+@cfg_get.<group_name>.<var_name>