[sr-dev] git:master:80e812ca: topos: handle 100 response completely

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 1 17:20:18 CET 2021


Module: kamailio
Branch: master
Commit: 80e812caf83a131c5f830b7d23de754136fd54f7
URL: https://github.com/kamailio/kamailio/commit/80e812caf83a131c5f830b7d23de754136fd54f7

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-03-01T17:19:03+01:00

topos: handle 100 response completely

- it may be needed by other modules to be processed with all via stack

---

Modified: src/modules/topos/topos_mod.c

---

Diff:  https://github.com/kamailio/kamailio/commit/80e812caf83a131c5f830b7d23de754136fd54f7.diff
Patch: https://github.com/kamailio/kamailio/commit/80e812caf83a131c5f830b7d23de754136fd54f7.patch

---

diff --git a/src/modules/topos/topos_mod.c b/src/modules/topos/topos_mod.c
index a248e60600..a8dbf5b9be 100644
--- a/src/modules/topos/topos_mod.c
+++ b/src/modules/topos/topos_mod.c
@@ -389,10 +389,6 @@ int tps_msg_received(sr_event_param_t *evp)
 		}
 	} else {
 		/* reply */
-		if(msg.first_line.u.reply.statuscode==100) {
-			/* nothing to do - it should be absorbed */
-			goto done;
-		}
 		tps_response_received(&msg);
 	}
 




More information about the sr-dev mailing list