Module: kamailio Branch: master Commit: ba86320af59d008ae383a49650821de786270769 URL: https://github.com/kamailio/kamailio/commit/ba86320af59d008ae383a49650821de786270769
Author: Stefan Mititelu <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-05-11T21:34:53+02:00 dmq: update reply message when peer id not found --- Modified: src/modules/dmq/message.c --- Diff: https://github.com/kamailio/kamailio/commit/ba86320af59d008ae383a49650821de786270769.diff Patch: https://github.com/kamailio/kamailio/commit/ba86320af59d008ae383a49650821de786270769.patch --- diff --git a/src/modules/dmq/message.c b/src/modules/dmq/message.c index 59800c83f56..8c0b9026cb9 100644 --- a/src/modules/dmq/message.c +++ b/src/modules/dmq/message.c @@ -38,7 +38,7 @@ str dmq_200_rpl = str_init("OK"); str dmq_400_rpl = str_init("Bad request"); str dmq_500_rpl = str_init("Server Internal Error"); -str dmq_404_rpl = str_init("User Not Found"); +str dmq_404_rpl = str_init("Not Found Peer ID"); /** * @brief set the body of a response _______________________________________________ Kamailio - Development Mailing List -- [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!
