Code Monkey home page Code Monkey logo

Comments (4)

kingster avatar kingster commented on August 18, 2024

Did you check/Can you share your log file? That will have information about which party is dropping the call.

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024

`2021-03-19 13:11:07.083 sip_endpoint.c .Module "mod-pjsua-log" registered
2021-03-19 13:11:07.083 sip_endpoint.c .Module "mod-tsx-layer" registered
2021-03-19 13:11:07.083 sip_endpoint.c .Module "mod-stateful-util" registered
2021-03-19 13:11:07.083 sip_endpoint.c .Module "mod-ua" registered
2021-03-19 13:11:07.083 sip_endpoint.c .Module "mod-100rel" registered
2021-03-19 13:11:07.083 sip_endpoint.c .Module "mod-pjsua" registered
2021-03-19 13:11:07.083 sip_endpoint.c .Module "mod-invite" registered
2021-03-19 13:11:07.083 pjsua_core.c .Trying STUN server stun.l.google.com:19302 IPv4 (1 of 1)..
2021-03-19 13:11:07.313 pa_dev.c ..PortAudio sound library initialized, status=0
2021-03-19 13:11:07.313 pa_dev.c ..PortAudio host api count=3
2021-03-19 13:11:07.313 pa_dev.c ..Sound device count=25
2021-03-19 13:11:07.313 pjlib ..select() I/O Queue created (00D0BDFC)
2021-03-19 13:11:07.313 bcg729.c ..BCG729 codec initialized
2021-03-19 13:11:07.314 sip_endpoint.c .Module "mod-evsub" registered
2021-03-19 13:11:07.314 sip_endpoint.c .Module "mod-presence" registered
2021-03-19 13:11:07.314 sip_endpoint.c .Module "mod-mwi" registered
2021-03-19 13:11:07.314 sip_endpoint.c .Module "mod-refer" registered
2021-03-19 13:11:07.314 sip_endpoint.c .Module "mod-pjsua-pres" registered
2021-03-19 13:11:07.314 sip_endpoint.c .Module "mod-pjsua-im" registered
2021-03-19 13:11:07.314 sip_endpoint.c .Module "mod-pjsua-options" registered
2021-03-19 13:11:07.314 pjsua_core.c .2 SIP worker threads created
2021-03-19 13:11:07.314 pjsua_core.c .pjsua version 2.9 for win32-6.2/i386/msvc-19.0 initialized
2021-03-19 13:11:07.314 pjsua_core.c .PJSUA state changed: CREATED --> INIT
2021-03-19 13:11:07.315 stunresolve !.STUN mapped address found/changed: 118.179.55.49:56567
2021-03-19 13:11:07.321 pjsua_core.c .STUN resolution success, using stun.l.google.com:19302, address is 74.125.200.127:19302
2021-03-19 13:11:07.391 pjsua_core.c !SIP UDP socket reachable at 118.179.55.49:5060
2021-03-19 13:11:07.391 udp00D12BC8 SIP UDP transport started, published address is 118.179.55.49:5060
2021-03-19 13:11:07.400 pjsua_core.c PJSUA state changed: INIT --> STARTING
2021-03-19 13:11:07.400 sip_endpoint.c .Module "mod-unsolicited-mwi" registered
2021-03-19 13:11:07.400 pjsua_core.c .PJSUA state changed: STARTING --> RUNNING
2021-03-19 13:11:07.400 phone.cpp TinyPhone::Initialize.....
2021-03-19 13:11:07.400 sip_endpoint.c Module "mod-notify" registered
2021-03-19 13:11:07.400 phone.cpp supported codec 130 speex/16000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 129 speex/8000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 128 speex/32000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 128 iLBC/8000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 128 GSM/8000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 128 PCMU/8000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 128 PCMA/8000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 128 G722/16000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 128 G729/8000/1
2021-03-19 13:11:07.400 phone.cpp supported codec 0 L16/44100/2
2021-03-19 13:11:07.400 phone.cpp supported codec 0 L16/44100/1
2021-03-19 13:11:07.400 phone.cpp PCMA/8000/1 activated, priority 128
2021-03-19 13:11:07.400 phone.cpp PCMU/8000/1 activated, priority 128
2021-03-19 13:11:07.400 phone.cpp G729/8000/1 activated, priority 128
2021-03-19 13:11:07.424 phone.cpp Refreshed Device Count: 25
2021-03-19 13:11:07.424 phone.cpp Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 13:11:07.424 phone.cpp Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 13:11:07.424 phone.cpp Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 13:11:07.424 phone.cpp Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 13:11:07.424 phone.cpp Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 13:11:07.424 phone.cpp Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 13:11:07.424 phone.cpp Found Device #8 Realtek Digital Output (Realtek
2021-03-19 13:11:07.424 phone.cpp Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 13:11:07.424 phone.cpp Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 13:11:07.424 phone.cpp Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 13:11:07.424 phone.cpp Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 13:11:07.424 phone.cpp Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 13:11:07.424 phone.cpp Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 13:11:07.424 phone.cpp Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 13:11:07.424 phone.cpp Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 13:11:07.424 phone.cpp Found Device #23 Output (RTX-Audio Point)
2021-03-19 13:11:07.424 phone.cpp Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 13:11:07.424 phone.cpp Using Default Audio Device(s)
2021-03-19 13:11:07.424 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 13:11:07.424 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 13:11:07.424 pjsua_aud.c .No changes in capture and playback devices
2021-03-19 13:11:07.424 phone.cpp Creating Metrics Client to 10.32.110.41:8125 over UDP
2021-03-19 13:11:07.424 phone.cpp UserAccount ConfigFile Not Found, Nothing to Restore C:\Users\Saiful Islam\AppData\Roaming\tinyphone\user.conf
2021-03-19 13:17:45.927 pjsua_call.c !Hangup all calls..
2021-03-19 13:17:45.928 pjsua_core.c Shutting down, flags=0...
2021-03-19 13:17:45.928 pjsua_core.c PJSUA state changed: RUNNING --> CLOSING
2021-03-19 13:17:45.938 pjsua_call.c .Hangup all calls..
2021-03-19 13:17:45.938 pjsua_media.c .Call 0: deinitializing media..
2021-03-19 13:17:45.938 pjsua_media.c .Call 1: deinitializing media..
2021-03-19 13:17:45.938 pjsua_media.c .Call 2: deinitializing media..
2021-03-19 13:17:45.938 pjsua_media.c .Call 3: deinitializing media..
2021-03-19 13:17:45.938 pjsua_pres.c .Shutting down presence..
2021-03-19 13:17:46.948 pjsua_core.c .Destroying...
2021-03-19 13:17:46.948 pjsua_media.c .Shutting down media..
2021-03-19 13:17:47.123 pa_dev.c ..PortAudio sound library shutting down..
2021-03-19 13:17:47.124 sip_transactio .Stopping transaction layer module
2021-03-19 13:17:47.124 sip_transactio .Stopped transaction layer module
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-notify" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-unsolicited-mwi" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-pjsua-options" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-pjsua-im" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-pjsua-pres" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-pjsua" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-stateful-util" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-refer" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-mwi" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-presence" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-evsub" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-invite" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-100rel" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-ua" unregistered
2021-03-19 13:17:47.124 sip_transactio .Transaction layer module destroyed
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-tsx-layer" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-msg-print" unregistered
2021-03-19 13:17:47.124 sip_endpoint.c .Module "mod-pjsua-log" unregistered
2021-03-19 13:17:47.138 udp00D12BC8 .SIP UDP transport destroyed
2021-03-19 13:17:47.138 sip_endpoint.c .Endpoint 00CC06B4 destroyed
2021-03-19 13:17:47.138 pjsua_core.c .PJSUA state changed: CLOSING --> NULL
2021-03-19 13:17:47.138 pjsua_core.c .PJSUA destroyed...
2021-03-19 14:36:02.917 sip_endpoint.c .Module "mod-pjsua-log" registered
2021-03-19 14:36:02.917 sip_endpoint.c .Module "mod-tsx-layer" registered
2021-03-19 14:36:02.917 sip_endpoint.c .Module "mod-stateful-util" registered
2021-03-19 14:36:02.917 sip_endpoint.c .Module "mod-ua" registered
2021-03-19 14:36:02.917 sip_endpoint.c .Module "mod-100rel" registered
2021-03-19 14:36:02.917 sip_endpoint.c .Module "mod-pjsua" registered
2021-03-19 14:36:02.917 sip_endpoint.c .Module "mod-invite" registered
2021-03-19 14:36:02.917 pjsua_core.c .Trying STUN server stun.l.google.com:19302 IPv4 (1 of 1)..
2021-03-19 14:36:03.048 pa_dev.c ..PortAudio sound library initialized, status=0
2021-03-19 14:36:03.048 pa_dev.c ..PortAudio host api count=3
2021-03-19 14:36:03.048 pa_dev.c ..Sound device count=25
2021-03-19 14:36:03.048 pjlib ..select() I/O Queue created (00DF84E4)
2021-03-19 14:36:03.048 bcg729.c ..BCG729 codec initialized
2021-03-19 14:36:03.049 sip_endpoint.c .Module "mod-evsub" registered
2021-03-19 14:36:03.049 sip_endpoint.c .Module "mod-presence" registered
2021-03-19 14:36:03.049 sip_endpoint.c .Module "mod-mwi" registered
2021-03-19 14:36:03.049 sip_endpoint.c .Module "mod-refer" registered
2021-03-19 14:36:03.049 sip_endpoint.c .Module "mod-pjsua-pres" registered
2021-03-19 14:36:03.049 sip_endpoint.c .Module "mod-pjsua-im" registered
2021-03-19 14:36:03.049 sip_endpoint.c .Module "mod-pjsua-options" registered
2021-03-19 14:36:03.049 pjsua_core.c .2 SIP worker threads created
2021-03-19 14:36:03.049 pjsua_core.c .pjsua version 2.9 for win32-6.2/i386/msvc-19.0 initialized
2021-03-19 14:36:03.049 pjsua_core.c .PJSUA state changed: CREATED --> INIT
2021-03-19 14:36:03.050 stunresolve !.STUN mapped address found/changed: 118.179.55.49:50513
2021-03-19 14:36:03.057 pjsua_core.c .STUN resolution success, using stun.l.google.com:19302, address is 74.125.200.127:19302
2021-03-19 14:36:03.119 pjsua_core.c !SIP UDP socket reachable at 118.179.55.49:5060
2021-03-19 14:36:03.119 udp00E1B490 SIP UDP transport started, published address is 118.179.55.49:5060
2021-03-19 14:36:03.127 pjsua_core.c PJSUA state changed: INIT --> STARTING
2021-03-19 14:36:03.127 sip_endpoint.c .Module "mod-unsolicited-mwi" registered
2021-03-19 14:36:03.127 pjsua_core.c .PJSUA state changed: STARTING --> RUNNING
2021-03-19 14:36:03.127 phone.cpp TinyPhone::Initialize.....
2021-03-19 14:36:03.127 sip_endpoint.c Module "mod-notify" registered
2021-03-19 14:36:03.127 phone.cpp supported codec 130 speex/16000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 129 speex/8000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 128 speex/32000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 128 iLBC/8000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 128 GSM/8000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 128 PCMU/8000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 128 PCMA/8000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 128 G722/16000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 128 G729/8000/1
2021-03-19 14:36:03.127 phone.cpp supported codec 0 L16/44100/2
2021-03-19 14:36:03.127 phone.cpp supported codec 0 L16/44100/1
2021-03-19 14:36:03.127 phone.cpp PCMA/8000/1 activated, priority 128
2021-03-19 14:36:03.127 phone.cpp PCMU/8000/1 activated, priority 128
2021-03-19 14:36:03.127 phone.cpp G729/8000/1 activated, priority 128
2021-03-19 14:36:03.145 phone.cpp Refreshed Device Count: 25
2021-03-19 14:36:03.145 phone.cpp Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 14:36:03.145 phone.cpp Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 14:36:03.145 phone.cpp Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 14:36:03.145 phone.cpp Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 14:36:03.145 phone.cpp Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 14:36:03.145 phone.cpp Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 14:36:03.145 phone.cpp Found Device #8 Realtek Digital Output (Realtek
2021-03-19 14:36:03.145 phone.cpp Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 14:36:03.145 phone.cpp Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 14:36:03.145 phone.cpp Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 14:36:03.145 phone.cpp Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 14:36:03.145 phone.cpp Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 14:36:03.145 phone.cpp Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 14:36:03.145 phone.cpp Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 14:36:03.145 phone.cpp Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 14:36:03.145 phone.cpp Found Device #23 Output (RTX-Audio Point)
2021-03-19 14:36:03.145 phone.cpp Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 14:36:03.145 phone.cpp Using Default Audio Device(s)
2021-03-19 14:36:03.145 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 14:36:03.145 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 14:36:03.145 pjsua_aud.c .No changes in capture and playback devices
2021-03-19 14:36:03.145 phone.cpp Creating Metrics Client to 10.32.194.187:8125 over UDP
2021-03-19 14:36:03.146 phone.cpp Restoring User Accounts 0
2021-03-19 14:43:36.935 pjsua_aud.c !Conf connect: 0 --> 0
2021-03-19 14:43:36.935 pjsua_aud.c .Set sound device: capture=-1, playback=-2
2021-03-19 14:43:36.935 pjsua_aud.c ..Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:43:36.972 conference.c .Port 0 (Microsoft Sound Mapper - Input) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:43:37.033 pjsua_aud.c Conf disconnect: 0 -x- 0
2021-03-19 14:43:37.033 conference.c .Port 0 (Microsoft Sound Mapper - Input) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:43:37.033 pjsua_acc.c Adding account: id=sip:[email protected]
2021-03-19 14:43:37.033 pjsua_acc.c .Account sip:[email protected] added with id 0
2021-03-19 14:43:37.033 pjsua_acc.c .Acc 0: setting registration..
2021-03-19 14:43:37.033 resolver.c ...Transmitting 50 bytes to NS 0 (192.168.31.1:53): DNS SRV query for _sip._udp.ic38.intercloud.com.bd: Success
2021-03-19 14:43:37.033 pjsua_acc.c ..Acc 0: Registration sent
2021-03-19 14:43:38.047 pjsua_aud.c !Closing sound device after idle for 1 second(s)
2021-03-19 14:43:38.047 pjsua_aud.c .Closing Microsoft Sound Mapper - Output sound playback device and Microsoft Sound Mapper - Input sound capture device
2021-03-19 14:43:38.143 _sip._udp.ic38 DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:43:38.143 _sip._udp.ic38 DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:43:38.143 resolver.c Transmitting 40 bytes to NS 0 (192.168.31.1:53): DNS A query for ic38.intercloud.com.bd: Success
2021-03-19 14:43:38.201 pjsua_core.c !TX 567 bytes Request msg REGISTER/cseq=18509 (tdta00DDBDD4) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 118.179.55.49:5060;rport;branch=z9hG4bKPj1af66a8d146f460b99577dd622a9a2bc
Max-Forwards: 70
From: sip:[email protected];tag=03c78f8e6d00489f974eb36c49f837c9
To: sip:[email protected]
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18509 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Content-Length: 0

--end msg--
2021-03-19 14:43:38.250 pjsua_core.c !.RX 465 bytes Response msg 401/REGISTER/cseq=18509 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj1af66a8d146f460b99577dd622a9a2bc
To: sip:[email protected];tag=0cd6b269
From: sip:[email protected];tag=03c78f8e6d00489f974eb36c49f837c9
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18509 REGISTER
WWW-Authenticate: Digest nonce="1616143419:44037c1e784bef6fe543d2cb1838fd3f9eb9dcf2",algorithm=MD5,realm="sip-1.pb"
Content-Length: 0

--end msg--
2021-03-19 14:43:38.250 pjsua_core.c ....TX 784 bytes Request msg REGISTER/cseq=18510 (tdta00DDBDD4) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjc46af1fcbffc415597ef1182da8794f4
Max-Forwards: 70
From: sip:[email protected];tag=03c78f8e6d00489f974eb36c49f837c9
To: sip:[email protected]
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18510 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143419:44037c1e784bef6fe543d2cb1838fd3f9eb9dcf2", uri="sip:ic38.intercloud.com.bd", response="5970f05bfdef1cfe54d80ad09d5e610f", algorithm=MD5
Content-Length: 0

--end msg--
2021-03-19 14:43:38.323 pjsua_core.c !.RX 600 bytes Response msg 200/REGISTER/cseq=18510 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjc46af1fcbffc415597ef1182da8794f4
Path: sip:103.248.12.227;lr;ep
Contact: sip:[email protected]:60471;ob;expires=298
Contact: sip:[email protected]:5060;ob;expires=600
To: sip:[email protected];tag=ad4a452f
From: sip:[email protected];tag=03c78f8e6d00489f974eb36c49f837c9
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18510 REGISTER
Date: Fri, 19 Mar 2021 08:43:39 GMT
Supported: path
PortaBilling: available-funds:255.36577 currency:BDT
Content-Length: 0

--end msg--
2021-03-19 14:43:38.323 pjsua_acc.c ....SIP outbound status for acc 0 is not active
2021-03-19 14:43:38.323 pjsua_acc.c ....sip:[email protected]: registration success, status=200 (OK), will re-register in 600 seconds
2021-03-19 14:43:38.323 pjsua_acc.c ....Keep-alive timer started for acc 0, destination:103.248.12.227:5060:15, interval:8773400s
2021-03-19 14:43:38.323 account.cpp ....RegStateChange [email protected] : Register, Code: 200
2021-03-19 14:43:45.726 pjsua_aud.c !Conf connect: 0 --> 0
2021-03-19 14:43:45.726 pjsua_aud.c .Set sound device: capture=-1, playback=-2
2021-03-19 14:43:45.726 pjsua_aud.c ..Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:43:45.755 conference.c .Port 0 (Microsoft Sound Mapper - Input) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:43:45.815 pjsua_aud.c Conf disconnect: 0 -x- 0
2021-03-19 14:43:45.815 conference.c .Port 0 (Microsoft Sound Mapper - Input) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:43:45.815 account.cpp ReReigstering [email protected]
2021-03-19 14:43:45.815 pjsua_acc.c Acc 0: setting registration..
2021-03-19 14:43:45.815 _sip._udp.ic38 ..DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:43:45.815 _sip._udp.ic38 ..DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:43:45.815 pjsua_core.c ..TX 568 bytes Request msg REGISTER/cseq=18511 (tdta00DDCB44) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjaea3fc4e5f5b4eb7a1bc2c8ec28249f1
Max-Forwards: 70
From: sip:[email protected];tag=c7a3215b2cb64444b088bcef436afe7d
To: sip:[email protected]
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18511 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Content-Length: 0

--end msg--
2021-03-19 14:43:45.815 pjsua_acc.c .Acc 0: Registration sent
2021-03-19 14:43:45.850 pjsua_core.c !.RX 465 bytes Response msg 401/REGISTER/cseq=18511 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjaea3fc4e5f5b4eb7a1bc2c8ec28249f1
To: sip:[email protected];tag=21410a3e
From: sip:[email protected];tag=c7a3215b2cb64444b088bcef436afe7d
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18511 REGISTER
WWW-Authenticate: Digest nonce="1616143427:c96f994c0b9e38b1512154ac37cad47ac061951d",algorithm=MD5,realm="sip-1.pb"
Content-Length: 0

--end msg--
2021-03-19 14:43:45.850 pjsua_core.c ....TX 784 bytes Request msg REGISTER/cseq=18512 (tdta00DDCB44) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj69ee982d4d2c486da1c2ea18178d12da
Max-Forwards: 70
From: sip:[email protected];tag=c7a3215b2cb64444b088bcef436afe7d
To: sip:[email protected]
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18512 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143427:c96f994c0b9e38b1512154ac37cad47ac061951d", uri="sip:ic38.intercloud.com.bd", response="0c97a1e8d6025a1149a7d76faf31d833", algorithm=MD5
Content-Length: 0

--end msg--
2021-03-19 14:43:45.916 pjsua_core.c .RX 600 bytes Response msg 200/REGISTER/cseq=18512 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj69ee982d4d2c486da1c2ea18178d12da
Path: sip:103.248.12.227;lr;ep
Contact: sip:[email protected]:60471;ob;expires=290
Contact: sip:[email protected]:5060;ob;expires=600
To: sip:[email protected];tag=08594119
From: sip:[email protected];tag=c7a3215b2cb64444b088bcef436afe7d
Call-ID: 9d630c01cb4b4c099a6d82b2e5532886
CSeq: 18512 REGISTER
Date: Fri, 19 Mar 2021 08:43:47 GMT
Supported: path
PortaBilling: available-funds:255.36577 currency:BDT
Content-Length: 0

--end msg--
2021-03-19 14:43:45.916 pjsua_acc.c ....SIP outbound status for acc 0 is not active
2021-03-19 14:43:45.916 pjsua_acc.c ....sip:[email protected]: registration success, status=200 (OK), will re-register in 600 seconds
2021-03-19 14:43:45.916 pjsua_acc.c ....Keep-alive timer started for acc 0, destination:103.248.12.227:5060:15, interval:8773400s
2021-03-19 14:43:45.916 account.cpp ....RegStateChange [email protected] : Register, Code: 200
2021-03-19 14:43:46.830 pjsua_aud.c !Closing sound device after idle for 1 second(s)
2021-03-19 14:43:46.830 pjsua_aud.c .Closing Microsoft Sound Mapper - Output sound playback device and Microsoft Sound Mapper - Input sound capture device
2021-03-19 14:44:54.879 pjsua_call.c !Making call with acc #0 to sip:[email protected]
2021-03-19 14:44:54.879 pjsua_aud.c .Set sound device: capture=-1, playback=-2
2021-03-19 14:44:54.879 pjsua_aud.c ..Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:44:54.907 pjsua_media.c .Call 0: initializing media..
2021-03-19 14:44:54.962 pjsua_media.c ..RTP socket reachable at 118.179.55.49:4000
2021-03-19 14:44:54.962 pjsua_media.c ..RTCP socket reachable at 118.179.55.49:4001
2021-03-19 14:44:54.962 pjsua_media.c ..Media index 0 selected for audio call 0
2021-03-19 14:44:54.962 resolver.c ....Transmitting 50 bytes to NS 0 (192.168.31.1:53): DNS SRV query for _sip._udp.ic38.intercloud.com.bd: Success
2021-03-19 14:44:54.962 call.cpp .......CallState Change: sip:[email protected] [CALLING]
2021-03-19 14:44:55.488 _sip._udp.ic38 !DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:44:55.488 _sip._udp.ic38 DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:44:55.488 pjsua_core.c TX 1041 bytes Request msg INVITE/cseq=26299 (tdta0390B86C) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj1f60a9e690404c08b40e71a377ccba78
Max-Forwards: 70
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26299 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825153894 3825153894 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4000 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4001 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:44:55.518 pjsua_core.c !.RX 603 bytes Response msg 401/INVITE/cseq=26299 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj1f60a9e690404c08b40e71a377ccba78
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected];tag=bqdUvB7RbKxd7ovV.i
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26299 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Server: PortaSIP
WWW-Authenticate: Digest realm="sip-1.pb",nonce="1616143496:6a7feab99008b846e74ba35a902a444cc8fbbd50"
Content-Length: 0

--end msg--
2021-03-19 14:44:55.518 pjsua_core.c ..TX 392 bytes Request msg ACK/cseq=26299 (tdta03911CBC) to UDP 103.248.12.227:5060:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj1f60a9e690404c08b40e71a377ccba78
Max-Forwards: 70
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
To: sip:[email protected];tag=bqdUvB7RbKxd7ovV.i
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26299 ACK
Content-Length: 0

--end msg--
2021-03-19 14:44:55.518 pjsua_core.c .......TX 1254 bytes Request msg INVITE/cseq=26300 (tdta0390B86C) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj6ff097b6886b40f8a2c5fb8846f0c463
Max-Forwards: 70
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26300 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143496:6a7feab99008b846e74ba35a902a444cc8fbbd50", uri="sip:[email protected]", response="785185f729820b1d8ea5d6e5e8d6b983"
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825153894 3825153894 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4000 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4001 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:44:55.548 pjsua_core.c !.RX 479 bytes Response msg 100/INVITE/cseq=26300 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj6ff097b6886b40f8a2c5fb8846f0c463
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected]
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:44:59.065 pjsua_core.c .RX 880 bytes Response msg 180/INVITE/cseq=26300 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj6ff097b6886b40f8a2c5fb8846f0c463
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5085
To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 310

v=0
o=PortaSIP 490529132244784506 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 40758 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:44:59.065 call.cpp .....CallState Change: sip:[email protected] [EARLY]
2021-03-19 14:44:59.065 phone.cpp .....TinyPhone::StartRinging.....
2021-03-19 14:44:59.065 pjsua_aud.c .....Conf connect: 2 --> 0
2021-03-19 14:44:59.065 conference.c ......Port 2 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:44:59.065 inv00E246BC ....SDP negotiation done: Success
2021-03-19 14:44:59.065 pjsua_media.c .....Call 0: updating media..
2021-03-19 14:44:59.065 pjsua_media.c .......Media stream call00:0 is destroyed
2021-03-19 14:44:59.065 pjsua_aud.c ......Audio channel update..
2021-03-19 14:44:59.065 strm0391604C .......Encoder stream started
2021-03-19 14:44:59.065 strm0391604C .......Decoder stream started
2021-03-19 14:44:59.065 pjsua_media.c ......Audio updated, stream #0: PCMU (sendrecv)
2021-03-19 14:44:59.065 call.cpp .....Call [0] onCallMediaState
2021-03-19 14:44:59.065 phone.cpp .....TinyPhone::StopRinging.....
2021-03-19 14:44:59.065 pjsua_aud.c .....Conf disconnect: 2 -x- 0
2021-03-19 14:44:59.065 conference.c ......Port 2 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:44:59.065 call.cpp .....Found Call [0] Media Resource [0]
2021-03-19 14:44:59.065 call.cpp .....Connecting Call [0] to Media Device Input #-1 , Output # -2
2021-03-19 14:44:59.065 pjsua_aud.c .....Conf connect: 0 --> 3
2021-03-19 14:44:59.065 conference.c ......Port 0 (Microsoft Sound Mapper - Input) transmitting to port 3 (sip:[email protected])
2021-03-19 14:44:59.065 pjsua_aud.c .....Conf connect: 3 --> 0
2021-03-19 14:44:59.065 conference.c ......Port 3 (sip:[email protected]) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:44:59.065 pjsua_call.c .Call 0 sending UPDATE for updating media session to use only one codec
2021-03-19 14:44:59.065 pjsua_core.c ....TX 895 bytes Request msg UPDATE/cseq=26301 (tdta0391A8AC) to UDP 103.248.12.227:5060:
UPDATE sip:103.248.12.228:5085 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjcc99c6f34fb9435f95b3d7396f0f7093
Max-Forwards: 70
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
Contact: sip:[email protected]:5060;ob
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26301 UPDATE
Route: sip:103.248.12.227;lr;ep
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
Content-Type: application/sdp
Content-Length: 313

v=0
o=- 3825153894 3825153895 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4000 RTP/AVP 0 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4001 IN IP4 118.179.55.49
a=ssrc:2705443 cname:39b32d12074d4dc8
a=rtpmap:0 PCMU/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=sendrecv

--end msg--
2021-03-19 14:44:59.065 Master/sound !Underflow, buf_cnt=0, will generate 1 frame
2021-03-19 14:44:59.089 pjsua_core.c !.RX 490 bytes Response msg 500/UPDATE/cseq=26301 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 500 Session not stable
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjcc99c6f34fb9435f95b3d7396f0f7093
To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26301 UPDATE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Retry-After: 5
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:45:02.794 pjsua_core.c !.RX 875 bytes Response msg 200/INVITE/cseq=26300 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj6ff097b6886b40f8a2c5fb8846f0c463
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5085
To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 310

v=0
o=PortaSIP 490529132244784506 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 40758 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:45:02.794 call.cpp .....CallState Change: sip:[email protected] [CONNECTING]
2021-03-19 14:45:02.794 inv00E246BC ....Received final response after SDP negotiation has been done in early media. Renegotiating SDP..
2021-03-19 14:45:02.794 inv00E246BC ....SDP negotiation done: Success
2021-03-19 14:45:02.794 pjsua_media.c .....Call 0: updating media..
2021-03-19 14:45:02.794 pjsua_call.c .....Unable to create media session: No active media stream after negotiation (PJMEDIA_SDPNEG_ENOMEDIA) [status=220048]
2021-03-19 14:45:02.794 pjsua_core.c ........TX 412 bytes Request msg BYE/cseq=26302 (tdta038DA58C) to UDP 103.248.12.227:5060:
BYE sip:103.248.12.228:5085 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj713a6be799c048b8ad305413c46dce75
Max-Forwards: 70
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26302 BYE
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:45:02.795 pjsua_core.c .....TX 412 bytes Request msg ACK/cseq=26300 (tdta039216FC) to UDP 103.248.12.227:5060:
ACK sip:103.248.12.228:5085 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjb5ab3b4c63a74d7986128c6dabf745a5
Max-Forwards: 70
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26300 ACK
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:45:02.795 call.cpp .....CallState Change: sip:[email protected] [CONFIRMED]
2021-03-19 14:45:02.810 pjsua_core.c .RX 455 bytes Response msg 200/BYE/cseq=26302 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj713a6be799c048b8ad305413c46dce75
To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
From: sip:[email protected];tag=07eb9b705b2d47efbc922bbe83005853
Call-ID: e0105557358b48a9ab2be848dd8e7b70
CSeq: 26302 BYE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:45:02.810 call.cpp .....CallState Change: sip:[email protected] [DISCONNCTD]
2021-03-19 14:45:02.810 call.cpp .....Call 0 Disconnected, dumping media stats..
2021-03-19 14:45:02.810 call.cpp ..... [DISCONNCTD] To: sip:[email protected];tag=bqdUvB7RbKxd7hn9.i
Call time: 00h:00m:00s, 1st res in 4158 ms, conn in 7888ms

2021-03-19 14:45:02.810 pjsua_aud.c .....Conf connect: 4 --> 0
2021-03-19 14:45:02.810 conference.c ......Port 4 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:45:03.816 pjsua_aud.c .....Conf disconnect: 4 -x- 0
2021-03-19 14:45:03.816 conference.c ......Port 4 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:45:03.816 phone.cpp .....Refreshing Audio Devices
2021-03-19 14:45:03.842 phone.cpp .....Refreshed Device Count: 25
2021-03-19 14:45:03.842 phone.cpp .....Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 14:45:03.842 phone.cpp .....Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 14:45:03.842 phone.cpp .....Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 14:45:03.842 phone.cpp .....Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 14:45:03.842 phone.cpp .....Found Device #8 Realtek Digital Output (Realtek
2021-03-19 14:45:03.842 phone.cpp .....Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #23 Output (RTX-Audio Point)
2021-03-19 14:45:03.842 phone.cpp .....Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 14:45:03.842 phone.cpp .....Using Default Audio Device(s)
2021-03-19 14:45:03.842 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:45:03.842 pjsua_aud.c .......Closing Microsoft Sound Mapper - Output sound playback device and Microsoft Sound Mapper - Input sound capture device
2021-03-19 14:45:03.911 pjsua_aud.c ......Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:45:03.939 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:45:03.939 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:45:03.939 pjsua_media.c .....Call 0: deinitializing media..
2021-03-19 14:45:12.283 pjsua_call.c !Making call with acc #0 to sip:[email protected]
2021-03-19 14:45:12.283 pjsua_media.c .Call 1: initializing media..
2021-03-19 14:45:12.338 pjsua_media.c ..RTP socket reachable at 118.179.55.49:4002
2021-03-19 14:45:12.338 pjsua_media.c ..RTCP socket reachable at 118.179.55.49:4003
2021-03-19 14:45:12.338 pjsua_media.c ..Media index 0 selected for audio call 1
2021-03-19 14:45:12.338 _sip._udp.ic38 ....DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:45:12.338 _sip._udp.ic38 ....DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:45:12.338 pjsua_core.c ....TX 1041 bytes Request msg INVITE/cseq=26299 (tdta0390F3BC) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj5f4b7dbba25c44adad2048c2c7a697a3
Max-Forwards: 70
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26299 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825153912 3825153912 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4002 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4003 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:45:12.338 call.cpp .......CallState Change: sip:[email protected] [CALLING]
2021-03-19 14:45:12.382 pjsua_core.c !.RX 603 bytes Response msg 401/INVITE/cseq=26299 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj5f4b7dbba25c44adad2048c2c7a697a3
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected];tag=N6NesEqAafNb6fvl.i
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26299 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Server: PortaSIP
WWW-Authenticate: Digest realm="sip-1.pb",nonce="1616143513:813907b9f7922c92b1713953dc95b12657b06171"
Content-Length: 0

--end msg--
2021-03-19 14:45:12.382 pjsua_core.c ..TX 392 bytes Request msg ACK/cseq=26299 (tdta0391DE24) to UDP 103.248.12.227:5060:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj5f4b7dbba25c44adad2048c2c7a697a3
Max-Forwards: 70
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
To: sip:[email protected];tag=N6NesEqAafNb6fvl.i
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26299 ACK
Content-Length: 0

--end msg--
2021-03-19 14:45:12.382 pjsua_core.c .......TX 1254 bytes Request msg INVITE/cseq=26300 (tdta0390F3BC) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj3021da484b0f4964a4874acc5b985a43
Max-Forwards: 70
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26300 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143513:813907b9f7922c92b1713953dc95b12657b06171", uri="sip:[email protected]", response="4e55d226a0befe01953d6c64455a6ea9"
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825153912 3825153912 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4002 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4003 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:45:12.428 pjsua_core.c !.RX 479 bytes Response msg 100/INVITE/cseq=26300 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj3021da484b0f4964a4874acc5b985a43
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected]
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:45:16.232 pjsua_core.c !.RX 881 bytes Response msg 180/INVITE/cseq=26300 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj3021da484b0f4964a4874acc5b985a43
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5072
To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 1202840324520039495 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 48482 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:45:16.232 call.cpp .....CallState Change: sip:[email protected] [EARLY]
2021-03-19 14:45:16.232 phone.cpp .....TinyPhone::StartRinging.....
2021-03-19 14:45:16.232 pjsua_aud.c .....Conf connect: 2 --> 0
2021-03-19 14:45:16.232 conference.c ......Port 2 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:45:16.232 inv00DC01A4 ....SDP negotiation done: Success
2021-03-19 14:45:16.232 pjsua_media.c .....Call 1: updating media..
2021-03-19 14:45:16.233 pjsua_media.c .......Media stream call01:0 is destroyed
2021-03-19 14:45:16.233 pjsua_aud.c ......Audio channel update..
2021-03-19 14:45:16.233 strm03920D24 .......Encoder stream started
2021-03-19 14:45:16.233 strm03920D24 .......Decoder stream started
2021-03-19 14:45:16.233 pjsua_media.c ......Audio updated, stream #0: PCMU (sendrecv)
2021-03-19 14:45:16.233 call.cpp .....Call [1] onCallMediaState
2021-03-19 14:45:16.233 phone.cpp .....TinyPhone::StopRinging.....
2021-03-19 14:45:16.233 pjsua_aud.c .....Conf disconnect: 2 -x- 0
2021-03-19 14:45:16.233 conference.c ......Port 2 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:45:16.233 call.cpp .....Found Call [1] Media Resource [0]
2021-03-19 14:45:16.233 call.cpp .....Connecting Call [1] to Media Device Input #-1 , Output # -2
2021-03-19 14:45:16.233 pjsua_aud.c .....Conf connect: 0 --> 4
2021-03-19 14:45:16.233 conference.c ......Port 0 (Microsoft Sound Mapper - Input) transmitting to port 4 (sip:[email protected])
2021-03-19 14:45:16.233 pjsua_aud.c .....Conf connect: 4 --> 0
2021-03-19 14:45:16.233 conference.c ......Port 4 (sip:[email protected]) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:45:16.233 pjsua_call.c .Call 1 sending UPDATE for updating media session to use only one codec
2021-03-19 14:45:16.233 pjsua_core.c ....TX 895 bytes Request msg UPDATE/cseq=26301 (tdta03948A84) to UDP 103.248.12.227:5060:
UPDATE sip:103.248.12.228:5072 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj80bf82452f214bddb30a69204d8d14c6
Max-Forwards: 70
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
Contact: sip:[email protected]:5060;ob
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26301 UPDATE
Route: sip:103.248.12.227;lr;ep
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
Content-Type: application/sdp
Content-Length: 313

v=0
o=- 3825153912 3825153913 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4002 RTP/AVP 0 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4003 IN IP4 118.179.55.49
a=ssrc:2705443 cname:39b32d12074d4dc8
a=rtpmap:0 PCMU/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=sendrecv

--end msg--
2021-03-19 14:45:16.299 pjsua_core.c !.RX 490 bytes Response msg 500/UPDATE/cseq=26301 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 500 Session not stable
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj80bf82452f214bddb30a69204d8d14c6
To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26301 UPDATE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Retry-After: 3
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:45:19.560 pjsua_core.c .RX 876 bytes Response msg 200/INVITE/cseq=26300 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj3021da484b0f4964a4874acc5b985a43
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5072
To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 1202840324520039495 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 48482 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:45:19.560 call.cpp .....CallState Change: sip:[email protected] [CONNECTING]
2021-03-19 14:45:19.560 inv00DC01A4 ....Received final response after SDP negotiation has been done in early media. Renegotiating SDP..
2021-03-19 14:45:19.560 inv00DC01A4 ....SDP negotiation done: Success
2021-03-19 14:45:19.560 pjsua_media.c .....Call 1: updating media..
2021-03-19 14:45:19.560 pjsua_call.c .....Unable to create media session: No active media stream after negotiation (PJMEDIA_SDPNEG_ENOMEDIA) [status=220048]
2021-03-19 14:45:19.560 pjsua_core.c ........TX 412 bytes Request msg BYE/cseq=26302 (tdta0394D184) to UDP 103.248.12.227:5060:
BYE sip:103.248.12.228:5072 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj0d8ae4dfcfe848e2b86c7fcb6f9cec4b
Max-Forwards: 70
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26302 BYE
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:45:19.560 pjsua_core.c .....TX 412 bytes Request msg ACK/cseq=26300 (tdta039500D4) to UDP 103.248.12.227:5060:
ACK sip:103.248.12.228:5072 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjbbb1e1a6de84419494edfa25cd4764e3
Max-Forwards: 70
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26300 ACK
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:45:19.560 call.cpp .....CallState Change: sip:[email protected] [CONFIRMED]
2021-03-19 14:45:19.593 pjsua_core.c .RX 455 bytes Response msg 200/BYE/cseq=26302 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj0d8ae4dfcfe848e2b86c7fcb6f9cec4b
To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
From: sip:[email protected];tag=6eaf88073fc74c17bc9ba902a956dc0f
Call-ID: d9197fb8507d4dd3a8040e34c9b916e4
CSeq: 26302 BYE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:45:19.593 call.cpp .....CallState Change: sip:[email protected] [DISCONNCTD]
2021-03-19 14:45:19.593 call.cpp .....Call 1 Disconnected, dumping media stats..
2021-03-19 14:45:19.593 call.cpp ..... [DISCONNCTD] To: sip:[email protected];tag=N6NesEqAafNb6fUs.i
Call time: 00h:00m:00s, 1st res in 3949 ms, conn in 7277ms

2021-03-19 14:45:19.593 pjsua_aud.c .....Conf connect: 5 --> 0
2021-03-19 14:45:19.593 conference.c ......Port 5 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:45:20.602 pjsua_aud.c .....Conf disconnect: 5 -x- 0
2021-03-19 14:45:20.602 conference.c ......Port 5 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:45:20.602 phone.cpp .....Refreshing Audio Devices
2021-03-19 14:45:20.627 phone.cpp .....Refreshed Device Count: 25
2021-03-19 14:45:20.627 phone.cpp .....Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 14:45:20.627 phone.cpp .....Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 14:45:20.627 phone.cpp .....Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 14:45:20.627 phone.cpp .....Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 14:45:20.627 phone.cpp .....Found Device #8 Realtek Digital Output (Realtek
2021-03-19 14:45:20.627 phone.cpp .....Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #23 Output (RTX-Audio Point)
2021-03-19 14:45:20.627 phone.cpp .....Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 14:45:20.627 phone.cpp .....Using Default Audio Device(s)
2021-03-19 14:45:20.627 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:45:20.627 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:45:20.627 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:45:20.627 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:45:20.627 pjsua_media.c .....Call 1: deinitializing media..
2021-03-19 14:45:54.052 pjsua_call.c !Making call with acc #0 to sip:[email protected]
2021-03-19 14:45:54.052 pjsua_media.c .Call 2: initializing media..
2021-03-19 14:45:54.109 pjsua_media.c ..RTP socket reachable at 118.179.55.49:4004
2021-03-19 14:45:54.109 pjsua_media.c ..RTCP socket reachable at 118.179.55.49:4005
2021-03-19 14:45:54.109 pjsua_media.c ..Media index 0 selected for audio call 2
2021-03-19 14:45:54.109 _sip._udp.ic38 ....DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:45:54.109 _sip._udp.ic38 ....DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:45:54.109 pjsua_core.c ....TX 1041 bytes Request msg INVITE/cseq=26299 (tdta0390F3BC) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjf2472da43f00479fa592ee498db857f7
Max-Forwards: 70
From: sip:[email protected];tag=916b7f2ea5354076b6624fe425466cae
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: e0ac13bff5644b17a28061c7510b98ad
CSeq: 26299 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825153954 3825153954 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4004 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4005 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:45:54.109 call.cpp .......CallState Change: sip:[email protected] [CALLING]
2021-03-19 14:45:54.155 pjsua_core.c !.RX 603 bytes Response msg 401/INVITE/cseq=26299 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjf2472da43f00479fa592ee498db857f7
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected];tag=PK9ZsBndOfgJtJ55.i
From: sip:[email protected];tag=916b7f2ea5354076b6624fe425466cae
Call-ID: e0ac13bff5644b17a28061c7510b98ad
CSeq: 26299 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Server: PortaSIP
WWW-Authenticate: Digest realm="sip-1.pb",nonce="1616143555:a6f42fadcc25b48b8d824fab40c63dcea9abcb67"
Content-Length: 0

--end msg--
2021-03-19 14:45:54.155 pjsua_core.c ..TX 392 bytes Request msg ACK/cseq=26299 (tdta0391D214) to UDP 103.248.12.227:5060:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjf2472da43f00479fa592ee498db857f7
Max-Forwards: 70
From: sip:[email protected];tag=916b7f2ea5354076b6624fe425466cae
To: sip:[email protected];tag=PK9ZsBndOfgJtJ55.i
Call-ID: e0ac13bff5644b17a28061c7510b98ad
CSeq: 26299 ACK
Content-Length: 0

--end msg--
2021-03-19 14:45:54.155 pjsua_core.c .......TX 1254 bytes Request msg INVITE/cseq=26300 (tdta0390F3BC) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj51da88a64e584565b0ce1e785b84dba7
Max-Forwards: 70
From: sip:[email protected];tag=916b7f2ea5354076b6624fe425466cae
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: e0ac13bff5644b17a28061c7510b98ad
CSeq: 26300 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143555:a6f42fadcc25b48b8d824fab40c63dcea9abcb67", uri="sip:[email protected]", response="ddecfd4d9def6cd7d1531d8b7ad3f049"
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825153954 3825153954 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4004 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4005 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:45:54.181 pjsua_core.c !.RX 479 bytes Response msg 100/INVITE/cseq=26300 (rdata0388005C) from UDP 103.248.12.227:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj51da88a64e584565b0ce1e785b84dba7
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected]
From: sip:[email protected];tag=916b7f2ea5354076b6624fe425466cae
Call-ID: e0ac13bff5644b17a28061c7510b98ad
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:47:50.374 sip_endpoint.c .Module "mod-pjsua-log" registered
2021-03-19 14:47:50.374 sip_endpoint.c .Module "mod-tsx-layer" registered
2021-03-19 14:47:50.374 sip_endpoint.c .Module "mod-stateful-util" registered
2021-03-19 14:47:50.374 sip_endpoint.c .Module "mod-ua" registered
2021-03-19 14:47:50.374 sip_endpoint.c .Module "mod-100rel" registered
2021-03-19 14:47:50.374 sip_endpoint.c .Module "mod-pjsua" registered
2021-03-19 14:47:50.374 sip_endpoint.c .Module "mod-invite" registered
2021-03-19 14:47:50.374 pjsua_core.c .Trying STUN server stun.l.google.com:19302 IPv4 (1 of 1)..
2021-03-19 14:47:50.503 pa_dev.c ..PortAudio sound library initialized, status=0
2021-03-19 14:47:50.503 pa_dev.c ..PortAudio host api count=3
2021-03-19 14:47:50.503 pa_dev.c ..Sound device count=25
2021-03-19 14:47:50.503 pjlib ..select() I/O Queue created (00D45704)
2021-03-19 14:47:50.504 bcg729.c ..BCG729 codec initialized
2021-03-19 14:47:50.505 sip_endpoint.c .Module "mod-evsub" registered
2021-03-19 14:47:50.505 sip_endpoint.c .Module "mod-presence" registered
2021-03-19 14:47:50.505 sip_endpoint.c .Module "mod-mwi" registered
2021-03-19 14:47:50.505 sip_endpoint.c .Module "mod-refer" registered
2021-03-19 14:47:50.505 sip_endpoint.c .Module "mod-pjsua-pres" registered
2021-03-19 14:47:50.505 sip_endpoint.c .Module "mod-pjsua-im" registered
2021-03-19 14:47:50.505 sip_endpoint.c .Module "mod-pjsua-options" registered
2021-03-19 14:47:50.505 pjsua_core.c .2 SIP worker threads created
2021-03-19 14:47:50.505 pjsua_core.c .pjsua version 2.9 for win32-6.2/i386/msvc-19.0 initialized
2021-03-19 14:47:50.505 pjsua_core.c .PJSUA state changed: CREATED --> INIT
2021-03-19 14:47:50.505 stunresolve !.STUN mapped address found/changed: 118.179.55.49:49269
2021-03-19 14:47:50.512 pjsua_core.c .STUN resolution success, using stun.l.google.com:19302, address is 172.253.118.127:19302
2021-03-19 14:47:50.580 pjsua_core.c !SIP UDP socket reachable at 118.179.55.49:5060
2021-03-19 14:47:50.580 udp00D55EC0 SIP UDP transport started, published address is 118.179.55.49:5060
2021-03-19 14:47:50.588 pjsua_core.c PJSUA state changed: INIT --> STARTING
2021-03-19 14:47:50.588 sip_endpoint.c .Module "mod-unsolicited-mwi" registered
2021-03-19 14:47:50.588 pjsua_core.c .PJSUA state changed: STARTING --> RUNNING
2021-03-19 14:47:50.588 phone.cpp TinyPhone::Initialize.....
2021-03-19 14:47:50.588 sip_endpoint.c Module "mod-notify" registered
2021-03-19 14:47:50.588 phone.cpp supported codec 130 speex/16000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 129 speex/8000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 128 speex/32000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 128 iLBC/8000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 128 GSM/8000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 128 PCMU/8000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 128 PCMA/8000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 128 G722/16000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 128 G729/8000/1
2021-03-19 14:47:50.588 phone.cpp supported codec 0 L16/44100/2
2021-03-19 14:47:50.588 phone.cpp supported codec 0 L16/44100/1
2021-03-19 14:47:50.588 phone.cpp PCMA/8000/1 activated, priority 128
2021-03-19 14:47:50.588 phone.cpp PCMU/8000/1 activated, priority 128
2021-03-19 14:47:50.588 phone.cpp G729/8000/1 activated, priority 128
2021-03-19 14:47:50.609 phone.cpp Refreshed Device Count: 25
2021-03-19 14:47:50.609 phone.cpp Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 14:47:50.609 phone.cpp Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 14:47:50.609 phone.cpp Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 14:47:50.609 phone.cpp Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 14:47:50.609 phone.cpp Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 14:47:50.609 phone.cpp Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 14:47:50.609 phone.cpp Found Device #8 Realtek Digital Output (Realtek
2021-03-19 14:47:50.609 phone.cpp Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 14:47:50.609 phone.cpp Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 14:47:50.609 phone.cpp Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 14:47:50.609 phone.cpp Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 14:47:50.609 phone.cpp Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 14:47:50.609 phone.cpp Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 14:47:50.609 phone.cpp Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 14:47:50.609 phone.cpp Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 14:47:50.609 phone.cpp Found Device #23 Output (RTX-Audio Point)
2021-03-19 14:47:50.609 phone.cpp Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 14:47:50.609 phone.cpp Using Default Audio Device(s)
2021-03-19 14:47:50.609 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 14:47:50.609 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 14:47:50.609 pjsua_aud.c .No changes in capture and playback devices
2021-03-19 14:47:50.609 phone.cpp Creating Metrics Client to 10.47.192.13:8125 over UDP
2021-03-19 14:47:50.610 phone.cpp Restoring User Accounts 1
2021-03-19 14:47:50.628 pjsua_aud.c Conf connect: 0 --> 0
2021-03-19 14:47:50.628 pjsua_aud.c .Set sound device: capture=-1, playback=-2
2021-03-19 14:47:50.628 pjsua_aud.c ..Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:47:50.662 conference.c .Port 0 (Microsoft Sound Mapper - Input) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:47:50.715 pjsua_aud.c Conf disconnect: 0 -x- 0
2021-03-19 14:47:50.715 conference.c .Port 0 (Microsoft Sound Mapper - Input) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:47:50.715 pjsua_acc.c Adding account: id=sip:[email protected]
2021-03-19 14:47:50.715 pjsua_acc.c .Account sip:[email protected] added with id 0
2021-03-19 14:47:50.715 pjsua_acc.c .Acc 0: setting registration..
2021-03-19 14:47:50.715 resolver.c ...Transmitting 50 bytes to NS 0 (192.168.31.1:53): DNS SRV query for _sip._udp.ic38.intercloud.com.bd: Success
2021-03-19 14:47:50.715 pjsua_acc.c ..Acc 0: Registration sent
2021-03-19 14:47:50.771 _sip._udp.ic38 !DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:47:50.771 _sip._udp.ic38 DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:47:50.771 resolver.c Transmitting 40 bytes to NS 0 (192.168.31.1:53): DNS A query for ic38.intercloud.com.bd: Success
2021-03-19 14:47:50.772 pjsua_core.c TX 567 bytes Request msg REGISTER/cseq=33148 (tdta00D498DC) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 118.179.55.49:5060;rport;branch=z9hG4bKPj7704f04ec855445d8fc31b6fd26c1b2b
Max-Forwards: 70
From: sip:[email protected];tag=04eb26f465334df9aa7d13a9e6827b56
To: sip:[email protected]
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33148 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Content-Length: 0

--end msg--
2021-03-19 14:47:50.813 pjsua_core.c !.RX 465 bytes Response msg 401/REGISTER/cseq=33148 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj7704f04ec855445d8fc31b6fd26c1b2b
To: sip:[email protected];tag=d71b444c
From: sip:[email protected];tag=04eb26f465334df9aa7d13a9e6827b56
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33148 REGISTER
WWW-Authenticate: Digest nonce="1616143671:467b7341061af8db0bdfe0d3a27579ce0ac01685",algorithm=MD5,realm="sip-1.pb"
Content-Length: 0

--end msg--
2021-03-19 14:47:50.813 pjsua_core.c ....TX 784 bytes Request msg REGISTER/cseq=33149 (tdta00D498DC) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj9b03b2317dfa41398d5b664887770b17
Max-Forwards: 70
From: sip:[email protected];tag=04eb26f465334df9aa7d13a9e6827b56
To: sip:[email protected]
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33149 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143671:467b7341061af8db0bdfe0d3a27579ce0ac01685", uri="sip:ic38.intercloud.com.bd", response="f4a034fc513cb6ded8c08607881ee9df", algorithm=MD5
Content-Length: 0

--end msg--
2021-03-19 14:47:50.907 pjsua_core.c .RX 612 bytes Response msg 200/REGISTER/cseq=33149 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj9b03b2317dfa41398d5b664887770b17
Path: sip:103.248.12.227;lr;ep
Contact: sip:[email protected]:39361;transport=udp;expires=2106
Contact: sip:[email protected]:5060;ob;expires=600
To: sip:[email protected];tag=fd4e767a
From: sip:[email protected];tag=04eb26f465334df9aa7d13a9e6827b56
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33149 REGISTER
Date: Fri, 19 Mar 2021 08:47:52 GMT
Supported: path
PortaBilling: available-funds:255.13577 currency:BDT
Content-Length: 0

--end msg--
2021-03-19 14:47:50.907 pjsua_acc.c ....SIP outbound status for acc 0 is not active
2021-03-19 14:47:50.907 pjsua_acc.c ....sip:[email protected]: registration success, status=200 (OK), will re-register in 600 seconds
2021-03-19 14:47:50.907 pjsua_acc.c ....Keep-alive timer started for acc 0, destination:103.248.12.227:5060:15, interval:8773400s
2021-03-19 14:47:50.907 account.cpp ....RegStateChange [email protected] : Register, Code: 200
2021-03-19 14:47:51.719 pjsua_aud.c !Closing sound device after idle for 1 second(s)
2021-03-19 14:47:51.719 pjsua_aud.c .Closing Microsoft Sound Mapper - Output sound playback device and Microsoft Sound Mapper - Input sound capture device
2021-03-19 14:47:57.824 pjsua_aud.c !Conf connect: 0 --> 0
2021-03-19 14:47:57.824 pjsua_aud.c .Set sound device: capture=-1, playback=-2
2021-03-19 14:47:57.824 pjsua_aud.c ..Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:47:57.852 conference.c .Port 0 (Microsoft Sound Mapper - Input) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:47:57.908 pjsua_aud.c Conf disconnect: 0 -x- 0
2021-03-19 14:47:57.908 conference.c .Port 0 (Microsoft Sound Mapper - Input) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:47:57.908 account.cpp ReReigstering [email protected]
2021-03-19 14:47:57.908 pjsua_acc.c Acc 0: setting registration..
2021-03-19 14:47:57.908 _sip._udp.ic38 ..DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:47:57.908 _sip._udp.ic38 ..DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:47:57.908 pjsua_core.c ..TX 568 bytes Request msg REGISTER/cseq=33150 (tdta03755E5C) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjefca01f0d3564f578c2122f89db6f574
Max-Forwards: 70
From: sip:[email protected];tag=26cfcaab9c134c84817ba3abbf272174
To: sip:[email protected]
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33150 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Content-Length: 0

--end msg--
2021-03-19 14:47:57.908 pjsua_acc.c .Acc 0: Registration sent
2021-03-19 14:47:57.965 pjsua_core.c !.RX 465 bytes Response msg 401/REGISTER/cseq=33150 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjefca01f0d3564f578c2122f89db6f574
To: sip:[email protected];tag=0952d55b
From: sip:[email protected];tag=26cfcaab9c134c84817ba3abbf272174
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33150 REGISTER
WWW-Authenticate: Digest nonce="1616143679:aced61c47ffe621923aea9ab16fd02b466028106",algorithm=MD5,realm="sip-1.pb"
Content-Length: 0

--end msg--
2021-03-19 14:47:57.965 pjsua_core.c ....TX 784 bytes Request msg REGISTER/cseq=33151 (tdta03755E5C) to UDP 103.248.12.227:5060:
REGISTER sip:ic38.intercloud.com.bd SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj1568344c07df4596a1279e897e221115
Max-Forwards: 70
From: sip:[email protected];tag=26cfcaab9c134c84817ba3abbf272174
To: sip:[email protected]
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33151 REGISTER
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Contact: sip:[email protected]:5060;ob
Expires: 600
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143679:aced61c47ffe621923aea9ab16fd02b466028106", uri="sip:ic38.intercloud.com.bd", response="0b9f1f228204c705c076754354765163", algorithm=MD5
Content-Length: 0

--end msg--
2021-03-19 14:47:58.033 pjsua_core.c !.RX 612 bytes Response msg 200/REGISTER/cseq=33151 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj1568344c07df4596a1279e897e221115
Path: sip:103.248.12.227;lr;ep
Contact: sip:[email protected]:39361;transport=udp;expires=2099
Contact: sip:[email protected]:5060;ob;expires=600
To: sip:[email protected];tag=df33e233
From: sip:[email protected];tag=26cfcaab9c134c84817ba3abbf272174
Call-ID: 0627b80e3ddd4457a48c1802042f9893
CSeq: 33151 REGISTER
Date: Fri, 19 Mar 2021 08:47:59 GMT
Supported: path
PortaBilling: available-funds:255.13577 currency:BDT
Content-Length: 0

--end msg--
2021-03-19 14:47:58.033 pjsua_acc.c ....SIP outbound status for acc 0 is not active
2021-03-19 14:47:58.033 pjsua_acc.c ....sip:[email protected]: registration success, status=200 (OK), will re-register in 600 seconds
2021-03-19 14:47:58.033 pjsua_acc.c ....Keep-alive timer started for acc 0, destination:103.248.12.227:5060:15, interval:8773400s
2021-03-19 14:47:58.033 account.cpp ....RegStateChange [email protected] : Register, Code: 200
2021-03-19 14:47:58.915 pjsua_aud.c !Closing sound device after idle for 1 second(s)
2021-03-19 14:47:58.915 pjsua_aud.c .Closing Microsoft Sound Mapper - Output sound playback device and Microsoft Sound Mapper - Input sound capture device
2021-03-19 14:48:01.600 pjsua_call.c !Making call with acc #0 to sip:[email protected]
2021-03-19 14:48:01.600 pjsua_aud.c .Set sound device: capture=-1, playback=-2
2021-03-19 14:48:01.600 pjsua_aud.c ..Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:48:01.628 pjsua_media.c .Call 0: initializing media..
2021-03-19 14:48:01.686 pjsua_media.c ..Note: STUN mapped RTCP port 4001 is not adjacent to RTP port 27183
2021-03-19 14:48:01.686 pjsua_media.c ..RTP socket reachable at 118.179.55.49:27183
2021-03-19 14:48:01.686 pjsua_media.c ..RTCP socket reachable at 118.179.55.49:4001
2021-03-19 14:48:01.686 pjsua_media.c ..Media index 0 selected for audio call 0
2021-03-19 14:48:01.686 _sip._udp.ic38 ....DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:48:01.686 _sip._udp.ic38 ....DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:48:01.686 pjsua_core.c ....TX 1042 bytes Request msg INVITE/cseq=26299 (tdta037DBF94) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjf6f8da6e8de94d949d36ff2598195084
Max-Forwards: 70
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26299 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Content-Type: application/sdp
Content-Length: 364

v=0
o=- 3825154081 3825154081 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 27183 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4001 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:48:01.686 call.cpp .......CallState Change: sip:[email protected] [CALLING]
2021-03-19 14:48:01.748 pjsua_core.c !.RX 603 bytes Response msg 401/INVITE/cseq=26299 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjf6f8da6e8de94d949d36ff2598195084
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected];tag=P-Bc4EyCZaJftJph.i
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26299 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Server: PortaSIP
WWW-Authenticate: Digest realm="sip-1.pb",nonce="1616143682:08d8194cc27b4e6615548e78adf8063369300e21"
Content-Length: 0

--end msg--
2021-03-19 14:48:01.748 pjsua_core.c ..TX 392 bytes Request msg ACK/cseq=26299 (tdta037E1DD4) to UDP 103.248.12.227:5060:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjf6f8da6e8de94d949d36ff2598195084
Max-Forwards: 70
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
To: sip:[email protected];tag=P-Bc4EyCZaJftJph.i
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26299 ACK
Content-Length: 0

--end msg--
2021-03-19 14:48:01.748 pjsua_core.c .......TX 1255 bytes Request msg INVITE/cseq=26300 (tdta037DBF94) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj38618f8d193d4099bee8e5f3951debb5
Max-Forwards: 70
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26300 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143682:08d8194cc27b4e6615548e78adf8063369300e21", uri="sip:[email protected]", response="ae8e7be3d8d3c0e2b9a78d8add5cd780"
Content-Type: application/sdp
Content-Length: 364

v=0
o=- 3825154081 3825154081 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 27183 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4001 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:48:01.796 pjsua_core.c .RX 479 bytes Response msg 100/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj38618f8d193d4099bee8e5f3951debb5
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected]
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:48:05.268 pjsua_core.c .RX 881 bytes Response msg 180/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj38618f8d193d4099bee8e5f3951debb5
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5082
To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 2791243008713724005 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 51778 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:48:05.268 call.cpp .....CallState Change: sip:[email protected] [EARLY]
2021-03-19 14:48:05.268 phone.cpp .....TinyPhone::StartRinging.....
2021-03-19 14:48:05.268 pjsua_aud.c .....Conf connect: 2 --> 0
2021-03-19 14:48:05.268 conference.c ......Port 2 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:48:05.268 inv037C081C ....SDP negotiation done: Success
2021-03-19 14:48:05.268 pjsua_media.c .....Call 0: updating media..
2021-03-19 14:48:05.268 pjsua_media.c .......Media stream call00:0 is destroyed
2021-03-19 14:48:05.268 pjsua_aud.c ......Audio channel update..
2021-03-19 14:48:05.268 strm00D9BD8C .......Encoder stream started
2021-03-19 14:48:05.268 strm00D9BD8C .......Decoder stream started
2021-03-19 14:48:05.268 pjsua_media.c ......Audio updated, stream #0: PCMU (sendrecv)
2021-03-19 14:48:05.268 call.cpp .....Call [0] onCallMediaState
2021-03-19 14:48:05.268 phone.cpp .....TinyPhone::StopRinging.....
2021-03-19 14:48:05.268 pjsua_aud.c .....Conf disconnect: 2 -x- 0
2021-03-19 14:48:05.268 conference.c ......Port 2 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:48:05.268 call.cpp .....Found Call [0] Media Resource [0]
2021-03-19 14:48:05.268 call.cpp .....Connecting Call [0] to Media Device Input #-1 , Output # -2
2021-03-19 14:48:05.268 pjsua_aud.c .....Conf connect: 0 --> 3
2021-03-19 14:48:05.268 conference.c ......Port 0 (Microsoft Sound Mapper - Input) transmitting to port 3 (sip:[email protected])
2021-03-19 14:48:05.268 pjsua_aud.c .....Conf connect: 3 --> 0
2021-03-19 14:48:05.268 conference.c ......Port 3 (sip:[email protected]) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:48:05.268 pjsua_call.c .Call 0 sending UPDATE for updating media session to use only one codec
2021-03-19 14:48:05.268 pjsua_core.c ....TX 896 bytes Request msg UPDATE/cseq=26301 (tdta037D778C) to UDP 103.248.12.227:5060:
UPDATE sip:103.248.12.228:5082 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj30cdef2d134f466ea2e7b41cd80e8bbe
Max-Forwards: 70
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
Contact: sip:[email protected]:5060;ob
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26301 UPDATE
Route: sip:103.248.12.227;lr;ep
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
Content-Type: application/sdp
Content-Length: 314

v=0
o=- 3825154081 3825154082 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 27183 RTP/AVP 0 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4001 IN IP4 118.179.55.49
a=ssrc:2705443 cname:39b32d12074d4dc8
a=rtpmap:0 PCMU/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=sendrecv

--end msg--
2021-03-19 14:48:05.332 pjsua_core.c .RX 490 bytes Response msg 500/UPDATE/cseq=26301 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 500 Session not stable
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj30cdef2d134f466ea2e7b41cd80e8bbe
To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26301 UPDATE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Retry-After: 8
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:48:08.395 pjsua_core.c .RX 876 bytes Response msg 200/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj38618f8d193d4099bee8e5f3951debb5
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5082
To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 2791243008713724005 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 51778 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:48:08.395 call.cpp .....CallState Change: sip:[email protected] [CONNECTING]
2021-03-19 14:48:08.395 inv037C081C ....Received final response after SDP negotiation has been done in early media. Renegotiating SDP..
2021-03-19 14:48:08.395 inv037C081C ....SDP negotiation done: Success
2021-03-19 14:48:08.395 pjsua_media.c .....Call 0: updating media..
2021-03-19 14:48:08.395 pjsua_call.c .....Unable to create media session: No active media stream after negotiation (PJMEDIA_SDPNEG_ENOMEDIA) [status=220048]
2021-03-19 14:48:08.395 pjsua_core.c ........TX 412 bytes Request msg BYE/cseq=26302 (tdta037B7384) to UDP 103.248.12.227:5060:
BYE sip:103.248.12.228:5082 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj0d829a9c1ab6423fb4b3fecff9e629fc
Max-Forwards: 70
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26302 BYE
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:48:08.395 pjsua_core.c .....TX 412 bytes Request msg ACK/cseq=26300 (tdta037EAB6C) to UDP 103.248.12.227:5060:
ACK sip:103.248.12.228:5082 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj06345558a57d4dc1aa3782dd7279be2f
Max-Forwards: 70
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26300 ACK
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:48:08.395 call.cpp .....CallState Change: sip:[email protected] [CONFIRMED]
2021-03-19 14:48:08.415 pjsua_core.c !.RX 455 bytes Response msg 200/BYE/cseq=26302 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj0d829a9c1ab6423fb4b3fecff9e629fc
To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
From: sip:[email protected];tag=5d227e956466481f9840bceb2c064c39
Call-ID: 92c7a48bdcda43a3b07acc0af6abfb3e
CSeq: 26302 BYE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:48:08.415 call.cpp .....CallState Change: sip:[email protected] [DISCONNCTD]
2021-03-19 14:48:08.415 call.cpp .....Call 0 Disconnected, dumping media stats..
2021-03-19 14:48:08.415 call.cpp ..... [DISCONNCTD] To: sip:[email protected];tag=P-Bc4EyCZaJftPvD.i
Call time: 00h:00m:00s, 1st res in 3640 ms, conn in 6767ms

2021-03-19 14:48:08.415 pjsua_aud.c .....Conf connect: 4 --> 0
2021-03-19 14:48:08.415 conference.c ......Port 4 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:48:09.425 pjsua_aud.c .....Conf disconnect: 4 -x- 0
2021-03-19 14:48:09.425 conference.c ......Port 4 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:48:09.425 phone.cpp .....Refreshing Audio Devices
2021-03-19 14:48:09.454 phone.cpp .....Refreshed Device Count: 25
2021-03-19 14:48:09.454 phone.cpp .....Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 14:48:09.454 phone.cpp .....Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 14:48:09.454 phone.cpp .....Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 14:48:09.454 phone.cpp .....Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 14:48:09.454 phone.cpp .....Found Device #8 Realtek Digital Output (Realtek
2021-03-19 14:48:09.454 phone.cpp .....Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #23 Output (RTX-Audio Point)
2021-03-19 14:48:09.454 phone.cpp .....Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 14:48:09.454 phone.cpp .....Using Default Audio Device(s)
2021-03-19 14:48:09.454 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:48:09.454 pjsua_aud.c .......Closing Microsoft Sound Mapper - Output sound playback device and Microsoft Sound Mapper - Input sound capture device
2021-03-19 14:48:09.526 pjsua_aud.c ......Opening sound device (speaker + mic) PCM@8000/1/20ms
2021-03-19 14:48:09.551 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:48:09.551 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:48:09.551 pjsua_media.c .....Call 0: deinitializing media..
2021-03-19 14:50:07.296 pjsua_call.c !Making call with acc #0 to sip:[email protected]
2021-03-19 14:50:07.296 pjsua_media.c .Call 1: initializing media..
2021-03-19 14:50:07.352 pjsua_media.c ..RTP socket reachable at 118.179.55.49:4002
2021-03-19 14:50:07.352 pjsua_media.c ..RTCP socket reachable at 118.179.55.49:4003
2021-03-19 14:50:07.352 pjsua_media.c ..Media index 0 selected for audio call 1
2021-03-19 14:50:07.352 resolver.c ....Transmitting 50 bytes to NS 0 (192.168.31.1:53): DNS SRV query for _sip._udp.ic38.intercloud.com.bd: Success
2021-03-19 14:50:07.352 call.cpp .......CallState Change: sip:[email protected] [CALLING]
2021-03-19 14:50:07.407 _sip._udp.ic38 !DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:50:07.407 _sip._udp.ic38 DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:50:07.407 pjsua_core.c TX 1041 bytes Request msg INVITE/cseq=26299 (tdta037727E4) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjc31e40b849884454a7b299181617fd69
Max-Forwards: 70
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26299 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825154207 3825154207 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4002 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4003 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:50:07.454 pjsua_core.c !.RX 603 bytes Response msg 401/INVITE/cseq=26299 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjc31e40b849884454a7b299181617fd69
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected];tag=a-5evRrAZK8Isa99.i
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26299 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Server: PortaSIP
WWW-Authenticate: Digest realm="sip-1.pb",nonce="1616143808:e56ac06c83dea2ed034351f44f99aa43b2eb007c"
Content-Length: 0

--end msg--
2021-03-19 14:50:07.454 pjsua_core.c ..TX 392 bytes Request msg ACK/cseq=26299 (tdta03778624) to UDP 103.248.12.227:5060:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjc31e40b849884454a7b299181617fd69
Max-Forwards: 70
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
To: sip:[email protected];tag=a-5evRrAZK8Isa99.i
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26299 ACK
Content-Length: 0

--end msg--
2021-03-19 14:50:07.454 pjsua_core.c .......TX 1254 bytes Request msg INVITE/cseq=26300 (tdta037727E4) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj5019f56674d248e889edf6ece7d5e157
Max-Forwards: 70
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26300 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143808:e56ac06c83dea2ed034351f44f99aa43b2eb007c", uri="sip:[email protected]", response="79965b32ae09f158c432486a6ebd10b3"
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825154207 3825154207 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4002 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4003 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:50:07.480 pjsua_core.c !.RX 479 bytes Response msg 100/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj5019f56674d248e889edf6ece7d5e157
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected]
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:50:11.581 pjsua_core.c .RX 881 bytes Response msg 180/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj5019f56674d248e889edf6ece7d5e157
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5070
To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 4396461069264363442 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 62576 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:50:11.581 call.cpp .....CallState Change: sip:[email protected] [EARLY]
2021-03-19 14:50:11.581 phone.cpp .....TinyPhone::StartRinging.....
2021-03-19 14:50:11.581 pjsua_aud.c .....Conf connect: 2 --> 0
2021-03-19 14:50:11.581 conference.c ......Port 2 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:50:11.581 inv037C6BEC ....SDP negotiation done: Success
2021-03-19 14:50:11.581 pjsua_media.c .....Call 1: updating media..
2021-03-19 14:50:11.581 pjsua_media.c .......Media stream call01:0 is destroyed
2021-03-19 14:50:11.581 pjsua_aud.c ......Audio channel update..
2021-03-19 14:50:11.581 strm037795DC .......Encoder stream started
2021-03-19 14:50:11.581 strm037795DC .......Decoder stream started
2021-03-19 14:50:11.581 pjsua_media.c ......Audio updated, stream #0: PCMU (sendrecv)
2021-03-19 14:50:11.581 call.cpp .....Call [1] onCallMediaState
2021-03-19 14:50:11.581 phone.cpp .....TinyPhone::StopRinging.....
2021-03-19 14:50:11.581 pjsua_aud.c .....Conf disconnect: 2 -x- 0
2021-03-19 14:50:11.581 conference.c ......Port 2 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:50:11.581 call.cpp .....Found Call [1] Media Resource [0]
2021-03-19 14:50:11.581 call.cpp .....Connecting Call [1] to Media Device Input #-1 , Output # -2
2021-03-19 14:50:11.581 pjsua_aud.c .....Conf connect: 0 --> 4
2021-03-19 14:50:11.581 conference.c ......Port 0 (Microsoft Sound Mapper - Input) transmitting to port 4 (sip:[email protected])
2021-03-19 14:50:11.581 pjsua_aud.c .....Conf connect: 4 --> 0
2021-03-19 14:50:11.581 conference.c ......Port 4 (sip:[email protected]) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:50:11.581 pjsua_call.c .Call 1 sending UPDATE for updating media session to use only one codec
2021-03-19 14:50:11.581 pjsua_core.c ....TX 895 bytes Request msg UPDATE/cseq=26301 (tdta00D8E30C) to UDP 103.248.12.227:5060:
UPDATE sip:103.248.12.228:5070 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj692df162c1b74d02af112a24cc7188d8
Max-Forwards: 70
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
Contact: sip:[email protected]:5060;ob
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26301 UPDATE
Route: sip:103.248.12.227;lr;ep
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
Content-Type: application/sdp
Content-Length: 313

v=0
o=- 3825154207 3825154208 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4002 RTP/AVP 0 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4003 IN IP4 118.179.55.49
a=ssrc:2705443 cname:39b32d12074d4dc8
a=rtpmap:0 PCMU/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=sendrecv

--end msg--
2021-03-19 14:50:11.609 pjsua_core.c !.RX 490 bytes Response msg 500/UPDATE/cseq=26301 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 500 Session not stable
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj692df162c1b74d02af112a24cc7188d8
To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26301 UPDATE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Retry-After: 9
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:50:14.487 pjsua_core.c !.RX 876 bytes Response msg 200/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj5019f56674d248e889edf6ece7d5e157
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5070
To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 4396461069264363442 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 62576 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:50:14.487 call.cpp .....CallState Change: sip:[email protected] [CONNECTING]
2021-03-19 14:50:14.487 inv037C6BEC ....Received final response after SDP negotiation has been done in early media. Renegotiating SDP..
2021-03-19 14:50:14.487 inv037C6BEC ....SDP negotiation done: Success
2021-03-19 14:50:14.487 pjsua_media.c .....Call 1: updating media..
2021-03-19 14:50:14.487 pjsua_call.c .....Unable to create media session: No active media stream after negotiation (PJMEDIA_SDPNEG_ENOMEDIA) [status=220048]
2021-03-19 14:50:14.487 pjsua_core.c ........TX 412 bytes Request msg BYE/cseq=26302 (tdta00D07C7C) to UDP 103.248.12.227:5060:
BYE sip:103.248.12.228:5070 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjb1f37720da77478da5b34892c34786df
Max-Forwards: 70
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26302 BYE
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:50:14.487 pjsua_core.c .....TX 412 bytes Request msg ACK/cseq=26300 (tdta09741FFC) to UDP 103.248.12.227:5060:
ACK sip:103.248.12.228:5070 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj07cf0e994fae4e1289b0f2d29272a75b
Max-Forwards: 70
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26300 ACK
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:50:14.488 call.cpp .....CallState Change: sip:[email protected] [CONFIRMED]
2021-03-19 14:50:14.504 pjsua_core.c .RX 455 bytes Response msg 200/BYE/cseq=26302 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjb1f37720da77478da5b34892c34786df
To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
From: sip:[email protected];tag=4fbcb3fb455142c699154b7f96b228ce
Call-ID: 8e52e34b4a8845e8a9ac0d6094a4d6bd
CSeq: 26302 BYE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:50:14.504 call.cpp .....CallState Change: sip:[email protected] [DISCONNCTD]
2021-03-19 14:50:14.504 call.cpp .....Call 1 Disconnected, dumping media stats..
2021-03-19 14:50:14.504 call.cpp ..... [DISCONNCTD] To: sip:[email protected];tag=a-5evRrAZK8Iseab.i
Call time: 00h:00m:00s, 1st res in 4285 ms, conn in 7191ms

2021-03-19 14:50:14.504 pjsua_aud.c .....Conf connect: 5 --> 0
2021-03-19 14:50:14.504 conference.c ......Port 5 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:50:15.515 pjsua_aud.c .....Conf disconnect: 5 -x- 0
2021-03-19 14:50:15.515 conference.c ......Port 5 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:50:15.515 phone.cpp .....Refreshing Audio Devices
2021-03-19 14:50:15.542 phone.cpp .....Refreshed Device Count: 25
2021-03-19 14:50:15.542 phone.cpp .....Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 14:50:15.542 phone.cpp .....Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 14:50:15.542 phone.cpp .....Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 14:50:15.542 phone.cpp .....Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 14:50:15.542 phone.cpp .....Found Device #8 Realtek Digital Output (Realtek
2021-03-19 14:50:15.542 phone.cpp .....Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #23 Output (RTX-Audio Point)
2021-03-19 14:50:15.542 phone.cpp .....Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 14:50:15.542 phone.cpp .....Using Default Audio Device(s)
2021-03-19 14:50:15.542 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:50:15.542 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:50:15.542 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:50:15.542 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:50:15.542 pjsua_media.c .....Call 1: deinitializing media..
2021-03-19 14:52:05.324 pjsua_call.c !Making call with acc #0 to sip:[email protected]
2021-03-19 14:52:05.325 pjsua_media.c .Call 2: initializing media..
2021-03-19 14:52:05.380 pjsua_media.c ..RTP socket reachable at 118.179.55.49:4004
2021-03-19 14:52:05.380 pjsua_media.c ..RTCP socket reachable at 118.179.55.49:4005
2021-03-19 14:52:05.380 pjsua_media.c ..Media index 0 selected for audio call 2
2021-03-19 14:52:05.381 resolver.c ....Transmitting 50 bytes to NS 0 (192.168.31.1:53): DNS SRV query for _sip._udp.ic38.intercloud.com.bd: Success
2021-03-19 14:52:05.381 call.cpp .......CallState Change: sip:[email protected] [CALLING]
2021-03-19 14:52:05.436 _sip._udp.ic38 !DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:52:05.436 _sip._udp.ic38 DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:52:05.436 pjsua_core.c TX 1041 bytes Request msg INVITE/cseq=26299 (tdta00D90B14) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj0e5781d9c5d34c898594deb2b31e6459
Max-Forwards: 70
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26299 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825154325 3825154325 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4004 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4005 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:52:05.479 pjsua_core.c !.RX 603 bytes Response msg 401/INVITE/cseq=26299 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj0e5781d9c5d34c898594deb2b31e6459
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected];tag=OawAvBPZb-Fe5C5v.i
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26299 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Server: PortaSIP
WWW-Authenticate: Digest realm="sip-1.pb",nonce="1616143926:58607983adec9e1cb28772c5e6963337a2f5bd8d"
Content-Length: 0

--end msg--
2021-03-19 14:52:05.479 pjsua_core.c ..TX 392 bytes Request msg ACK/cseq=26299 (tdta03776674) to UDP 103.248.12.227:5060:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj0e5781d9c5d34c898594deb2b31e6459
Max-Forwards: 70
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
To: sip:[email protected];tag=OawAvBPZb-Fe5C5v.i
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26299 ACK
Content-Length: 0

--end msg--
2021-03-19 14:52:05.479 pjsua_core.c .......TX 1254 bytes Request msg INVITE/cseq=26300 (tdta00D90B14) to UDP 103.248.12.227:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj1bd2009056444bdcbb033ca95d2007cd
Max-Forwards: 70
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
To: sip:[email protected]
Contact: sip:[email protected]:5060;ob
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26300 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
User-Agent: TinyPhone Pjsua2 v36.0.0.80
Authorization: Digest username="11581004", realm="sip-1.pb", nonce="1616143926:58607983adec9e1cb28772c5e6963337a2f5bd8d", uri="sip:[email protected]", response="f3825e77087239928dac210587500e1d"
Content-Type: application/sdp
Content-Length: 363

v=0
o=- 3825154325 3825154325 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4004 RTP/AVP 8 0 18 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4005 IN IP4 118.179.55.49
a=sendrecv
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ssrc:2705443 cname:39b32d12074d4dc8

--end msg--
2021-03-19 14:52:05.521 pjsua_core.c !.RX 479 bytes Response msg 100/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj1bd2009056444bdcbb033ca95d2007cd
Record-Route: sip:103.248.12.227;lr;ep
To: sip:[email protected]
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:52:09.069 pjsua_core.c .RX 881 bytes Response msg 180/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj1bd2009056444bdcbb033ca95d2007cd
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5082
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 1628189912215211106 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 59590 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:52:09.069 call.cpp .....CallState Change: sip:[email protected] [EARLY]
2021-03-19 14:52:09.069 phone.cpp .....TinyPhone::StartRinging.....
2021-03-19 14:52:09.069 pjsua_aud.c .....Conf connect: 2 --> 0
2021-03-19 14:52:09.069 conference.c ......Port 2 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:52:09.069 inv037C081C ....SDP negotiation done: Success
2021-03-19 14:52:09.069 pjsua_media.c .....Call 2: updating media..
2021-03-19 14:52:09.069 pjsua_media.c .......Media stream call02:0 is destroyed
2021-03-19 14:52:09.069 pjsua_aud.c ......Audio channel update..
2021-03-19 14:52:09.069 strm09745B64 .......Encoder stream started
2021-03-19 14:52:09.069 strm09745B64 .......Decoder stream started
2021-03-19 14:52:09.069 pjsua_media.c ......Audio updated, stream #0: PCMU (sendrecv)
2021-03-19 14:52:09.069 call.cpp .....Call [2] onCallMediaState
2021-03-19 14:52:09.069 phone.cpp .....TinyPhone::StopRinging.....
2021-03-19 14:52:09.069 pjsua_aud.c .....Conf disconnect: 2 -x- 0
2021-03-19 14:52:09.069 conference.c ......Port 2 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:52:09.069 call.cpp .....Found Call [2] Media Resource [0]
2021-03-19 14:52:09.069 call.cpp .....Connecting Call [2] to Media Device Input #-1 , Output # -2
2021-03-19 14:52:09.069 pjsua_aud.c .....Conf connect: 0 --> 5
2021-03-19 14:52:09.069 conference.c ......Port 0 (Microsoft Sound Mapper - Input) transmitting to port 5 (sip:[email protected])
2021-03-19 14:52:09.069 pjsua_aud.c .....Conf connect: 5 --> 0
2021-03-19 14:52:09.069 conference.c ......Port 5 (sip:[email protected]) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:52:09.069 pjsua_call.c .Call 2 sending UPDATE for updating media session to use only one codec
2021-03-19 14:52:09.069 pjsua_core.c ....TX 895 bytes Request msg UPDATE/cseq=26301 (tdta09748E94) to UDP 103.248.12.227:5060:
UPDATE sip:103.248.12.228:5082 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPj0d785090fac240f5b725351c493023e7
Max-Forwards: 70
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
Contact: sip:[email protected]:5060;ob
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26301 UPDATE
Route: sip:103.248.12.227;lr;ep
Supported: replaces, 100rel, timer, norefersub
Session-Expires: 1800
Min-SE: 90
Content-Type: application/sdp
Content-Length: 313

v=0
o=- 3825154325 3825154326 IN IP4 118.179.55.49
s=pjmedia
b=AS:84
t=0 0
a=X-nat:1
m=audio 4004 RTP/AVP 0 96
c=IN IP4 118.179.55.49
b=TIAS:64000
a=rtcp:4005 IN IP4 118.179.55.49
a=ssrc:2705443 cname:39b32d12074d4dc8
a=rtpmap:0 PCMU/8000
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=sendrecv

--end msg--
2021-03-19 14:52:09.109 pjsua_core.c .RX 490 bytes Response msg 500/UPDATE/cseq=26301 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 500 Session not stable
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj0d785090fac240f5b725351c493023e7
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26301 UPDATE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Retry-After: 3
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:52:18.218 pjsua_core.c !.RX 876 bytes Response msg 200/INVITE/cseq=26300 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj1bd2009056444bdcbb033ca95d2007cd
Record-Route: sip:103.248.12.227;lr;ep
Contact: sip:103.248.12.228:5082
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26300 INVITE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Content-Type: application/sdp
Server: PortaSIP
Content-Length: 311

v=0
o=PortaSIP 1628189912215211106 1 IN IP4 103.248.12.228
s=-
t=0 0
m=audio 59590 RTP/AVP 0 18 96
c=IN IP4 103.248.12.228
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-15
a=silenceSupp:off - - - -
a=ptime:20
a=maxptime:30

--end msg--
2021-03-19 14:52:18.218 call.cpp .....CallState Change: sip:[email protected] [CONNECTING]
2021-03-19 14:52:18.218 inv037C081C ....Received final response after SDP negotiation has been done in early media. Renegotiating SDP..
2021-03-19 14:52:18.218 inv037C081C ....SDP negotiation done: Success
2021-03-19 14:52:18.218 pjsua_media.c .....Call 2: updating media..
2021-03-19 14:52:18.218 pjsua_call.c .....Unable to create media session: No active media stream after negotiation (PJMEDIA_SDPNEG_ENOMEDIA) [status=220048]
2021-03-19 14:52:18.218 pjsua_core.c ........TX 412 bytes Request msg BYE/cseq=26302 (tdta00D8B034) to UDP 103.248.12.227:5060:
BYE sip:103.248.12.228:5082 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjcab0481301f044568278bb4adbcf48c2
Max-Forwards: 70
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26302 BYE
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:52:18.218 pjsua_core.c .....TX 412 bytes Request msg ACK/cseq=26300 (tdta0974ADDC) to UDP 103.248.12.227:5060:
ACK sip:103.248.12.228:5082 SIP/2.0
Via: SIP/2.0/UDP 192.168.31.122:5060;rport;branch=z9hG4bKPjf88edf22eae94773bc2b22d4beab8df9
Max-Forwards: 70
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26300 ACK
Route: sip:103.248.12.227;lr;ep
Content-Length: 0

--end msg--
2021-03-19 14:52:18.218 call.cpp .....CallState Change: sip:[email protected] [CONFIRMED]
2021-03-19 14:52:18.252 pjsua_core.c .RX 455 bytes Response msg 200/BYE/cseq=26302 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPjcab0481301f044568278bb4adbcf48c2
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26302 BYE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Server: PortaSIP
Content-Length: 0

--end msg--
2021-03-19 14:52:18.252 call.cpp .....CallState Change: sip:[email protected] [DISCONNCTD]
2021-03-19 14:52:18.252 call.cpp .....Call 2 Disconnected, dumping media stats..
2021-03-19 14:52:18.252 call.cpp ..... [DISCONNCTD] To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
Call time: 00h:00m:00s, 1st res in 3745 ms, conn in 12894ms

2021-03-19 14:52:18.252 pjsua_aud.c .....Conf connect: 6 --> 0
2021-03-19 14:52:18.252 conference.c ......Port 6 (tonegen) transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:52:19.265 pjsua_aud.c .....Conf disconnect: 6 -x- 0
2021-03-19 14:52:19.265 conference.c ......Port 6 (tonegen) stop transmitting to port 0 (Microsoft Sound Mapper - Input)
2021-03-19 14:52:19.265 phone.cpp .....Refreshing Audio Devices
2021-03-19 14:52:19.296 phone.cpp .....Refreshed Device Count: 25
2021-03-19 14:52:19.296 phone.cpp .....Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 14:52:19.296 phone.cpp .....Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 14:52:19.296 phone.cpp .....Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 14:52:19.296 phone.cpp .....Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 14:52:19.296 phone.cpp .....Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 14:52:19.297 phone.cpp .....Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 14:52:19.297 phone.cpp .....Found Device #8 Realtek Digital Output (Realtek
2021-03-19 14:52:19.297 phone.cpp .....Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #23 Output (RTX-Audio Point)
2021-03-19 14:52:19.297 phone.cpp .....Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 14:52:19.297 phone.cpp .....Using Default Audio Device(s)
2021-03-19 14:52:19.297 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:52:19.297 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:52:19.297 pjsua_aud.c .....Set sound device: capture=-1, playback=-2
2021-03-19 14:52:19.297 pjsua_aud.c ......No changes in capture and playback devices
2021-03-19 14:52:19.297 pjsua_media.c .....Call 2: deinitializing media..
2021-03-19 14:53:15.416 pjsua_call.c !Hangup all calls..
2021-03-19 14:53:15.416 account.cpp UnRegister [email protected]
2021-03-19 14:53:15.416 pjsua_acc.c Acc 0: setting unregistration..
2021-03-19 14:53:15.416 resolver.c ..Transmitting 50 bytes to NS 0 (192.168.31.1:53): DNS SRV query for _sip._udp.ic38.intercloud.com.bd: Success
2021-03-19 14:53:15.416 pjsua_acc.c .Acc 0: Unregistration sent
2021-03-19 14:53:15.416 pjsua_acc.c Deleting account 0..
2021-03-19 14:53:15.416 pjsua_acc.c .Acc 0: setting unregistration..
2021-03-19 14:53:15.416 sip_reg.c ..Unable to send request, regc has another transaction pending
2021-03-19 14:53:15.416 pjsua_acc.c ..Unable to create/send REGISTER: Object is busy (PJSIP_EBUSY) [status=171001]
2021-03-19 14:53:15.416 pjsua_acc.c .Account id 0 deleted
2021-03-19 14:53:15.417 pjsua_core.c Shutting down, flags=0...
2021-03-19 14:53:15.417 pjsua_core.c PJSUA state changed: RUNNING --> CLOSING
2021-03-19 14:53:15.426 pjsua_call.c .Hangup all calls..
2021-03-19 14:53:15.426 pjsua_media.c .Call 0: deinitializing media..
2021-03-19 14:53:15.426 pjsua_media.c .Call 1: deinitializing media..
2021-03-19 14:53:15.426 pjsua_media.c .Call 2: deinitializing media..
2021-03-19 14:53:15.426 pjsua_media.c .Call 3: deinitializing media..
2021-03-19 14:53:15.426 pjsua_pres.c .Shutting down presence..
2021-03-19 14:53:15.472 _sip._udp.ic38 .DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd: DNS "Name Error" (PJLIB_UTIL_EDNS_NXDOMAIN)
2021-03-19 14:53:15.472 _sip._udp.ic38 .DNS SRV resolution failed for _sip._udp.ic38.intercloud.com.bd, trying resolving A/AAAA record for ic38.intercloud.com.bd
2021-03-19 14:53:15.472 resolver.c .Transmitting 40 bytes to NS 0 (192.168.31.1:53): DNS A query for ic38.intercloud.com.bd: Success
2021-03-19 14:53:32.240 Master/sound !Underflow, buf_cnt=0, will generate 1 frame
2021-03-19 21:26:26.451 sip_endpoint.c .Module "mod-pjsua-log" registered
2021-03-19 21:26:26.451 sip_endpoint.c .Module "mod-tsx-layer" registered
2021-03-19 21:26:26.451 sip_endpoint.c .Module "mod-stateful-util" registered
2021-03-19 21:26:26.451 sip_endpoint.c .Module "mod-ua" registered
2021-03-19 21:26:26.451 sip_endpoint.c .Module "mod-100rel" registered
2021-03-19 21:26:26.451 sip_endpoint.c .Module "mod-pjsua" registered
2021-03-19 21:26:26.451 sip_endpoint.c .Module "mod-invite" registered
2021-03-19 21:26:26.451 pjsua_core.c .Trying STUN server stun.l.google.com:19302 IPv4 (1 of 1)..
2021-03-19 21:26:26.693 pa_dev.c ..PortAudio sound library initialized, status=0
2021-03-19 21:26:26.693 pa_dev.c ..PortAudio host api count=3
2021-03-19 21:26:26.693 pa_dev.c ..Sound device count=25
2021-03-19 21:26:26.693 pjlib ..select() I/O Queue created (0329249C)
2021-03-19 21:26:26.693 bcg729.c ..BCG729 codec initialized
2021-03-19 21:26:26.694 sip_endpoint.c .Module "mod-evsub" registered
2021-03-19 21:26:26.694 sip_endpoint.c .Module "mod-presence" registered
2021-03-19 21:26:26.694 sip_endpoint.c .Module "mod-mwi" registered
2021-03-19 21:26:26.694 sip_endpoint.c .Module "mod-refer" registered
2021-03-19 21:26:26.694 sip_endpoint.c .Module "mod-pjsua-pres" registered
2021-03-19 21:26:26.694 sip_endpoint.c .Module "mod-pjsua-im" registered
2021-03-19 21:26:26.694 sip_endpoint.c .Module "mod-pjsua-options" registered
2021-03-19 21:26:26.694 pjsua_core.c .2 SIP worker threads created
2021-03-19 21:26:26.694 pjsua_core.c .pjsua version 2.9 for win32-6.2/i386/msvc-19.0 initialized
2021-03-19 21:26:26.694 pjsua_core.c .PJSUA state changed: CREATED --> INIT
2021-03-19 21:26:26.694 stunresolve !.STUN mapped address found/changed: 118.179.55.49:64991
2021-03-19 21:26:26.699 pjsua_core.c .STUN resolution success, using stun.l.google.com:19302, address is 74.125.200.127:19302
2021-03-19 21:26:26.769 pjsua_core.c !SIP UDP socket reachable at 118.179.55.49:5060
2021-03-19 21:26:26.769 udp03256468 SIP UDP transport started, published address is 118.179.55.49:5060
2021-03-19 21:26:26.776 pjsua_core.c PJSUA state changed: INIT --> STARTING
2021-03-19 21:26:26.776 sip_endpoint.c .Module "mod-unsolicited-mwi" registered
2021-03-19 21:26:26.776 pjsua_core.c .PJSUA state changed: STARTING --> RUNNING
2021-03-19 21:26:26.776 phone.cpp TinyPhone::Initialize.....
2021-03-19 21:26:26.776 sip_endpoint.c Module "mod-notify" registered
2021-03-19 21:26:26.776 phone.cpp supported codec 130 speex/16000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 129 speex/8000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 128 speex/32000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 128 iLBC/8000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 128 GSM/8000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 128 PCMU/8000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 128 PCMA/8000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 128 G722/16000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 128 G729/8000/1
2021-03-19 21:26:26.776 phone.cpp supported codec 0 L16/44100/2
2021-03-19 21:26:26.776 phone.cpp supported codec 0 L16/44100/1
2021-03-19 21:26:26.776 phone.cpp PCMA/8000/1 activated, priority 128
2021-03-19 21:26:26.776 phone.cpp PCMU/8000/1 activated, priority 128
2021-03-19 21:26:26.776 phone.cpp G729/8000/1 activated, priority 128
2021-03-19 21:26:26.795 phone.cpp Refreshed Device Count: 25
2021-03-19 21:26:26.795 phone.cpp Found Device #0 Microsoft Sound Mapper - Input
2021-03-19 21:26:26.795 phone.cpp Found Device #1 Microphone (Realtek(R) Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #2 Microphone (NVIDIA RTX Voice)
2021-03-19 21:26:26.795 phone.cpp Found Device #3 Microsoft Sound Mapper - Output
2021-03-19 21:26:26.795 phone.cpp Found Device #4 Speakers (Realtek(R) Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #5 Speakers (NVIDIA RTX Voice)
2021-03-19 21:26:26.795 phone.cpp Found Device #6 2281W (NVIDIA High Definition A
2021-03-19 21:26:26.795 phone.cpp Found Device #7 2281W (NVIDIA High Definition A
2021-03-19 21:26:26.795 phone.cpp Found Device #8 Realtek Digital Output (Realtek
2021-03-19 21:26:26.795 phone.cpp Found Device #9 Speakers (NVIDIA RTX Voice)
2021-03-19 21:26:26.795 phone.cpp Found Device #10 2281W (NVIDIA High Definition Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #11 2281W (NVIDIA High Definition Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #12 Speakers (Realtek(R) Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #13 Realtek Digital Output (Realtek(R) Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #14 Microphone (NVIDIA RTX Voice)
2021-03-19 21:26:26.795 phone.cpp Found Device #15 Microphone (Realtek(R) Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #16 Output (NVIDIA High Definition Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #17 Output (NVIDIA High Definition Audio)
2021-03-19 21:26:26.795 phone.cpp Found Device #18 SPDIF Out (Realtek HDA SPDIF Out)
2021-03-19 21:26:26.795 phone.cpp Found Device #19 Line In (Realtek HD Audio Line input)
2021-03-19 21:26:26.795 phone.cpp Found Device #20 Microphone (Realtek HD Audio Mic input)
2021-03-19 21:26:26.795 phone.cpp Found Device #21 Stereo Mix (Realtek HD Audio Stereo input)
2021-03-19 21:26:26.795 phone.cpp Found Device #22 Speakers (Realtek HD Audio output)
2021-03-19 21:26:26.795 phone.cpp Found Device #23 Output (RTX-Audio Point)
2021-03-19 21:26:26.795 phone.cpp Found Device #24 Microphone (RTX-Audio Point)
2021-03-19 21:26:26.795 phone.cpp Using Default Audio Device(s)
2021-03-19 21:26:26.795 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 21:26:26.795 pjsua_aud.c Set sound device: capture=-1, playback=-2
2021-03-19 21:26:26.795 pjsua_aud.c .No changes in capture and playback devices
2021-03-19 21:26:26.795 phone.cpp Creating Metrics Client to 10.47.192.13:8125 over UDP
2021-03-19 21:26:26.795 phone.cpp Restoring User Accounts 0
`

from tinyphone.

kingster avatar kingster commented on August 18, 2024

@saaiful there are lot of log lines that says

2021-03-19 14:52:18.218 pjsua_call.c .....Unable to create media session: No active media stream after negotiation (PJMEDIA_SDPNEG_ENOMEDIA) [status=220048]

And also

2021-03-19 14:52:09.109 pjsua_core.c .RX 490 bytes Response msg 500/UPDATE/cseq=26301 (rdata0374005C) from UDP 103.248.12.227:5060:
SIP/2.0 500 Session not stable
Via: SIP/2.0/UDP 192.168.31.122:5060;rport=5060;branch=z9hG4bKPj0d785090fac240f5b725351c493023e7
To: sip:[email protected];tag=OawAvBPZb-Fe5IVS.i
From: sip:[email protected];tag=5fad6445bc9944e5bd4f15d5fb8e1a2b
Call-ID: 95494fde3f714a0db5fd270340413a89
CSeq: 26301 UPDATE
Allow: INVITE, ACK, BYE, CANCEL, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS, UPDATE
Retry-After: 3
Server: PortaSIP
Content-Length: 0

This looks mostly codec negotiation error between your server and tinyphone. Please check the codecs that are supported by your registration/call server and configure g711a/u/g729 are enabled based on your use-case. Alternatively, you can enable the supported codecs using the local config file

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024

Just looked into microsip.ini and found "audioCodecs=PCMA/8000/1 PCMU/8000/1" now using "PCMA/8000/1 PCMU/8000/1" and the call is working.

Thanks for the help.

from tinyphone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.