Hello,
maybe this phrase in the msilo doc is misleading:

Every time when a user registers with Kamailio, the module is looking in database for offline messages intended for that user. All of them will be sent to contact address provided in REGISTER request.
http://kamailio.org/docs/modules/4.2.x/modules/msilo.html

The above seems to imply that msilo would send the call directly to the contact address. But this doesn't seem to be the case based on what is mentioned in several threads in the mailing list and in what I saw in the msilo.c code.
If so, is there a reason to be a such? Would it be a problem to allow msilo m_dump to get the values of contact, received and path and use them when calling t_request?

Regards,
Takeshi.