Copyright © 2003 FhG FOKUS
print(txt)
print
usageModule description
This is an example module. It implements only one function that prints its string parameter to stdout (it won't work if ser is started in dameon mode). It also shows how module parameters can be declared.
The following modules must be loaded before this module:
No dependencies on other SER modules.
The following libraries or applications must be installed before running SER with this module loaded:
None.
print(txt)
Prints string to stdout.
Meaning of the parameters is as follows:
txt - string to be printed.
The module does not provide any sort of API to use in other SER modules.
Take a look at http://iptel.org/ser.
First at all check if your question was already answered on one of our mailing lists:
E-mails regarding any stable version should be sent to <serusers@iptel.org>
and e-mail
regarding development versions or CVS snapshots should be send to <serdev@iptel.org>
.
If you want to keep the mail private, send it to <serhelp@iptel.org>
.
Please follow the guidelines provided at: http://iptel.org/ser/bugs