handle_subscription(domain)
handle_subscription
usageThis module implements a presence server, i.e. entity that receives SUBSCRIBE messages and sends NOTIFY when presence status of a user changes. Currently the presence server can be connected to registrar and jabber module so SIP users can see presence of jabber users.
This module currently cannot work as a B2BUA, i.e. it cannot subsribe to presence of users using SIP. We are currently working on that feature.
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.
Default expires value to be used when the client doesn't supply one (in seconds).
Default value is "3600".
handle_subscription(domain)
This function processes SUBSCRIBE and generates NOTIFY.
Meaning of the parameters is as follows:
domain - This can be either "registrar" or "jabber".
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