[sr-dev] git:master:62019416: topos: one more update to enable processing ofr 100
Daniel-Constantin Mierla
miconda at gmail.com
Mon Mar 1 18:16:46 CET 2021
Module: kamailio
Branch: master
Commit: 620194165e0c6c27dfe9dbe382dc2e7b58be13b5
URL: https://github.com/kamailio/kamailio/commit/620194165e0c6c27dfe9dbe382dc2e7b58be13b5
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-03-01T18:16:00+01:00
topos: one more update to enable processing ofr 100
---
Modified: src/modules/topos/tps_msg.c
---
Diff: https://github.com/kamailio/kamailio/commit/620194165e0c6c27dfe9dbe382dc2e7b58be13b5.diff
Patch: https://github.com/kamailio/kamailio/commit/620194165e0c6c27dfe9dbe382dc2e7b58be13b5.patch
---
diff --git a/src/modules/topos/tps_msg.c b/src/modules/topos/tps_msg.c
index e3616391ad..3130a98f8b 100644
--- a/src/modules/topos/tps_msg.c
+++ b/src/modules/topos/tps_msg.c
@@ -926,11 +926,6 @@ int tps_response_received(sip_msg_t *msg)
LM_DBG("handling incoming response\n");
- if(msg->first_line.u.reply.statuscode==100) {
- /* nothing to do - it should be absorbed */
- return 0;
- }
-
memset(&mtsd, 0, sizeof(tps_data_t));
memset(&stsd, 0, sizeof(tps_data_t));
memset(&btsd, 0, sizeof(tps_data_t));
More information about the sr-dev
mailing list