vm(path, appname)
vm
usageVM module enables the communication between SER and Sems through FIFO calls and server functions.
The voicemail application is available at http://developer.berlios.de/projects/sems/
See its README for details on how to couple it with vm module.
If you need some help or just to report some bug, email the author at raphael.coeffic@iptel.org.
The following modules must be loaded before this module:
tm - Transaction Module.
A SER database module.
The following libraries or applications must be installed before running SER with this module loaded:
None.
URL of the mysql database used to retrieve users.
Default value is "mysql://ser:heslo@localhost/ser".
Column name of user id in subscriber profile.
Default value is "username".
Column name of domain in subscriber profile. Enable only with MULTI_DOMAIN def.
Default value is "domain".
The function should only get called within a transaction.
vm(path, appname)
Relays a SIP request to the voicemail system.
Meaning of the parameters is as follows:
path - Voicemail fifo path.
appname - Application name to execute on Sems.
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