Module: kamailio
Branch: master
Commit: 55f849f3192540698a0bdabc9b2bc4d9a7f5bc8f
URL: 
https://github.com/kamailio/kamailio/commit/55f849f3192540698a0bdabc9b2bc4d9a7f5bc8f

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2025-07-12T12:09:26+02:00

uac: break on detecting $uac_req() new attributes

---

Modified: src/modules/uac/uac_send.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/55f849f3192540698a0bdabc9b2bc4d9a7f5bc8f.diff
Patch: 
https://github.com/kamailio/kamailio/commit/55f849f3192540698a0bdabc9b2bc4d9a7f5bc8f.patch

---

diff --git a/src/modules/uac/uac_send.c b/src/modules/uac/uac_send.c
index 2513a6989d0..0a0fc0459b3 100644
--- a/src/modules/uac/uac_send.c
+++ b/src/modules/uac/uac_send.c
@@ -640,11 +640,13 @@ int pv_parse_uac_req_name(pv_spec_p sp, str *in)
                                sp->pvp.pvn.u.isname.name.n = 19;
                        else
                                goto error;
+                       break;
                case 14:
                        if(strncmp(in->s, "fr_inv_timeout", 14) == 0)
                                sp->pvp.pvn.u.isname.name.n = 20;
                        else
                                goto error;
+                       break;
                default:
                        goto error;
        }

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to