Re: [SR-Users] WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address

2018-06-05 Thread Sergey Basov
Hi, I using OPTIONS method to ping kamailio with topos module loaded. I does not see such message in logs. My configuration block: if (is_method("OPTIONS")) { sl_send_reply("200", "Kamailio is alive"); exit; } Using kamailio 5.1.3 with topos loaded,

Re: [SR-Users] WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address

2018-06-05 Thread Daniel-Constantin Mierla
Hello, one more question: is this OPTIONS forwarded or replied from the instance with topos? Cheers, Daniel On 05.06.18 14:33, Minh Phan wrote: > Is anyone using OPTIONS method to ping a Kamailio instance with topos > module loaded without having these warning in the log? It cannot > happen

Re: [SR-Users] WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address

2018-06-05 Thread Minh Phan
Is anyone using OPTIONS method to ping a Kamailio instance with topos module loaded without having these warning in the log? It cannot happen only to me though :) Thanks for your feedback, Minh Phan Le ven. 1 juin 2018 à 18:42, Minh Phan a écrit : > Hi Daniel, > > No, there is no To tag

Re: [SR-Users] WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address

2018-06-01 Thread Minh Phan
Hi Daniel, No, there is no To tag parameter. The OPTIONS messages are generated from another Kamailio instance. Bellow is one example: *OPTIONS sip:x.x.x.x:5060 SIP/2.0* *Via: SIP/2.0/UDP x.x.x.x:5061;branch=z9hG4bKee3.b1602cf5.0* *To: * *From:

Re: [SR-Users] WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address

2018-05-31 Thread Daniel-Constantin Mierla
Hello, does the OPTIONS request have To header tag parameter? Cheers, Daniel On 31.05.18 18:20, Minh Phan wrote: > Hi List, > > I have this warning message in kamailio log when Kamailio handle an > OPTIONS message with topos module enabled (I am using Kamailio 5.1.2): > > WARNING: topos

[SR-Users] WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address

2018-05-31 Thread Minh Phan
Hi List, I have this warning message in kamailio log when Kamailio handle an OPTIONS message with topos module enabled (I am using Kamailio 5.1.2): WARNING: topos [tps_storage.c:400]: tps_storage_record(): no local address - do record routing for all initial requests In my config file, OPTIONS