Module: sems Branch: 1.4 Commit: 4abc3666c3e19d9cd8ae3e8066b72ba9391ac62b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4abc3666c3e19d9cd8ae3e8066b72ba9391ac62b
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Aug 22 16:01:03 2011 +0200 b/f: documentation on variables passed to new leg (dlg.dialout) --- doc/dsm/mods/Readme.mod_dlg.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/dsm/mods/Readme.mod_dlg.txt b/doc/dsm/mods/Readme.mod_dlg.txt index 3c12ff3..e0ce5d4 100644 --- a/doc/dsm/mods/Readme.mod_dlg.txt +++ b/doc/dsm/mods/Readme.mod_dlg.txt @@ -52,7 +52,7 @@ dlg.dialout(string arrayname) arrayname_hdrs headers for new call arrayname_var.* variables for new call, e.g. - arrayname_var.somevar will be set as $somevar + arrayname_var.somevar will be set as $arrayname_var.somevar returns $arrayname_ltag (if successful) and sets ERRNO. _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
