Hi Owen
The module overview describes this behaviour:"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."The REGISTER request contact header looks OK:Contact: <sip:hxqecvtn@192.168.2.236:57532;transport=tls>;expires=3600;received="sip:192.168.2.236:53628;transport=TLS";+sip.instance="<urn:uuid:1ee63413-3569-46dc-a9ee-34c6e4e1403c>"
However the 'outbound_proxy' parameter seems to contradict this:"The SIP address used as next hop when sending the message. Very useful when using Kamailio with a domain name not in DNS, or when using a separate Kamailio instance for msilo processing. If not set, the message will be sent to the address in destination URI."So, when 'outbound_proxy' is not set, the message is sent to the address in the destination URI, rather than the UA contact address?
Can the module be configured to forward stored messages directly to the UA contact address?