Module: kamailio
Branch: master
Commit: 16206c20af809dc8902cfb4a163ba8427a0d28a7
URL: 
https://github.com/kamailio/kamailio/commit/16206c20af809dc8902cfb4a163ba8427a0d28a7

Author: Mikko Lehto <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2025-12-18T08:58:45+01:00

core: Fix typo in SDP parser log message

---

Modified: src/core/parser/sdp/sdp.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/16206c20af809dc8902cfb4a163ba8427a0d28a7.diff
Patch: 
https://github.com/kamailio/kamailio/commit/16206c20af809dc8902cfb4a163ba8427a0d28a7.patch

---

diff --git a/src/core/parser/sdp/sdp.c b/src/core/parser/sdp/sdp.c
index f263dec3b27..8995cef9b3b 100644
--- a/src/core/parser/sdp/sdp.c
+++ b/src/core/parser/sdp/sdp.c
@@ -700,7 +700,7 @@ static int parse_sdp_session(
                                                                        
HOLD_PORT_ICE_TRICKLE_LEN)
                                                                        == 0)
                                                LM_DBG("Not a zeroed on-hold 
(RFC2543), because is ICE "
-                                                          "re-negotiaion 
(RFC8840)\n");
+                                                          "re-negotiation 
(RFC8840)\n");
                                        else
                                                stream->is_on_hold = 
RFC2543_HOLD;
                                }
@@ -719,7 +719,7 @@ static int parse_sdp_session(
                                                                        
HOLD_PORT_ICE_TRICKLE_LEN)
                                                                        == 0)
                                                LM_DBG("Not a zeroed on-hold 
(RFC2543), because is ICE "
-                                                          "re-negotiaion 
(RFC8840)\n");
+                                                          "re-negotiation 
(RFC8840)\n");
                                        else
                                                stream->is_on_hold = 
RFC2543_HOLD;
                                }

_______________________________________________
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!

Reply via email to