flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.
MIT License
331 stars 255 forks source link

I encountered some problems using SIP to call my phone number, but there was no sound after getting through #391

Open BanVerty opened 1 year ago

BanVerty commented 1 year ago

I encountered some problems using SIP to call my phone number, but there was no sound after getting through

BanVerty commented 1 year ago

I/flutter (22296): [2023-08-16 17:54:09.494] Level.debug transport.dart:145 ::: send() I/flutter (22296): [2023-08-16 17:54:09.501] Level.debug websocket_interface.dart:137 ::: send() I/flutter (22296): [2023-08-16 17:54:09.512] Level.debug digest_authentication.dart:177 ::: authenticate() | using qop=auth [a2:INVITE:sip:15933237901@sip.aicallok.cc] I/flutter (22296): [2023-08-16 17:54:09.523] Level.debug digest_authentication.dart:204 ::: authenticate() | response generated I/flutter (22296): [2023-08-16 17:54:09.535] Level.debug transport.dart:145 ::: send() I/flutter (22296): [2023-08-16 17:54:09.543] Level.debug sip_message.dart:274 ::: Outgoing Message: v=0 I/flutter (22296): o=- 8392831636496568734 2 IN IP4 127.0.0.1 I/flutter (22296): s=- I/flutter (22296): t=0 0 I/flutter (22296): a=group:BUNDLE 0 I/flutter (22296): a=extmap-allow-mixed I/flutter (22296): a=msid-semantic: WMS c79f1e87-0688-480b-a50f-bd81478fb92a I/flutter (22296): m=audio 49870 UDP/TLS/RTP/SAVPF 111 63 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (22296): c=IN IP4 111.225.1.79 I/flutter (22296): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (22296): a=candidate:3345502511 1 udp 2122260223 192.168.110.11 49870 typ host generation 0 network-id 3 network-cost 10 I/flutter (22296): a=candidate:559267639 1 udp 2122202367 ::1 41409 typ host generation 0 network-id 2 I/flutter (22296): a=candidate:1510613869 1 udp 2122129151 127.0.0.1 38880 typ host generation 0 network-id 1 I/flutter (22296): a=candidate:1876313031 1 tcp 1518222591 ::1 38122 typ host tcptype passive generation 0 network-id 2 I/flutter (22296): a=candidate:344579997 1 tcp 1518149375 127.0.0.1 49434 typ host tcptype passive generation 0 network-id 1 I/flutter (22296): a=candidate:842163049 1 udp 1686052607 111.225.1.79 49870 typ srflx raddr 192.168.110.11 rport 49870 generation 0 network-id 3 network-cost 10 I/flutter (22296): a=ice- I/flutter (22296): [2023-08-16 17:54:09.551] Level.debug websocket_interface.dart:137 ::: send() I/flutter (22296): [2023-08-16 17:54:09.562] Level.debug invite_client.dart:90 ::: Timer D expired for transaction z9hG4bK10212944710000000 I/flutter (22296): [2023-08-16 17:54:09.567] Level.debug websocket_dart_impl.dart:54 ::: send:

BanVerty commented 1 year ago

m=audio I think I can receive audio data, but I can't play any sound