Module: sems Branch: master Commit: 9918af9f786afd0de4ccb59ce4597d915ba2df30 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9918af9f786afd0de4ccb59ce4597d915ba2df30
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
