Module Differences

This page lists known differences between ser and kamailio implementation of certain modules. These differences need to be resolved before the module can be merged and moved into modules directory.

msilo

In ser module there is this:

registrar (string)

The SIP address used to inform users that destination of their message is not online and the message will be delivered next time when that user goes online. If the parameter is not set, the module will not send any notification. All requests intended for this SIP address will not be stored for lately delivery.

Default value is "NULL".

Example 5. Set the registrar parameter

...
modparam("msilo", "registrar", "sip:registrar@iptel.org")
...

and the corresponding thing in kamailio is this:

1.3.3. from_address (string)

The SIP address used to inform users that destination of their message is not online and the message will be delivered next time when that user goes online. If the parameter is not set, the module will not send any notification. It can contain pseudo-variables.

Default value is "NULL".

Example 1.3. Set the "from_address" parameter

...
modparam("msilo", "from_address", "sip:registrar@example.org")
modparam("msilo", "from_address", "sip:$rU@example.org")

Also, the ser version of the module has a different database table, we use uids to identify owners of stored messages. This is something we use and need to preserve.


Navigation

Wiki

Other

QR Code
QR Code migration:module_differences (generated for current page)