Module: kamailio
Branch: master
Commit: 68624c2da093ab789d4e8d35df65ef1bce024bca
URL: 
https://github.com/kamailio/kamailio/commit/68624c2da093ab789d4e8d35df65ef1bce024bca

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-05-01T06:08:28+02:00

pv_headers: print also the new TMCB_LOCAL_REQUEST_DROP in debug function

---

Modified: src/modules/pv_headers/pv_headers.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/68624c2da093ab789d4e8d35df65ef1bce024bca.diff
Patch: 
https://github.com/kamailio/kamailio/commit/68624c2da093ab789d4e8d35df65ef1bce024bca.patch

---

diff --git a/src/modules/pv_headers/pv_headers.c 
b/src/modules/pv_headers/pv_headers.c
index c6196a1f5f6..c6ffe70753a 100644
--- a/src/modules/pv_headers/pv_headers.c
+++ b/src/modules/pv_headers/pv_headers.c
@@ -479,6 +479,8 @@ static inline char *tm_type_to_string(int type)
                        return "TMCB_ON_BRANCH_FAILURE";
                case TMCB_ON_BRANCH_FAILURE_RO:
                        return "TMCB_ON_BRANCH_FAILURE_RO";
+               case TMCB_LOCAL_REQUEST_DROP:
+                       return "TMCB_LOCAL_REQUEST_DROP";
                case TMCB_MAX:
                        return "TMCB_MAX";
        }

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to