SIP over WebSocket appears to disconnect every 15 minutes
Closed this issue · 4 comments
Hello, we are currently evaluating Baresip for use in a product, and we have run into an issue where the SIP Websocket connection disconnects every 15 minutes.
After experimenting with a variety of configurations and performing a tcpdump, we suspect there may be an issue in libre - specifically the TCP Idle Timeout timer in sip/transp.c:1074 never seems to be reset. Maybe I am missing something, but it seems to me that this is supposed to be reset by the conn_keepalive_handler, but that is never started when the SIP transport is set to WS or WSS in sip/keepalive.c (Also even if you enable it for WS/WSS, it's dependent on outbound being configured, and requires server re-configuration...)
I believe this can be patched by resetting the timer in the websock_recv_handler similar to how it is reset in the tcp_recv_handler, or alternatively just disabling the original timer, since the Websocket has its own keepalive.
Please correct me if I am missing something. Thank you.
Should we fix this for v3.10?
Thank you for the prompt response.
I am testing with the branch now.
Mar 06 11:04:50 kengamine-0114 baresip[29498]: websock: connecting to 'ws://ip_removed:5066/'
Mar 06 11:04:51 kengamine-0114 baresip[29498]: <0x73ae08> WS websock established to ip_removed:5066
Mar 06 11:04:51 kengamine-0114 baresip[29498]: 11:04:51.003#
Mar 06 11:04:51 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:04:51 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKbb28e30df2ebda40;rport
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:04:51 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 11:04:51 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:04:51 kengamine-0114 baresip[29498]: CSeq: 10226 REGISTER
Mar 06 11:04:51 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]: --> send
Mar 06 11:04:51 kengamine-0114 baresip[29498]: 11:04:51.008#
Mar 06 11:04:51 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:04:51 kengamine-0114 baresip[29498]: SIP/2.0 401 Unauthorized
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKbb28e30df2ebda40;rport=60506;received=118.238.203.104
Mar 06 11:04:51 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:04:51 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=yU72K3cDmB0Sj
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:04:51 kengamine-0114 baresip[29498]: CSeq: 10226 REGISTER
Mar 06 11:04:51 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:04:51 kengamine-0114 baresip[29498]: WWW-Authenticate: Digest realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", algorithm=MD5, qop="auth"
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]: 11:04:51.009#
Mar 06 11:04:51 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:04:51 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKa939e11690be8abb;rport
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="c3a9196e069d3e60b2fd5edabd0d1b8e", cnonce="a261ab29a04e652e", qop=auth, nc=00000001, algorithm=MD5
Mar 06 11:04:51 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 11:04:51 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:04:51 kengamine-0114 baresip[29498]: CSeq: 10227 REGISTER
Mar 06 11:04:51 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]: 11:04:51.052#
Mar 06 11:04:51 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:04:51 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKa939e11690be8abb;rport=60506;received=118.238.203.104
Mar 06 11:04:51 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:04:51 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=Z40UNyXgHmpce
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:04:51 kengamine-0114 baresip[29498]: CSeq: 10227 REGISTER
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 11:04:51 GMT
Mar 06 11:04:51 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]: r50-18@url_removed.jp: (prio 0) {0/WS/v4} 200 OK () [1 binding]
Mar 06 11:04:51 kengamine-0114 baresip[29498]: 11:04:51.117#
Mar 06 11:04:51 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:04:51 kengamine-0114 baresip[29498]: NOTIFY sip:r50-18-0x735110@10.101.4.20:9;transport=ws SIP/2.0
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS ip_removed:5066;rport;branch=z9hG4bKc27gvjc7g47gH
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Route: <sip:r50-18-0x735110@118.238.203.104:60506>;transport=ws
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:04:51 kengamine-0114 baresip[29498]: From: <sip:r50-18@ip_removed>;tag=0DtmQSemeXcZS
Mar 06 11:04:51 kengamine-0114 baresip[29498]: To: <sip:r50-18@ip_removed>
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Call-ID: 31f6a4ff-564c-123d-77bc-0242ac120005
Mar 06 11:04:51 kengamine-0114 baresip[29498]: CSeq: 80307753 NOTIFY
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Contact: <sip:mod_sofia@ip_removed:5060>
Mar 06 11:04:51 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Event: message-summary
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Subscription-State: terminated;reason=noresource
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Content-Type: application/simple-message-summary
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Content-Length: 92
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Messages-Waiting: no
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Message-Account: sip:r50-18@url_removed.jp
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]: 11:04:51.117#
Mar 06 11:04:51 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:04:51 kengamine-0114 baresip[29498]: SIP/2.0 481 Subscription Does Not Exist
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS ip_removed:5066;branch=z9hG4bKc27gvjc7g47gH;rport=5066;received=ip_removed
Mar 06 11:04:51 kengamine-0114 baresip[29498]: From: <sip:r50-18@ip_removed>;tag=0DtmQSemeXcZS
Mar 06 11:04:51 kengamine-0114 baresip[29498]: To: <sip:r50-18@ip_removed>;tag=34061f6ddf1226e4
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Call-ID: 31f6a4ff-564c-123d-77bc-0242ac120005
Mar 06 11:04:51 kengamine-0114 baresip[29498]: CSeq: 80307753 NOTIFY
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Server: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:04:51 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:04:51 kengamine-0114 baresip[29498]:
Mar 06 11:14:58 kengamine-0114 baresip[29498]: 11:14:58.421#
Mar 06 11:14:58 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:14:58 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKe37a9ed359a35bff;rport
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="7d05ac5fd66055af4afe14dc38d23cd9", cnonce="e90cd087940d5fb6", qop=auth, nc=00000002, algorithm=MD5
Mar 06 11:14:58 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 11:14:58 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:14:58 kengamine-0114 baresip[29498]: CSeq: 10228 REGISTER
Mar 06 11:14:58 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:14:58 kengamine-0114 baresip[29498]:
Mar 06 11:14:58 kengamine-0114 baresip[29498]:
Mar 06 11:14:58 kengamine-0114 baresip[29498]: 11:14:58.467#
Mar 06 11:14:58 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:14:58 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKe37a9ed359a35bff;rport=60506;received=118.238.203.104
Mar 06 11:14:58 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:14:58 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=H9Sc782H4eS9K
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:14:58 kengamine-0114 baresip[29498]: CSeq: 10228 REGISTER
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 11:14:58 GMT
Mar 06 11:14:58 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:14:58 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:14:58 kengamine-0114 baresip[29498]:
Mar 06 11:14:58 kengamine-0114 baresip[29498]:
Mar 06 11:25:05 kengamine-0114 baresip[29498]: 11:25:05.835#
Mar 06 11:25:05 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:25:05 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK31b1eb6612e67a56;rport
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="9dd41e29948e3b6b77ecfa72d86e0bee", cnonce="631ef14dd1baa612", qop=auth, nc=00000003, algorithm=MD5
Mar 06 11:25:05 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 11:25:05 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:25:05 kengamine-0114 baresip[29498]: CSeq: 10229 REGISTER
Mar 06 11:25:05 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:25:05 kengamine-0114 baresip[29498]:
Mar 06 11:25:05 kengamine-0114 baresip[29498]:
Mar 06 11:25:05 kengamine-0114 baresip[29498]: 11:25:05.889#
Mar 06 11:25:05 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:25:05 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK31b1eb6612e67a56;rport=60506;received=118.238.203.104
Mar 06 11:25:05 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:25:05 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=68y7X4tXe4yyc
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:25:05 kengamine-0114 baresip[29498]: CSeq: 10229 REGISTER
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 11:25:05 GMT
Mar 06 11:25:05 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:25:05 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:25:05 kengamine-0114 baresip[29498]:
Mar 06 11:25:05 kengamine-0114 baresip[29498]:
Mar 06 11:35:13 kengamine-0114 baresip[29498]: 11:35:13.251#
Mar 06 11:35:13 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:35:13 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK62faadf36ce7854c;rport
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="696769ecca07b222ff754b0a52272169", cnonce="3d910765f05aeeef", qop=auth, nc=00000004, algorithm=MD5
Mar 06 11:35:13 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 11:35:13 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:35:13 kengamine-0114 baresip[29498]: CSeq: 10230 REGISTER
Mar 06 11:35:13 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:35:13 kengamine-0114 baresip[29498]:
Mar 06 11:35:13 kengamine-0114 baresip[29498]:
Mar 06 11:35:13 kengamine-0114 baresip[29498]: 11:35:13.293#
Mar 06 11:35:13 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:35:13 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK62faadf36ce7854c;rport=60506;received=118.238.203.104
Mar 06 11:35:13 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:35:13 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=rDrrFF0y1y1Uj
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:35:13 kengamine-0114 baresip[29498]: CSeq: 10230 REGISTER
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 11:35:13 GMT
Mar 06 11:35:13 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:35:13 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:35:13 kengamine-0114 baresip[29498]:
Mar 06 11:35:13 kengamine-0114 baresip[29498]:
Mar 06 11:45:20 kengamine-0114 baresip[29498]: 11:45:20.660#
Mar 06 11:45:20 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:45:20 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKcfa9c9216178fc62;rport
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="c8dd952c1811127f475e875a92425e46", cnonce="b81352093e0a425e", qop=auth, nc=00000005, algorithm=MD5
Mar 06 11:45:20 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 11:45:20 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:45:20 kengamine-0114 baresip[29498]: CSeq: 10231 REGISTER
Mar 06 11:45:20 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:45:20 kengamine-0114 baresip[29498]:
Mar 06 11:45:20 kengamine-0114 baresip[29498]:
Mar 06 11:45:20 kengamine-0114 baresip[29498]: 11:45:20.711#
Mar 06 11:45:20 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:45:20 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKcfa9c9216178fc62;rport=60506;received=118.238.203.104
Mar 06 11:45:20 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:45:20 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=98QgZymvQge6c
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:45:20 kengamine-0114 baresip[29498]: CSeq: 10231 REGISTER
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 11:45:20 GMT
Mar 06 11:45:20 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:45:20 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:45:20 kengamine-0114 baresip[29498]:
Mar 06 11:45:20 kengamine-0114 baresip[29498]:
Mar 06 11:55:28 kengamine-0114 baresip[29498]: 11:55:28.081#
Mar 06 11:55:28 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 11:55:28 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK252995d816d05aa9;rport
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="9c6ec16a2a5033fcff3f00d6841e7d8c", cnonce="d5665d92caa26c99", qop=auth, nc=00000006, algorithm=MD5
Mar 06 11:55:28 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 11:55:28 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:55:28 kengamine-0114 baresip[29498]: CSeq: 10232 REGISTER
Mar 06 11:55:28 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:55:28 kengamine-0114 baresip[29498]:
Mar 06 11:55:28 kengamine-0114 baresip[29498]:
Mar 06 11:55:28 kengamine-0114 baresip[29498]: 11:55:28.128#
Mar 06 11:55:28 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 11:55:28 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK252995d816d05aa9;rport=60506;received=118.238.203.104
Mar 06 11:55:28 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 11:55:28 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=y8vBptc815KUN
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 11:55:28 kengamine-0114 baresip[29498]: CSeq: 10232 REGISTER
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 11:55:28 GMT
Mar 06 11:55:28 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 11:55:28 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 11:55:28 kengamine-0114 baresip[29498]:
Mar 06 11:55:28 kengamine-0114 baresip[29498]:
Mar 06 12:05:35 kengamine-0114 baresip[29498]: 12:05:35.498#
Mar 06 12:05:35 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 12:05:35 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKd7b166d95e6b7fd3;rport
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="b628cafa108fdab9844aa63206e56074", cnonce="bb24af0e275ce292", qop=auth, nc=00000007, algorithm=MD5
Mar 06 12:05:35 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 12:05:35 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 12:05:35 kengamine-0114 baresip[29498]: CSeq: 10233 REGISTER
Mar 06 12:05:35 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 12:05:35 kengamine-0114 baresip[29498]:
Mar 06 12:05:35 kengamine-0114 baresip[29498]:
Mar 06 12:05:35 kengamine-0114 baresip[29498]: 12:05:35.553#
Mar 06 12:05:35 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 12:05:35 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bKd7b166d95e6b7fd3;rport=60506;received=118.238.203.104
Mar 06 12:05:35 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 12:05:35 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=F4v35905QQ05F
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 12:05:35 kengamine-0114 baresip[29498]: CSeq: 10233 REGISTER
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 12:05:35 GMT
Mar 06 12:05:35 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 12:05:35 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 12:05:35 kengamine-0114 baresip[29498]:
Mar 06 12:05:35 kengamine-0114 baresip[29498]:
Mar 06 12:15:42 kengamine-0114 baresip[29498]: 12:15:42.922#
Mar 06 12:15:42 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 12:15:42 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK0df62885dc22290e;rport
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="278a8905ea1cd934284cfae69f68f784", cnonce="011fff3c5fccb7ab", qop=auth, nc=00000008, algorithm=MD5
Mar 06 12:15:42 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 12:15:42 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 12:15:42 kengamine-0114 baresip[29498]: CSeq: 10234 REGISTER
Mar 06 12:15:42 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 12:15:42 kengamine-0114 baresip[29498]:
Mar 06 12:15:42 kengamine-0114 baresip[29498]:
Mar 06 12:15:42 kengamine-0114 baresip[29498]: 12:15:42.982#
Mar 06 12:15:42 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 12:15:42 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK0df62885dc22290e;rport=60506;received=118.238.203.104
Mar 06 12:15:42 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 12:15:42 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=0ZvUNSN3D9cga
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 12:15:42 kengamine-0114 baresip[29498]: CSeq: 10234 REGISTER
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 12:15:42 GMT
Mar 06 12:15:42 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 12:15:42 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 12:15:42 kengamine-0114 baresip[29498]:
Mar 06 12:15:42 kengamine-0114 baresip[29498]:
Mar 06 12:25:50 kengamine-0114 baresip[29498]: 12:25:50.351#
Mar 06 12:25:50 kengamine-0114 baresip[29498]: WS 10.101.4.20:55482 -> ip_removed:5066
Mar 06 12:25:50 kengamine-0114 baresip[29498]: REGISTER sip:url_removed.jp:5066;transport=ws SIP/2.0
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK9e5fbe5e4b72be9b;rport
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796;+sip.instance="<urn:uuid:bdc6d27a-44f3-5fba-e1e7-7bbcd3cfb966>";+sip.ice
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Max-Forwards: 70
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Authorization: Digest username="r50-18", realm="url_removed.jp", nonce="cbe18164-326b-411b-a211-e0b2c05c8205", uri="sip:url_removed.jp:5066;transport=ws", response="eb07838b529714759cfbc4ba0f6ade51", cnonce="f0eda0a8981bf51d", qop=auth, nc=00000009, algorithm=MD5
Mar 06 12:25:50 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>
Mar 06 12:25:50 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 12:25:50 kengamine-0114 baresip[29498]: CSeq: 10235 REGISTER
Mar 06 12:25:50 kengamine-0114 baresip[29498]: User-Agent: baresip v3.9.0 (armv7l/Linux)
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,NOTIFY,SUBSCRIBE,INFO,MESSAGE,UPDATE,REFER
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 12:25:50 kengamine-0114 baresip[29498]:
Mar 06 12:25:50 kengamine-0114 baresip[29498]:
Mar 06 12:25:50 kengamine-0114 baresip[29498]: 12:25:50.403#
Mar 06 12:25:50 kengamine-0114 baresip[29498]: WS ip_removed:5066 -> 10.101.4.20:55482
Mar 06 12:25:50 kengamine-0114 baresip[29498]: SIP/2.0 200 OK
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Via: SIP/2.0/WS 10.101.4.20:9;branch=z9hG4bK9e5fbe5e4b72be9b;rport=60506;received=118.238.203.104
Mar 06 12:25:50 kengamine-0114 baresip[29498]: From: <sip:r50-18@url_removed.jp:5066>;tag=d3c6c99e41ba1d0a
Mar 06 12:25:50 kengamine-0114 baresip[29498]: To: <sip:r50-18@url_removed.jp:5066>;tag=NZ1pcNDFryj5j
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Call-ID: 09861094b7f91fc8
Mar 06 12:25:50 kengamine-0114 baresip[29498]: CSeq: 10235 REGISTER
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Contact: <sip:r50-18-0x735110@10.101.4.20:9;transport=ws>;expires=3796
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Date: Tue, 06 Mar 2024 12:25:50 GMT
Mar 06 12:25:50 kengamine-0114 baresip[29498]: User-Agent: FreeSWITCH-mod_sofia/1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Supported: path, replaces
Mar 06 12:25:50 kengamine-0114 baresip[29498]: Content-Length: 0
Mar 06 12:25:50 kengamine-0114 baresip[29498]:
Mar 06 12:25:50 kengamine-0114 baresip[29498]:
The issue with the websocket connection dropping appears to be resolved.