Re: unrelated AVP deleted when dmqreplicate=1
Benoit Panizzon via sr-users <[email protected]> Thu, 28 May 2026 14:23:47 +0200
| Newsgroups | gmane.comp.voip.ser |
|---|---|
| Organization | ImproWare AG |
| Message-ID | <[email protected]> |
Hi Daniel
> it might be some event route execution resetting the message runtime
> context. What event_route[...] blocks you have in your config?
Quick grep:
event_route[dispatcher:dst-down]
event_route[dispatcher:dst-up]
=> used to log a L_CRIT message on up/down
event_route[siptrace:msg] {
if(is_method("KDMQ")) {
drop();
}
}
Don't flood homer with DMQ messages I guess...
event_route[dialog:start]
event_route[dialog:end]
event_route[dialog:failed]
Used to log a message upon dialog established and get_profile_size to
determine concurrent connections per customer or carrier
interconnection based on some dlg_vars.
event_route[htable:mod-init]
{
xlog("L_INFO", "!_!_!_!_!_! KAMAILIO STARTING !_!_!_!_!_ $timef(%H:%M)\n");
}
Nothing suspicious I can see.
Mit freundlichen Grüssen
-Benoît Panizzon-
--
I m p r o W a r e A G - Leiter Commerce Kunden
______________________________________________________
Zurlindenstrasse 29 Tel +41 61 826 93 00
CH-4133 Pratteln Fax +41 61 826 93 01
Schweiz Web http://www.imp.ch
______________________________________________________
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the sender!