Module: kamailio
Branch: master
Commit: 80e812caf83a131c5f830b7d23de754136fd54f7
URL:
https://github.com/kamailio/kamailio/commit/80e812caf83a131c5f830b7d23de754…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/80e812caf83a131c5f830b7d23de754…
Patch:
https://github.com/kamailio/kamailio/commit/80e812caf83a131c5f830b7d23de754…
---
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);
}