Hi,
I don't think that your ideas are possible. I need to send the keepalive to the PBX on the same ip:port connection which is in use.
If I add something static, this will not work.
Am 17.02.2023 um 12:19 schrieb Daniel-Constantin Mierla:
On 17.02.23 11:44, Bernd Krueger-Knauber wrote:
Ok, one step further.
I need to use save() to add the phone as 'contact' when I get a REGISTER I get now keepalive packets to the phone, but ... I need them also to the PBX.
I can not add the PBX as contact, because it does not register. I think there is no possibilty to add a manual entry in the usrloc memory.
How can I also send the keepalive packets to the PBX?
Interconnect with a SIP system that does not register is usually done with dispatcher module, which can send keepalives as well. Or if you want to do with static rule in kamailio.cfg, look at keepalive module, maybe you can build the solution you need.
Adding a manual entry in the usrloc is possibe via rpc or directly to db table (for db only mode).
Cheers, Daniel