]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add homer capture line to websocket transport
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 11 Aug 2014 16:02:25 +0000 (21:02 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 11 Aug 2014 16:02:25 +0000 (21:02 +0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index 09ad6c7180598d6e92e812de0547d8fa858f4e63..d148929f9eba6cbff77687732be89faa504fe439 100644 (file)
@@ -1 +1 @@
-Thu Jul 17 01:07:28 CDT 2014
+Mon Aug 11 21:02:23 CDT 2014
index ab8ea1c7315cca5295aa60ecd4d2aa5b5e52bac2..9ee2b29f414b72b5ada332143d7fd747637cd685 100644 (file)
@@ -253,6 +253,9 @@ int tport_recv_stream_ws(tport_t *self)
   if (self->tp_master->mr_dump_file)
          tport_dump_iovec(self, msg, n, iovec, veclen, "recv", "from");
 
+  if (self->tp_master->mr_capt_sock)
+      tport_capt_msg(self, msg, n, iovec, veclen, "recv");
+
   /* Mark buffer as used */
   msg_recv_commit(msg, N, 0);