[SR-Users] DMQ mem leak issues

Rogelio Perez rogelio at telnyx.com
Thu Aug 2 05:45:53 CEST 2018


Charles, here you go:

####### Routing Logic ########

# Main SIP request routing logic
# - processing of any incoming SIP request starts with this route
# - note: this is the same as route { ... }
request_route {

  # per request initial checks
  route(REQINIT);

  #!ifdef ENABLE_KDMQ
  # Handle Kamailio DQM messages
  if (is_method("KDMQ")) {
    dmq_handle_message();
  }
  #!endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20180802/0391a6a2/attachment.html>


More information about the sr-users mailing list