summaryrefslogtreecommitdiff
path: root/src/call.c
diff options
context:
space:
mode:
authorJuha Heinanen <jh@tutpro.com>2017-05-08 14:21:52 +0300
committerJuha Heinanen <jh@tutpro.com>2017-05-08 14:21:52 +0300
commit8f82d74c3bd4bb0d72e4ed4243a16db8c4e9c45a (patch)
treebaf6288a657d4eaa80e078f4105d827046ee3904 /src/call.c
parentd513794c2ea8f746277853638ab2e97be6ce7f95 (diff)
Revert "modules/zrtp: aligned code with latest libzrtp from Freeswitch:"
This reverts commit d513794c2ea8f746277853638ab2e97be6ce7f95.
Diffstat (limited to 'src/call.c')
-rw-r--r--src/call.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/call.c b/src/call.c
index 60231d9..15c8e8c 100644
--- a/src/call.c
+++ b/src/call.c
@@ -1067,12 +1067,7 @@ static int sipsess_offer_handler(struct mbuf **descp,
MAGIC_CHECK(call);
- if (!pl_strcmp(&msg->met, "INVITE")) {
- info("call: got re-INVITE%s\n",
- got_offer ? " (SDP Offer)" : "");
- } else {
- info("call: got UPDATE%s\n", got_offer ? " (SDP Offer)" : "");
- }
+ info("call: got re-INVITE%s\n", got_offer ? " (SDP Offer)" : "");
if (got_offer) {