linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Android linphone


From: Дрюков Евгений
Subject: [Linphone-developers] Android linphone
Date: Sat, 10 Aug 2019 20:45:36 +0300

Android   'org.linphone:linphone-sdk-android:4.2+'
Problem - Do not work STUN on port bind for RTP and send corrected IP mapped to 
NAT in SDP 

One error for RTP STUN in log
08-10 22:56:59.272 19756-19836/com.example.factorial W/Linphone: STUN support 
is not implemented for ipv6

Thx for help \o/

Init code
===============
sipcore.getNatPolicy().clear();
NatPolicy np = sipcore.createNatPolicy();
np.setStunServer(sip_domain);
np.enableStun(true);
sipcore.setNatPolicy(np);
sipcore.setStunServer(sip_domain);

proxyConfig = this.sipcore.createProxyConfig();
proxyConfig.setIdentityAddress(sip_from);
proxyConfig.setExpires(sip_Expires);
proxyConfig.setPushNotificationAllowed(false);
proxyConfig.setServerAddr(sip_server);
proxyConfig.setRealm(sip_domain);
proxyConfig.enableRegister(true);
proxyConfig.setQualityReportingInterval(0);

proxyConfig.done();
sipcore.addProxyConfig(proxyConfig);
sipcore.setDefaultProxyConfig(proxyConfig);
sipcore.setMaxCalls(1);
sipcore.setIncTimeout(120);

sipcore.start();

==============
logs


08-10 22:56:53.740 19756-19756/com.example.factorial I/Linphone: Initializing 
LinphoneCore 3.12.0-3409-gd508dff53
08-10 22:56:53.740 19756-19756/com.example.factorial I/Linphone: Sal nat helper 
[enabled]
08-10 22:56:54.816 19756-19836/com.example.factorial I/Linphone: 
LinphoneProxyConfig [0x7f9d9b9980] about to register (LinphoneCore version: 
3.12.0-3409-gd508dff53)
08-10 22:56:55.228 19756-19836/com.example.factorial I/Linphone: 
stun.xxxxxxx.net resolved to 81.1.241.70
08-10 22:56:55.228 19756-19836/com.example.factorial I/Linphone: Stun server 
resolution successful.

Revice INVITE

08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: INVITE 
sip:jenka_comp@213.87.225.52:38990;transport=udp SIP/2.0
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Via: 
SIP/2.0/UDP 81.1.xxx.xx;rport;branch=z9hG4bKHcXU3ZrNNer4m
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Max-Forwards: 
69
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: From: "vadim" 
<sip:address@hidden>;tag=XgDpQS5Sp33gm
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: To: 
<sip:jenka_comp@213.87.225.52:38990;transport=udp>
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Call-ID: 
409d0f09-3633-1238-5a8b-e637889d9777
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: CSeq: 8174434 
INVITE
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Contact: 
<sip:address@hidden:5060>
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: User-Agent: 
BeWard
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Allow: INVITE, 
ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Supported: 
timer, path, replaces
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Allow-Events: 
talk, hold, conference, refer
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: Content-Type: 
application/sdp
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: 
Content-Disposition: session
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: 
Content-Length: 132
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: X-FS-Support: 
update_display,send_info
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: 
Remote-Party-ID: "vadim" 
<sip:address@hidden>;party=calling;screen=yes;privacy=off
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: v=0
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: o=BewardProxy 
1359073933 1359073934 IN IP4 81.1.xxx.xxx
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: s=BewardProxy
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: c=IN IP4 
81.1.xxx.xxx
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: t=0 0
08-10 22:56:59.253 19756-19836/com.example.factorial I/Linphone: m=audio 16436 
RTP/AVP 0 8

08-10 22:56:59.259 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000] [782] bytes parsed
08-10 22:56:59.259 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000] read [132] bytes of body from [xxxxx.net:5060]
08-10 22:56:59.262 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_acquire(): Android wake lock [belle-sip 
transaction(0x7f85574040)] acquired [ref=0x1008a6]
08-10 22:56:59.262 19756-19836/com.example.factorial I/Linphone: transaction 
[0x7f85574040]: starting transaction background task with id=[1008a6].
08-10 22:56:59.262 19756-19836/com.example.factorial I/Linphone: Changing 
[server] [INVITE] transaction [0x7f85574040], from state [INIT] to [PROCEEDING]
08-10 22:56:59.263 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000]: message sent to [UDP://xxxxxx.net:5060], size: [273] bytes
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 81.1.xxxx.xxx;rport;branch=z9hG4bKHcXU3ZrNNer4m
    From: "vadim" <sip:address@hidden>;tag=XgDpQS5Sp33gm
    To: <sip:jenka_comp@213.87.225.52:38990;transport=udp>
    Call-ID: 409d0f09-3633-1238-5a8b-e637889d9777
    CSeq: 8174434 INVITE
08-10 22:56:59.263 19756-19836/com.example.factorial I/Linphone: New server 
dialog [0x7f88fbf000] , local tag [dLTCmt8], remote tag [XgDpQS5Sp33gm]
08-10 22:56:59.263 19756-19836/com.example.factorial I/Linphone: op 
[0x7f890dfc00] : set_or_update_dialog() current=[0x0] new=[0x7f88fbf000]
08-10 22:56:59.263 19756-19836/com.example.factorial I/Linphone: New incoming 
call from ["vadim" <sip:address@hidden>] to 
[<sip:jenka_comp@213.87.225.52:38990;transport=udp>]
08-10 22:56:59.264 19756-19836/com.example.factorial I/Linphone: Found payload 
PCMU/8000 fmtp=
08-10 22:56:59.264 19756-19836/com.example.factorial I/Linphone: Found payload 
PCMA/8000 fmtp=
08-10 22:56:59.265 19756-19836/com.example.factorial I/Linphone: New 
MediaSession [0x7f9daea3b8] initialized (LinphoneCore version: 
3.12.0-3409-gd508dff53)
08-10 22:56:59.265 19756-19836/com.example.factorial I/Linphone: Found media 
local-ip from signaling.
08-10 22:56:59.265 19756-19836/com.example.factorial I/Linphone: audio stream 
index found: 0, updating main audio stream index
08-10 22:56:59.265 19756-19836/com.example.factorial I/Linphone: CallSession 
[0x7f9daea3b8], stream type [audio], multicast role is [inactive]
08-10 22:56:59.266 19756-19836/com.example.factorial I/Linphone: RtpSession 
bound to [::0] ports [7078] [7079]
08-10 22:56:59.266 19756-19836/com.example.factorial I/Linphone: 
rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION
08-10 22:56:59.266 19756-19836/com.example.factorial I/Linphone: Configured 
srtp crypto suite: AES_CM_128_HMAC_SHA1_80 
08-10 22:56:59.266 19756-19836/com.example.factorial I/Linphone: Configured 
srtp crypto suite: AES_CM_128_HMAC_SHA1_32 
08-10 22:56:59.266 19756-19836/com.example.factorial I/Linphone: Configured 
srtp crypto suite: AES_256_CM_HMAC_SHA1_80 
08-10 22:56:59.266 19756-19836/com.example.factorial I/Linphone: Configured 
srtp crypto suite: AES_256_CM_HMAC_SHA1_32 
08-10 22:56:59.266 19756-19836/com.example.factorial I/Linphone: Creating ZRTP 
engine on rtp session [0x7f855c9000] ssrc 0x6bdf1dd1
08-10 22:56:59.267 19756-19836/com.example.factorial I/Linphone: Setting DSCP 
to 46 for MSAudio stream.
08-10 22:56:59.267 19756-19836/com.example.factorial I/Linphone: Equalizer 
location: hp
08-10 22:56:59.268 19756-19836/com.example.factorial I/Linphone: cannot set 
noise gate mode to [0] because no volume send
08-10 22:56:59.268 19756-19836/com.example.factorial I/Linphone: CallSession 
[0x7f9daea3b8], stream type [video], multicast role is [inactive]
08-10 22:56:59.269 19756-19836/com.example.factorial I/Linphone: RtpSession 
bound to [::0] ports [9078] [9079]
08-10 22:56:59.271 19756-19836/com.example.factorial I/Linphone: This device 
(Xiaomi/Redmi Note 4/mt6797) declares it has a built-in echo canceller.
08-10 22:56:59.271 19756-19836/com.example.factorial I/Linphone: No information 
available for [Xiaomi/Redmi Note 4/mt6797],
08-10 22:56:59.271 19756-19836/com.example.factorial I/Linphone: Sound device 
information for [Xiaomi/Redmi Note 4/mt6797] is: builtin=[yes], delay=[0] ms
08-10 22:56:59.271 19756-19836/com.example.factorial I/Linphone: 
rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION
08-10 22:56:59.271 19756-19836/com.example.factorial I/Linphone: Initializing 
multistream ZRTP context on rtp session [0x7f855ca400] ssrc 0xe2399573
08-10 22:56:59.271 19756-19836/com.example.factorial I/Linphone: Setting DSCP 
to 0 for MSVideo stream.
08-10 22:56:59.271 19756-19836/com.example.factorial I/Linphone: CallSession 
[0x7f9daea3b8], stream type [text], multicast role is [inactive]
08-10 22:56:59.272 19756-19836/com.example.factorial I/Linphone: RtpSession 
bound to [::0] ports [11078] [11079]
08-10 22:56:59.272 19756-19836/com.example.factorial I/Linphone: 
rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION
08-10 22:56:59.272 19756-19836/com.example.factorial W/Linphone: STUN support 
is not implemented for ipv6
08-10 22:56:59.272 19756-19836/com.example.factorial I/Linphone: Found media 
local-ip from signaling.
08-10 22:56:59.272 19756-19836/com.example.factorial I/Linphone: Don't put 
video stream on local offer for CallSession [0x7f9daea3b8]
08-10 22:56:59.272 19756-19836/com.example.factorial I/Linphone: Don't put text 
stream on local offer for CallSession [0x7f9daea3b8]
08-10 22:56:59.272 19756-19836/com.example.factorial I/Linphone: Doing SDP 
offer/answer process of type incoming
08-10 22:56:59.275 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_acquire(): Android wake lock [Liblinphone call notification] 
acquired [ref=0x1008ae]
08-10 22:56:59.275 19756-19836/com.example.factorial I/Linphone: Starting 
background task [1050798] with name: [Liblinphone call notification] and 
expiration of [30]
08-10 22:56:59.275 19756-19836/com.example.factorial I/Linphone: Starting local 
ringtone...
08-10 22:56:59.276 19756-19836/com.example.factorial I/Linphone: speex_lib_ctl 
init with neon ? 1
08-10 22:56:59.276 19756-19836/com.example.factorial I/Linphone: MKVPlayer: 
opening 
/data/user/0/com.example.factorial/files/share/sounds/linphone/rings/notes_of_the_optimistic.mkv
08-10 22:56:59.277 19756-19836/com.example.factorial W/Linphone: MKVPlayer: no 
default video track. Looking for first video track
08-10 22:56:59.277 19756-19836/com.example.factorial W/Linphone: MKVPlayer: no 
video track found
08-10 22:56:59.278 19756-19836/com.example.factorial I/Linphone: Configuring 
resampler input with rate=[48000], nchannels=[2]
08-10 22:56:59.279 19756-19836/com.example.factorial I/Linphone: configuring 
resampler output to rate=[48000], nchannels=[2]
08-10 22:56:59.279 19756-19836/com.example.factorial I/Linphone: 
ms_filter_link: MSMKVPlayer:0x7f855df300,1-->MSOpusDec:0x7f8555b580,0
08-10 22:56:59.279 19756-19836/com.example.factorial I/Linphone: 
ms_filter_link: MSOpusDec:0x7f8555b580,0-->MSDtmfGen:0x7f855df280,0
08-10 22:56:59.279 19756-19836/com.example.factorial I/Linphone: 
ms_filter_link: MSDtmfGen:0x7f855df280,0-->MSResample:0x7f8555b300,0
08-10 22:56:59.279 19756-19865/com.example.factorial I/Linphone: Priority used: 
99
08-10 22:56:59.279 19756-19836/com.example.factorial I/Linphone: 
ms_filter_link: MSResample:0x7f8555b300,0-->MSOpenSLESPlayer:0x7f855dfd80,0
08-10 22:56:59.279 19756-19865/com.example.factorial I/Linphone: Ring MSTicker 
priority increased to maximum.
08-10 22:56:59.279 19756-19836/com.example.factorial I/Linphone: Initializing 
speex resampler in mode [voip] 
08-10 22:56:59.309 19756-19836/com.example.factorial I/Linphone: CallSession 
[0x7f9daea3b8] moving from state State::Idle to State::IncomingReceived
08-10 22:56:59.309 19756-19836/com.example.factorial I/Linphone: [Platform 
Helper] acquireWifiLock()
08-10 22:56:59.312 19756-19836/com.example.factorial I/Linphone: [Platform 
Helper] acquireMcastLock()
08-10 22:56:59.326 19756-19836/com.example.factorial I/Linphone: [Platform 
Helper] acquireCpuLock()
08-10 22:56:59.328 19756-19836/com.example.factorial I/Linphone: Ending 
background task [1050798] with name: [Liblinphone call notification]
08-10 22:56:59.329 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_release(): Android wake lock released [ref=0x1008ae]
08-10 22:56:59.329 19756-19836/com.example.factorial I/Linphone: Contact has 
been fixed using proxy
08-10 22:56:59.330 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000]: message sent to [UDP://xxxxxxx.net:5060], size: [352] bytes
    SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP 81.1.xxxx.xxx;rport;branch=z9hG4bKHcXU3ZrNNer4m
    From: "vadim" <sip:address@hidden>;tag=XgDpQS5Sp33gm
    To: <sip:jenka_comp@213.87.225.52:38990;transport=udp>;tag=dLTCmt8
    Call-ID: 409d0f09-3633-1238-5a8b-e637889d9777
    CSeq: 8174434 INVITE
    User-Agent: Intrcom/Android
    Supported: replaces, outbound, gruu
08-10 22:56:59.330 19756-19836/com.example.factorial I/Linphone: Dialog 
[0x7f88fbf000]: now updated by transaction [0x7f85574040].
08-10 22:56:59.330 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000]: ending recv background task with id=[10089e].
08-10 22:56:59.331 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_release(): Android wake lock released [ref=0x10089e]
08-10 22:56:59.334 19756-19836/com.example.factorial I/Linphone: Stop ringing
08-10 22:56:59.334 19756-19836/com.example.factorial I/Linphone: opus decoder 
stats: fec 0 packets - plc 0 packets.
08-10 22:56:59.381 19756-19836/com.example.factorial I/Linphone: 
ms_filter_unlink: MSMKVPlayer:0x7f855df300,1-->MSOpusDec:0x7f8555b580,0
08-10 22:56:59.381 19756-19836/com.example.factorial I/Linphone: 
ms_filter_unlink: MSOpusDec:0x7f8555b580,0-->MSDtmfGen:0x7f855df280,0
08-10 22:56:59.381 19756-19836/com.example.factorial I/Linphone: 
ms_filter_unlink: MSDtmfGen:0x7f855df280,0-->MSResample:0x7f8555b300,0
08-10 22:56:59.381 19756-19836/com.example.factorial I/Linphone: 
ms_filter_unlink: MSResample:0x7f8555b300,0-->MSOpenSLESPlayer:0x7f855dfd80,0
08-10 22:56:59.389 19756-19865/com.example.factorial I/Linphone: Ring MSTicker 
thread exiting
08-10 22:56:59.389 19756-19836/com.example.factorial I/Linphone: Configuring 
prefered card sampling rate to [48000]
08-10 22:56:59.389 19756-19836/com.example.factorial I/Linphone: Accepting 
server transaction [0x7f85574040] on op [0x7f890dfc00]

08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000]: message sent to [UDP://xxxxxxx.net:5060], size: [742] bytes
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: SIP/2.0 200 Ok
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Via: 
SIP/2.0/UDP 81.1.xxxx.xxx;rport;branch=z9hG4bKHcXU3ZrNNer4m
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: From: "vadim" 
<sip:address@hidden>;tag=XgDpQS5Sp33gm
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: To: 
<sip:jenka_comp@213.87.225.52:38990;transport=udp>;tag=dLTCmt8
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Call-ID: 
409d0f09-3633-1238-5a8b-e637889d9777
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: CSeq: 8174434 
INVITE
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: User-Agent: 
Intrcom/Android
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Supported: 
replaces, outbound, gruu
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Allow: INVITE, 
ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Contact: 
<sip:jenka_comp@213.87.225.52:38990;transport=udp>;expires=600;+sip.instance="<urn:uuid:2c25c52a-c80b-0049-9b52-98838b634526>"
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Content-Type: 
application/sdp
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: 
Content-Length: 115
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: v=0
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: o=jenka_comp 
3695 2728 IN IP4 10.94.124.127
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: s=Talk
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: c=IN IP4 
10.94.124.127
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: t=0 0
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: m=audio 7078 
RTP/AVP 0 8

10.94.124.127 -- no public IP need mapped to STUN


08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Changing 
[server] [INVITE] transaction [0x7f85574040], from state [PROCEEDING] to 
[ACCEPTED]
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Dialog 
[0x7f88fbf000]: now updated by transaction [0x7f85574040].
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: CallSession 
[0x7f9daea3b8] moving from state State::IncomingReceived to State::Connected
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: startStreams() 
CallSession=[0x7f9daea3b8] local upload_bandwidth=[0] kbit/s; local 
download_bandwidth=[0] kbit/s
08-10 22:56:59.390 19756-19836/com.example.factorial I/Linphone: Audio 
bandwidth for CallSession [0x7f9daea3b8] is 80
08-10 22:56:59.390 19756-19836/com.example.factorial W/Linphone: CallSession 
[0x7f9daea3b8] - advanced adaptive rate control requested but avpf is not 
activated in this stream. Reverting to basic rate control instead
08-10 22:56:59.391 19756-19836/com.example.factorial I/Linphone: RtpSession 
[0x7f855c9000] sending to rtp [::ffff:81.1.xxx.xx]:16436 rtcp 
[::ffff:81.1.xxx.xx]:16437 
08-10 22:56:59.391 19756-19836/com.example.factorial I/Linphone: Stun packet 
sent for session [0x7f855c9000]
08-10 22:56:59.391 19756-19836/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]
08-10 22:56:59.392 19756-19836/com.example.factorial I/Linphone: speex_lib_ctl 
init with neon ? 1

08-10 22:56:59.460 19756-19836/com.example.factorial I/Linphone: 
CallSession[0x7f9daea3b8] : payload type 0 PCMU/8000 fmtp= added to frozen list
08-10 22:56:59.460 19756-19836/com.example.factorial I/Linphone: 
CallSession[0x7f9daea3b8] : payload type 8 PCMA/8000 fmtp= added to frozen list
08-10 22:56:59.460 19756-19836/com.example.factorial I/Linphone: CallSession 
[0x7f9daea3b8] moving from state State::Connected to State::StreamsRunning
08-10 22:56:59.460 19756-19836/com.example.factorial I/Linphone: CallSession 
accepted
08-10 22:56:59.463 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent for session [0x7f855c9000]
08-10 22:56:59.463 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]
08-10 22:56:59.472 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] 
acquired [ref=0x2008c6]
08-10 22:56:59.472 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000]: starting recv background task with id=[2008c6].
08-10 22:56:59.472 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000]: received [404] new bytes from [UDP://xxxxxx.net:5060]:
    ACK sip:jenka_comp@213.87.225.52:38990;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 81.1.xxxx.xxx;rport;branch=z9hG4bKjNpm5t9rjQeQg
    Max-Forwards: 70
    From: "vadim" <sip:address@hidden>;tag=XgDpQS5Sp33gm
    To: <sip:jenka_comp@213.87.225.52:38990;transport=udp>;tag=dLTCmt8
    Call-ID: 409d0f09-3633-1238-5a8b-e637889d9777
    CSeq: 8174434 ACK
    Contact: <sip:address@hidden:5060>
    Content-Length: 0

08-10 22:56:59.472 19756-19868/com.example.factorial I/Linphone: MSAudioMixer 
[0x7f8555b700] is entering bypass mode.
08-10 22:56:59.477 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000] [404] bytes parsed
08-10 22:56:59.477 19756-19836/com.example.factorial I/Linphone: Incoming 
INVITE has ACK, dialog is happy
08-10 22:56:59.477 19756-19836/com.example.factorial I/Linphone: channel 
[0x7f85542000]: ending recv background task with id=[2008c6].
08-10 22:56:59.478 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_release(): Android wake lock released [ref=0x2008c6]
08-10 22:56:59.815 19756-19836/com.example.factorial I/Linphone: First 
estimation
08-10 22:56:59.815 19756-19836/com.example.factorial I/Linphone: First 
estimation
08-10 22:56:59.815 19756-19836/com.example.factorial I/Linphone: Bandwidth 
usage for CallSession [0x7f9daea3b8]:
        RTP  audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00,ed=0.00], 
text=[d=0.00,u=0.00] kbits/sec
        RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] 
kbits/sec
08-10 22:56:59.815 19756-19836/com.example.factorial I/Linphone: Thread 
processing load: audio=0.987526    video=0    text=0
08-10 22:56:59.963 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]
08-10 22:57:00.462 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]

08-10 22:57:00.815 19756-19836/com.example.factorial I/Linphone: Bandwidth 
usage for CallSession [0x7f9daea3b8]:
        RTP  audio=[d=0.00,u=0.77], video=[d=0.00,u=0.00,ed=0.00], 
text=[d=0.00,u=0.00] kbits/sec
        RTCP audio=[d=0.00,u=1.15], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] 
kbits/sec
08-10 22:57:00.815 19756-19836/com.example.factorial I/Linphone: Thread 
processing load: audio=0.320415    video=0    text=0
08-10 22:57:00.962 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]

08-10 22:57:01.052 19756-19836/com.example.factorial I/Linphone: Changing 
[client] [REGISTER] transaction [0x7f855ec740], from state [COMPLETED] to 
[TERMINATED]
08-10 22:57:01.052 19756-19836/com.example.factorial I/Linphone: Client 
internal REGISTER transaction [0x7f855ec740] terminated
08-10 22:57:01.052 19756-19836/com.example.factorial I/Linphone: transaction 
[0x7f855ec740]: ending transaction background task with id=[100882].
08-10 22:57:01.055 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_release(): Android wake lock released [ref=0x100882]
08-10 22:57:01.392 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent for session [0x7f855c9000]

08-10 22:57:01.453 19756-19836/com.example.factorial I/Linphone: Changing 
[client] [REGISTER] transaction [0x7f85573500], from state [COMPLETED] to 
[TERMINATED]
08-10 22:57:01.453 19756-19836/com.example.factorial I/Linphone: Client 
internal REGISTER transaction [0x7f85573500] terminated
08-10 22:57:01.453 19756-19836/com.example.factorial I/Linphone: transaction 
[0x7f85573500]: ending transaction background task with id=[100896].
08-10 22:57:01.458 19756-19836/com.example.factorial I/Linphone: 
bellesip_wake_lock_release(): Android wake lock released [ref=0x100896]
08-10 22:57:01.462 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]

08-10 22:57:01.820 19756-19836/com.example.factorial I/Linphone: Bandwidth 
usage for CallSession [0x7f9daea3b8]:
        RTP  audio=[d=0.00,u=0.38], video=[d=0.00,u=0.00,ed=0.00], 
text=[d=0.00,u=0.00] kbits/sec
        RTCP audio=[d=0.00,u=0.77], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] 
kbits/sec

08-10 22:57:01.821 19756-19836/com.example.factorial I/Linphone: Thread 
processing load: audio=1.26321    video=0    text=0
08-10 22:57:01.893 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent for session [0x7f855c9000]
08-10 22:57:01.963 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]
08-10 22:57:02.392 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent for session [0x7f855c9000]
08-10 22:57:02.462 19756-19868/com.example.factorial I/Linphone: Stun packet 
sent on rtcp for session [0x7f855c9000]
08-10 22:57:02.812 19756-19836/com.example.factorial I/Linphone: Bandwidth 
usage for CallSession [0x7f9daea3b8]:
        RTP  audio=[d=0.00,u=0.77], video=[d=0.00,u=0.00,ed=0.00], 
text=[d=0.00,u=0.00] kbits/sec
        RTCP audio=[d=0.00,u=0.77], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] 
kbits/sec



reply via email to

[Prev in Thread] Current Thread [Next in Thread]