BelledonneCommunications / linphone-iphone

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of linphone-iphone (git://git.linphone.org/linphone-iphone.git)
http://linphone.org
GNU General Public License v3.0
587 stars 350 forks source link

not showing any missed call ?! #306

Closed hadidez closed 4 days ago

hadidez commented 7 years ago

hi, when i have a missed call its just detect its a incoming call so any missed call log registered and also any missed call notification shown.

ghost commented 7 years ago

Hello,

I'd need to log to investigate this. Is your code up to date with ours ? recent commit have touched miss calls.

hadidez commented 7 years ago

the only line in code that detect missed call is in LinphoneManager.m: if ((UNlog == NULL || linphone_call_log_get_status(UNlog) == LinphoneCallMissed || linphone_call_log_get_status(UNlog) == LinphoneCallAborted || linphone_call_log_get_status(UNlog) == LinphoneCallEarlyAborted) ) { UNMutableNotificationContent *missed_content = [[UNMutableNotificationContent alloc] init]; missed_content.title = NSLocalizedString(@"Missed call", nil); missed_content.body = address; UNNotificationRequest *missed_req = [UNNotificationRequest requestWithIdentifier:@"call_request" content:missed_content trigger:NULL]; and it show missed call as a notification. but nothing show in tabbarview and in history.

hadidez commented 7 years ago

i cloned the last linphone version today but no missed call show again ...

ghost commented 7 years ago

Hello,

Do you receive a Cancel with a 2XX reason header when the call is missed ? I'll check the code.

hadidez commented 7 years ago

as i mentioned above it detect missed call but just show notification and nothing else

ghost commented 7 years ago

Hello,

I have managed to reproduce the issue, i'll keep you updated once it's solved. Thanks for reporting it.

hadidez commented 7 years ago

thanks

ghost commented 7 years ago

Fixed in commit ebd5f8beb044c91d149bd2d3b33dc33dcd1cc80b

update code and submodules.

Thanks

hadidez commented 7 years ago

i updated but still not showing missed call ...

ghost commented 7 years ago

Weird... You have the missed call notif but the badge doesn't appear right ? can i see the return of your git status command ? And the return of git submodule status ?

Thanks

hadidez commented 7 years ago

Parspooyeshs-MacBook-Pro:linphone-iphone parspooyesh$ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) (commit or discard the untracked or modified content in submodules)

modified:   linphone-Info.plist
modified:   linphone.xcodeproj/project.pbxproj
modified:   submodules/belcard (untracked content)
modified:   submodules/belr (untracked content)
modified:   submodules/bzrtp (untracked content)

no changes added to commit (use "git add" and/or "git commit -a") Parspooyeshs-MacBook-Pro:linphone-iphone parspooyesh$ git submodule status 99ae001ae51f4883d189e3f77544828ec035395d Classes/KIF (v3.3.0-220-g99ae001) fdd4b15cd773ecdd01c4aeb65a8ec2cbde65637e submodules/bcg729 (1.0.3-11-gfdd4b15) f4b87c521a513b540f34a72ef82a52364929d0be submodules/bcmatroska2 (0.23-1-gf4b87c5) 02caea7df8381b0c5dadcfbfd39ff0b33a2577b7 submodules/bctoolbox (0.6.0-17-g02caea7) cf1aaa36c5738c25e59c8fafbade388a0081cd53 submodules/bcunit (3.0-13-gcf1aaa3) 7524da1a0548af6ee11ea910858af322161207c4 submodules/belcard (1.0.2-4-g7524da1) 0b074bd601fd97ee3977faf61c438eeb806b3a41 submodules/belle-sip (1.6.3-18-g0b074bd) fdce52526089e88c98f19b0d36483cc3d31ef9bd submodules/belr (0.1.3-12-gfdce525) 49a0bb2c0237237fc1b4213918dc9032817b25f1 submodules/bzrtp (1.0.6-5-g49a0bb2) f12eea15b7d3572226dc61485e4df86f5f9674f7 submodules/cmake-builder (desktop-3.10.0-184-gf12eea1) 311b6764e3f440db43617296ff856f7ec07bfdef submodules/externals/antlr3 (antlr-3.4-42-g311b676) 5de7c01854af468a9c7694eb88ba0a302e9e9d20 submodules/externals/bv16-floatingpoint (1.2-3-g5de7c01) 4e154e6bbbe92cc76e333a0b4acb365b5c042ec6 submodules/externals/codec2 (heads/linphone) 644296e736ee219cd02f7b7d7b7b4c7c5a464217 submodules/externals/ffmpeg (n2.8.3) 50802f80dee88367c6699ca71799b69d8e571531 submodules/externals/gsm (heads/master-11-g50802f8) 0e99446a237bef6704d45f74d504ae8aafa45f9a submodules/externals/libjpeg-turbo (0e99446) d2b4742a04da011adf05a4ea63d041f60e50195a submodules/externals/libvpx (v1.5.0-4-gd2b4742a0) c943f708f1853de4eb15e5a94cf0b35d108da87a submodules/externals/libxml2 (v2.8.0) 97dfa5b7af486a2730aa66ef4b2b04259c9ab21b submodules/externals/libxsd (heads/master) 83d21d543c26a31943b2bd08c66b029f2ef742be submodules/externals/mbedtls (mbedtls-2.4.1-147-g83d21d54) cf4409e03ec56b1cd85a2f9532f58bc1fa9db274 submodules/externals/opencore-amr (v0.1.2-48-gcf4409e) 50daa8f737fe174d723a10f97fa7ec24f54a6178 submodules/externals/openh264 (v1.1-1966-g50daa8f7) 35b371a85bf2cf21ab4b12b5475c76a2775b25d1 submodules/externals/opus (v1.1.4-10-g35b371a8) 908c7eb8f421601e6eb7b77e1131a35bcbe374fa submodules/externals/soci (heads/3.2.3) db706eebcfb0b848f67604eb83b7e257953e6506 submodules/externals/speex (db706ee) 4caa4843b4bfc54be596d309b5d00a81a35e3276 submodules/externals/srtp (remotes/origin/cvs-20120427-31-g4caa484) 080af7540562e4adfbd3312837fe5fc6771c4cd0 submodules/externals/vo-amrwbenc (v0.1.3) 1840d2a6de0e832d5c770e0810bcaf5c5ca7a7ff submodules/externals/x264 (remotes/origin/linphone) 9c15b9917507c584eadace89636b91af27b59b9c submodules/externals/xerces-c (heads/3.1.4) 10d2a21d0c0994d371231fa7362d0d49130a997b submodules/linphone (3.12.0-206-g10d2a21d0) 6b78f95624660c4e1160c3caac74732250321ce1 submodules/mediastreamer2 (2.16.1-41-g6b78f956) a94801cbae83da9d1b68293c4c9b1c75312a5a2e submodules/msamr (1.1.3-2-ga94801c) 9e2397607933104f9361869ff9e309fbb99adaeb submodules/mscodec2 (heads/master) 18b41c2569ea76b8eb1df9f85a32f16b3d001cc0 submodules/msopenh264 (1.2.1-3-g18b41c2) 5359c58f3a89cc581fadb7f76ac3a82672e574b8 submodules/mssilk (1.1.1-1-g5359c58) 0140112290aa4f2b216155d28d8f70425042709d submodules/mswebrtc (1.1.1-3-g0140112) 662bc4baef6bdda578d7b28fef7572cae9f255d6 submodules/msx264 (1.5.4-1-g662bc4b) 90c00439f72ba5826f7d62d1fdc98d4a42752f8d submodules/ortp (1.0.2-7-g90c0043)

hadidez commented 7 years ago

Parspooyeshs-MacBook-Pro:linphone-iphone parspooyesh$ git log --stat commit fb09e8cd571c008be2855405a4326ea2b676dc5c Author: Benjamin Reis benjamin.reis@belledonne-communications.com Date: Tue Sep 26 17:07:19 2017 +0200

.gitmodules

.gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+)

commit cd67dc91f9da300301111449921f1ef5bb1226a9 Author: Benjamin Reis benjamin.reis@belledonne-communications.com Date: Tue Sep 26 17:04:56 2017 +0200

add soci libxsd and xerces

submodules/externals/libxsd | 1 + submodules/externals/soci | 1 + submodules/externals/xerces-c | 1 + 3 files changed, 3 insertions(+)

commit 2188db30908c5037603c176b27975cc5aa0a5fdf Author: Benjamin Reis benjamin.reis@belledonne-communications.com Date: Tue Sep 26 16:04:51 2017 +0200

update linphone

submodules/linphone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

commit ebd5f8beb044c91d149bd2d3b33dc33dcd1cc80b Author: Benjamin Reis benjamin.reis@belledonne-communications.com Date: Tue Sep 26 15:35:18 2017 +0200

display missed calls as so

submodules/cmake-builder | 2 +- submodules/linphone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

ghost commented 7 years ago

Did you recompile the SDK before testing again ? ./prepare.py -c & ./prepare.py & make

hadidez commented 7 years ago

yes

ghost commented 7 years ago

Can i see logs of when it happens ?

hadidez commented 7 years ago

log of what ?! when i make a missed call ?!

ghost commented 7 years ago

Yes when you make a miss call and it doesn't appears as so.

hadidez commented 7 years ago

017-09-27 11:07:07.416 linphone[2917:243439] [Message] Activity started 2017-09-27 11:07:07.416 linphone[2917:243439] [Message] channel [0x7ff37b069000]: starting recv background task with id=[b]. 2017-09-27 11:07:07.417 linphone[2917:243439] [Message] channel [0x7ff37b069000]: received [959] new bytes from [TLS://switch.parspooyesh.com:5061]: 2017-09-27 11:07:07.417 linphone[2917:243439] [Message] INVITE sip:10004000@172.17.106.162:51655;transport=tls SIP/2.0 2017-09-27 11:07:07.418 linphone[2917:243439] [Message] Via: SIP/2.0/TLS 172.17.106.55;branch=z9hG4bKDga4rc8UXS8Fp 2017-09-27 11:07:07.418 linphone[2917:243439] [Message] Max-Forwards: 68 2017-09-27 11:07:07.418 linphone[2917:243439] [Message] From: "hadi" sip:10008000@172.17.106.55;tag=1yyBNp24KBmUD 2017-09-27 11:07:07.419 linphone[2917:243439] [Message] To: sip:10004000@172.17.106.162:51655;transport=tls 2017-09-27 11:07:07.419 linphone[2917:243439] [Message] Call-ID: 1afe52c1-1dbf-1236-538f-000c291bf94f 2017-09-27 11:07:07.419 linphone[2917:243439] [Message] CSeq: 112900308 INVITE 2017-09-27 11:07:07.420 linphone[2917:243439] [Message] Contact: sip:mod_sofia@172.17.106.55:5061;transport=tls 2017-09-27 11:07:07.420 linphone[2917:243439] [Message] User-Agent: Chakavak Switch v1.0 2017-09-27 11:07:07.420 linphone[2917:243439] [Message] Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE 2017-09-27 11:07:07.420 linphone[2917:243439] [Message] Supported: timer, path, replaces 2017-09-27 11:07:07.421 linphone[2917:243439] [Message] Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer 2017-09-27 11:07:07.421 linphone[2917:243439] [Message] Content-Type: application/sdp 2017-09-27 11:07:07.421 linphone[2917:243439] [Message] Content-Disposition: session 2017-09-27 11:07:07.421 linphone[2917:243439] [Message] Content-Length: 341 2017-09-27 11:07:07.421 linphone[2917:243439] [Message] X-Location-Latitude: 40.759211 2017-09-27 11:07:07.422 linphone[2917:243439] [Message] X-Location-Longitude: -73.984638 2017-09-27 11:07:07.422 linphone[2917:243439] [Message] X-local_to_local_second_stage: 1 2017-09-27 11:07:07.422 linphone[2917:243439] [Message] X-FS-Support: update_display,send_info 2017-09-27 11:07:07.436 linphone[2917:243439] [Message] channel [0x7ff37b069000]: received [93] new bytes from [TLS://switch.parspooyesh.com:5061]: 2017-09-27 11:07:07.436 linphone[2917:243439] [Message] Remote-Party-ID: "hadi" sip:10008000@172.17.106.55;party=calling;screen=yes;privacy=off 2017-09-27 11:07:07.441 linphone[2917:243439] [Message] channel [0x7ff37b069000] [1052] bytes parsed 2017-09-27 11:07:07.455 linphone[2917:243439] [Message] channel [0x7ff37b069000]: received [341] new bytes from [TLS://switch.parspooyesh.com:5061]: 2017-09-27 11:07:07.456 linphone[2917:243439] [Message] v=0 2017-09-27 11:07:07.456 linphone[2917:243439] [Message] o=FreeSWITCH 1506444574 1506444575 IN IP4 172.17.106.55 2017-09-27 11:07:07.456 linphone[2917:243439] [Message] s=FreeSWITCH 2017-09-27 11:07:07.456 linphone[2917:243439] [Message] c=IN IP4 172.17.106.55 2017-09-27 11:07:07.457 linphone[2917:243439] [Message] t=0 0 2017-09-27 11:07:07.457 linphone[2917:243439] [Message] m=audio 28170 RTP/AVP 102 101 2017-09-27 11:07:07.457 linphone[2917:243439] [Message] a=rtpmap:102 opus/48000/2 2017-09-27 11:07:07.458 linphone[2917:243439] [Message] a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40 2017-09-27 11:07:07.458 linphone[2917:243439] [Message] a=rtpmap:101 telephone-event/48000 2017-09-27 11:07:07.458 linphone[2917:243439] [Message] a=fmtp:101 0-16 2017-09-27 11:07:07.458 linphone[2917:243439] [Message] a=ptime:20 2017-09-27 11:07:07.459 linphone[2917:243439] [Message] channel [0x7ff37b069000] read [341] bytes of body from [switch.parspooyesh.com:5061] 2017-09-27 11:07:07.460 linphone[2917:243439] [Message] transaction [0x600000d63f00]: starting transaction background task with id=[c]. 2017-09-27 11:07:07.461 linphone[2917:243439] [Message] Changing [server] [INVITE] transaction [0x600000d63f00], from state [INIT] to [PROCEEDING] 2017-09-27 11:07:07.461 linphone[2917:243439] [Message] channel [0x7ff37b069000]: message sent to [TLS://switch.parspooyesh.com:5061], size: [288] bytes 2017-09-27 11:07:07.461 linphone[2917:243439] [Message] SIP/2.0 100 Trying 2017-09-27 11:07:07.462 linphone[2917:243439] [Message] Via: SIP/2.0/TLS 172.17.106.55;branch=z9hG4bKDga4rc8UXS8Fp 2017-09-27 11:07:07.462 linphone[2917:243439] [Message] From: "hadi" sip:10008000@172.17.106.55;tag=1yyBNp24KBmUD 2017-09-27 11:07:07.462 linphone[2917:243439] [Message] To: sip:10004000@172.17.106.162:51655;transport=tls 2017-09-27 11:07:07.462 linphone[2917:243439] [Message] Call-ID: 1afe52c1-1dbf-1236-538f-000c291bf94f 2017-09-27 11:07:07.462 linphone[2917:243439] [Message] CSeq: 112900308 INVITE 2017-09-27 11:07:07.463 linphone[2917:243439] [Message] Content-Length: 0 2017-09-27 11:07:07.463 linphone[2917:243439] [Message] New server dialog [0x6000001dc7a0] , local tag [RqiC4O5], remote tag [1yyBNp24KBmUD] 2017-09-27 11:07:07.463 linphone[2917:243439] [Message] op [0x7ff379d78ad0] : set_or_update_dialog() current=[0x0] new=[0x6000001dc7a0] 2017-09-27 11:07:07.464 linphone[2917:243439] [Message] new incoming call from ["hadi" sip:10008000@172.17.106.55] to [sip:10004000@172.17.106.162:51655;transport=tls] 2017-09-27 11:07:07.468 linphone[2917:243439] [Message] Found payload opus/48000 fmtp=useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40 2017-09-27 11:07:07.469 linphone[2917:243439] [Message] Found payload telephone-event/48000 fmtp=0-16 2017-09-27 11:07:07.470 linphone[2917:243439] [Message] Searching for already_a_call_with_remote_address. 2017-09-27 11:07:07.470 linphone[2917:243439] [Message] Found media local-ip from signaling. 2017-09-27 11:07:07.471 linphone[2917:243439] [Message] New LinphoneCall [0x7ff37a08d600] initialized (LinphoneCore version: 3.12.0-206-g10d2a21d0) 2017-09-27 11:07:07.471 linphone[2917:243439] [Message] audio stream index found: 0, updating main audio stream index 2017-09-27 11:07:07.472 linphone[2917:243439] [Message] Call [0x7ff37a08d600], stream type [audio], multicast role is [inactive] 2017-09-27 11:07:07.475 linphone[2917:243439] [Message] RtpSession bound to [0.0.0.0] ports [7222] [7223] 2017-09-27 11:07:07.478 linphone[2917:243439] [Message] rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2017-09-27 11:07:07.478 linphone[2917:243439] [Message] Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_80 2017-09-27 11:07:07.479 linphone[2917:243439] [Message] Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_32 2017-09-27 11:07:07.479 linphone[2917:243439] [Message] Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_80 2017-09-27 11:07:07.479 linphone[2917:243439] [Message] Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_32 2017-09-27 11:07:07.480 linphone[2917:243439] [Message] Creating ZRTP engine on rtp session [0x7ff37b826c00] ssrc 0xfa54625e 2017-09-27 11:07:07.484 linphone[2917:243439] [Message] Setting DSCP to 46 for MSAudio stream. 2017-09-27 11:07:07.484 linphone[2917:243439] [Message] Equalizer location: mic 2017-09-27 11:07:07.484 linphone[2917:243439] [Message] cannot set noise gate mode to [0] because no volume send 2017-09-27 11:07:07.485 linphone[2917:243439] [Message] Call [0x7ff37a08d600], stream type [video], multicast role is [inactive] 2017-09-27 11:07:07.486 linphone[2917:243439] [Message] RtpSession bound to [0.0.0.0] ports [9202] [9203] 2017-09-27 11:07:07.486 linphone[2917:243439] [Message] rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2017-09-27 11:07:07.487 linphone[2917:243439] [Message] Initializing multistream ZRTP context on rtp session [0x7ff37a8cde00] ssrc 0x9c6f49 2017-09-27 11:07:07.487 linphone[2917:243439] [Message] Setting DSCP to 0 for MSVideo stream. 2017-09-27 11:07:07.487 linphone[2917:243439] [Message] Call [0x7ff37a08d600], stream type [text], multicast role is [inactive] 2017-09-27 11:07:07.487 linphone[2917:243439] [Message] RtpSession bound to [0.0.0.0] ports [11078] [11079] 2017-09-27 11:07:07.488 linphone[2917:243439] [Message] rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2017-09-27 11:07:07.488 linphone[2917:243439] [Message] Created new ICE check list for stream [0] 2017-09-27 11:07:07.489 linphone[2917:243439] [Message] Found media local-ip from signaling. 2017-09-27 11:07:07.489 linphone[2917:243439] [Message] Don't put video stream on local offer for call [0x7ff37a08d600] 2017-09-27 11:07:07.517 linphone[2917:243439] [Message] Don't put text stream on local offer for call [0x7ff37a08d600] 2017-09-27 11:07:07.517 linphone[2917:243439] [Message] Doing SDP offer/answer process of type incoming 2017-09-27 11:07:07.517 linphone[2917:243439] [Message] Doing offer/answer processing with specific provider for codec [opus] 2017-09-27 11:07:07.518 linphone[2917:243439] [Message] ms_filter_unlink: MSFilePlayer:0x60000013ae00,0-->MSDtmfGen:0x60000013ad60,0 2017-09-27 11:07:07.518 linphone[2917:243439] [Message] ms_filter_unlink: MSDtmfGen:0x60000013ad60,0-->MSResample:0x60000013af40,0 2017-09-27 11:07:07.518 linphone[2917:243439] [Message] ms_filter_unlink: MSResample:0x60000013af40,0-->MSAQWrite:0x60000013aea0,0 2017-09-27 11:07:07.527 linphone[2917:243638] [Message] Ring MSTicker thread exiting 2017-09-27 11:07:07.528 linphone[2917:243439] [Message] linphone_ringtoneplayer_ios_start_with_cb: using ringtone /Users/parspooyesh/Library/Developer/CoreSimulator/Devices/2684B980-BC55-470E-8179-3B46C7C98F4A/data/Containers/Bundle/Application/D3031F14-D9DF-4190-A2E7-3FDFD0BC2265/linphone.app/notes_of_the_optimistic.caf 2017-09-27 11:07:07.593 linphone[2917:243439] [Message] Call 0x7ff37a08d600: moving from state LinphoneCallIdle to LinphoneCallIncomingReceived 2017-09-27 11:07:07.594 linphone[2917:243439] [Message] (LinphoneManager.m:670 ) Decrementing index of long running task for call id : 1afe52c1-1dbf-1236-538f-000c291bf94f with index : -1 2017-09-27 11:07:07.606 linphone[2917:243439] [Message] ( PhoneMainView.m:659 ) Change current view to CallIncomingView 2017-09-27 11:07:07.611 linphone[2917:243439] [Message] Linphone core [0x7ff37a02a600] notified [call_state_changed] 2017-09-27 11:07:07.612 linphone[2917:243439] [Message] Contact has been fixed using proxy 2017-09-27 11:07:07.612 linphone[2917:243439] [Message] channel [0x7ff37b069000]: message sent to [TLS://switch.parspooyesh.com:5061], size: [424] bytes 2017-09-27 11:07:07.612 linphone[2917:243439] [Message] SIP/2.0 180 Ringing 2017-09-27 11:07:07.613 linphone[2917:243439] [Message] Via: SIP/2.0/TLS 172.17.106.55;branch=z9hG4bKDga4rc8UXS8Fp 2017-09-27 11:07:07.613 linphone[2917:243439] [Message] From: "hadi" sip:10008000@172.17.106.55;tag=1yyBNp24KBmUD 2017-09-27 11:07:07.613 linphone[2917:243439] [Message] To: sip:10004000@172.17.106.162:51655;transport=tls;tag=RqiC4O5 2017-09-27 11:07:07.614 linphone[2917:243439] [Message] Call-ID: 1afe52c1-1dbf-1236-538f-000c291bf94f 2017-09-27 11:07:07.614 linphone[2917:243439] [Message] CSeq: 112900308 INVITE 2017-09-27 11:07:07.614 linphone[2917:243439] [Message] User-Agent: Linphonetest_simulator.64bits_iOS10.3.1/3.16.4-125-gfb09e8cd (belle-sip/1.6.3) 2017-09-27 11:07:07.614 linphone[2917:243439] [Message] Supported: replaces, outbound 2017-09-27 11:07:07.614 linphone[2917:243439] [Message] Content-Length: 0 2017-09-27 11:07:07.615 linphone[2917:243439] [Message] Dialog [0x6000001dc7a0]: now updated by transaction [0x600000d63f00]. 2017-09-27 11:07:07.616 linphone[2917:243439] [Message] channel [0x7ff37b069000]: ending recv background task with id=[b]. 2017-09-27 11:07:07.616 linphone[2917:243439] [Message] Garbage collecting unowned object of type LinphoneCallStats 2017-09-27 11:07:07.616 linphone[2917:243439] [Message] Garbage collecting unowned object of type LinphoneCallStats 2017-09-27 11:07:07.617 linphone[2917:243439] [Message] Garbage collecting unowned object of type LinphoneCallStats 2017-09-27 11:07:07.755 linphone[2917:243439] [Message] incoming call ringing for 0 seconds 2017-09-27 11:07:08.637 linphone[2917:243439] [Message] Garbage collecting unowned object of type LinphoneCallStats 2017-09-27 11:07:08.637 linphone[2917:243439] [Message] Garbage collecting unowned object of type LinphoneCallStats 2017-09-27 11:07:08.637 linphone[2917:243439] [Message] Garbage collecting unowned object of type LinphoneCallStats 2017-09-27 11:07:08.755 linphone[2917:243439] [Message] incoming call ringing for 1 seconds 2017-09-27 11:07:08.956 linphone[2917:243439] [Message] channel [0x7ff37b069000]: starting recv background task with id=[e]. 2017-09-27 11:07:08.956 linphone[2917:243439] [Message] channel [0x7ff37b069000]: received [398] new bytes from [TLS://switch.parspooyesh.com:5061]: 2017-09-27 11:07:08.957 linphone[2917:243439] [Message] CANCEL sip:10004000@172.17.106.162:51655;transport=tls SIP/2.0 2017-09-27 11:07:08.957 linphone[2917:243439] [Message] Via: SIP/2.0/TLS 172.17.106.55;branch=z9hG4bKDga4rc8UXS8Fp 2017-09-27 11:07:08.957 linphone[2917:243439] [Message] Max-Forwards: 68 2017-09-27 11:07:08.957 linphone[2917:243439] [Message] From: "hadi" sip:10008000@172.17.106.55;tag=1yyBNp24KBmUD 2017-09-27 11:07:08.957 linphone[2917:243439] [Message] To: sip:10004000@172.17.106.162:51655;transport=tls 2017-09-27 11:07:08.957 linphone[2917:243439] [Message] Call-ID: 1afe52c1-1dbf-1236-538f-000c291bf94f 2017-09-27 11:07:08.958 linphone[2917:243439] [Message] CSeq: 112900308 CANCEL 2017-09-27 11:07:08.958 linphone[2917:243439] [Message] Reason: SIP;cause=487;text="ORIGINATOR_CANCEL" 2017-09-27 11:07:08.958 linphone[2917:243439] [Message] Content-Length: 0 2017-09-27 11:07:08.961 linphone[2917:243439] [Message] channel [0x7ff37b069000] [398] bytes parsed 2017-09-27 11:07:08.962 linphone[2917:243439] [Message] Found transaction [0x600000d63f00] matching request. 2017-09-27 11:07:08.962 linphone[2917:243439] [Message] transaction [0x60000013e640]: starting transaction background task with id=[f]. 2017-09-27 11:07:08.962 linphone[2917:243439] [Message] Changing [server] [CANCEL] transaction [0x60000013e640], from state [INIT] to [TRYING] 2017-09-27 11:07:08.963 linphone[2917:243439] [Message] Changing [server] [CANCEL] transaction [0x60000013e640], from state [TRYING] to [COMPLETED] 2017-09-27 11:07:08.963 linphone[2917:243439] [Message] channel [0x7ff37b069000]: message sent to [TLS://switch.parspooyesh.com:5061], size: [419] bytes 2017-09-27 11:07:08.964 linphone[2917:243439] [Message] SIP/2.0 200 Ok 2017-09-27 11:07:08.964 linphone[2917:243439] [Message] Via: SIP/2.0/TLS 172.17.106.55;branch=z9hG4bKDga4rc8UXS8Fp 2017-09-27 11:07:08.964 linphone[2917:243439] [Message] From: "hadi" sip:10008000@172.17.106.55;tag=1yyBNp24KBmUD 2017-09-27 11:07:08.964 linphone[2917:243439] [Message] To: sip:10004000@172.17.106.162:51655;transport=tls;tag=NR98xwg 2017-09-27 11:07:08.964 linphone[2917:243439] [Message] Call-ID: 1afe52c1-1dbf-1236-538f-000c291bf94f 2017-09-27 11:07:08.965 linphone[2917:243439] [Message] CSeq: 112900308 CANCEL 2017-09-27 11:07:08.965 linphone[2917:243439] [Message] User-Agent: Linphonetest_simulator.64bits_iOS10.3.1/3.16.4-125-gfb09e8cd (belle-sip/1.6.3) 2017-09-27 11:07:08.965 linphone[2917:243439] [Message] Supported: replaces, outbound 2017-09-27 11:07:08.965 linphone[2917:243439] [Message] Content-Length: 0 2017-09-27 11:07:08.965 linphone[2917:243439] [Message] channel [0x7ff37b069000]: message sent to [TLS://switch.parspooyesh.com:5061], size: [435] bytes 2017-09-27 11:07:08.966 linphone[2917:243439] [Message] SIP/2.0 487 Request terminated 2017-09-27 11:07:08.966 linphone[2917:243439] [Message] Via: SIP/2.0/TLS 172.17.106.55;branch=z9hG4bKDga4rc8UXS8Fp 2017-09-27 11:07:08.966 linphone[2917:243439] [Message] From: "hadi" sip:10008000@172.17.106.55;tag=1yyBNp24KBmUD 2017-09-27 11:07:08.966 linphone[2917:243439] [Message] To: sip:10004000@172.17.106.162:51655;transport=tls;tag=RqiC4O5 2017-09-27 11:07:08.967 linphone[2917:243439] [Message] Call-ID: 1afe52c1-1dbf-1236-538f-000c291bf94f 2017-09-27 11:07:08.967 linphone[2917:243439] [Message] CSeq: 112900308 INVITE 2017-09-27 11:07:08.967 linphone[2917:243439] [Message] User-Agent: Linphonetest_simulator.64bits_iOS10.3.1/3.16.4-125-gfb09e8cd (belle-sip/1.6.3) 2017-09-27 11:07:08.967 linphone[2917:243439] [Message] Supported: replaces, outbound 2017-09-27 11:07:08.967 linphone[2917:243439] [Message] Content-Length: 0 2017-09-27 11:07:08.968 linphone[2917:243439] [Message] Changing [server] [INVITE] transaction [0x600000d63f00], from state [PROCEEDING] to [COMPLETED] 2017-09-27 11:07:08.968 linphone[2917:243439] [Message] Dialog [0x6000001dc7a0]: now updated by transaction [0x600000d63f00]. 2017-09-27 11:07:08.968 linphone[2917:243439] [Message] Dialog [0x6000001dc7a0] deleted (is_expired=0) 2017-09-27 11:07:08.968 linphone[2917:243439] [Message] Current call terminated... 2017-09-27 11:07:08.975 linphone[2917:243439] [Message] =========================================================== 2017-09-27 11:07:08.975 linphone[2917:243439] [Message] FILTER USAGE STATISTICS
2017-09-27 11:07:08.976 linphone[2917:243439] [Message] Name Count Time/tick (ms) CPU Usage 2017-09-27 11:07:08.976 linphone[2917:243439] [Message] ----------------------------------------------------------- 2017-09-27 11:07:08.976 linphone[2917:243439] [Message] MSItcSink 0 0 0
2017-09-27 11:07:08.977 linphone[2917:243439] [Message] MSTee 0 0 0
2017-09-27 11:07:08.977 linphone[2917:243439] [Message] MSSpeexEC 0 0 0
2017-09-27 11:07:08.977 linphone[2917:243439] [Message] MSRtpSend 0 0 0
2017-09-27 11:07:08.977 linphone[2917:243439] [Message] =========================================================== 2017-09-27 11:07:08.978 linphone[2917:243439] [Message] =========================================================== 2017-09-27 11:07:08.978 linphone[2917:243439] [Message] FILTER USAGE STATISTICS
2017-09-27 11:07:08.978 linphone[2917:243439] [Message] Name Count Time/tick (ms) CPU Usage 2017-09-27 11:07:08.979 linphone[2917:243439] [Message] ----------------------------------------------------------- 2017-09-27 11:07:08.979 linphone[2917:243439] [Message] MSItcSink 0 0 0
2017-09-27 11:07:08.979 linphone[2917:243439] [Message] MSTee 0 0 0
2017-09-27 11:07:08.980 linphone[2917:243439] [Message] MSSpeexEC 0 0 0
2017-09-27 11:07:08.980 linphone[2917:243439] [Message] MSRtpSend 0 0 0
2017-09-27 11:07:08.980 linphone[2917:243439] [Message] =========================================================== 2017-09-27 11:07:08.980 linphone[2917:243439] [Message] Call 0x7ff37a08d600: moving from state LinphoneCallIncomingReceived to LinphoneCallEnd 2017-09-27 11:07:08.981 linphone[2917:243439] [Message] Notifying soundcard that we don't need it anymore for calls. 2017-09-27 11:07:08.981 linphone[2917:243439] [Message] Stopping ZRTP context on session [0x0] 2017-09-27 11:07:08.981 linphone[2917:243439] [Message] ZRTP context destroyed 2017-09-27 11:07:08.982 linphone[2917:243439] [Message] Stopping ZRTP context on session [0x0] 2017-09-27 11:07:08.982 linphone[2917:243439] [Message] ZRTP context destroyed 2017-09-27 11:07:08.983 linphone[2917:243439] [Message] Resetting the current call 2017-09-27 11:07:08.984 linphone[2917:243439] [Message] speex_lib_ctl init with neon ? 0 2017-09-27 11:07:08.985 linphone[2917:243439] [Message] configuring resampler output to rate=[8000], nchannels=[1] 2017-09-27 11:07:08.985 linphone[2917:243439] [Message] ms_filter_link: MSFilePlayer:0x60800032ab40,0-->MSDtmfGen:0x60800032aaa0,0 2017-09-27 11:07:08.985 linphone[2917:244258] [Message] Priority used: 47 2017-09-27 11:07:08.985 linphone[2917:243439] [Message] ms_filter_link: MSDtmfGen:0x60800032aaa0,0-->MSResample:0x60800032a960,0 2017-09-27 11:07:08.985 linphone[2917:244258] [Message] Ring MSTicker priority set to SCHED_RR and value (47) 2017-09-27 11:07:08.986 linphone[2917:243439] [Message] ms_filter_link: MSResample:0x60800032a960,0-->MSAQWrite:0x60800032a780,0 2017-09-27 11:07:08.986 linphone[2917:243439] [Message] Initializing speex resampler in mode [voip] 2017-09-27 11:07:08.987 linphone[2917:243439] [Message] ( PhoneMainView.m:642 ) PhoneMainView: Popping view CallIncomingView, going to DialerView 2017-09-27 11:07:08.987 linphone[2917:243439] [Message] ( PhoneMainView.m:659 ) Change current view to DialerView 2017-09-27 11:07:08.992 linphone[2917:243439] [Message] Linphone core [0x7ff37a02a600] notified [call_state_changed] 2017-09-27 11:07:08.992 linphone[2917:243439] [Message] channel [0x7ff37b069000]: ending recv background task with id=[e]. 2017-09-27 11:07:08.999 linphone[2917:243439] [Message] channel [0x7ff37a122800]: starting send background task with id=[10]. 2017-09-27 11:07:08.999 linphone[2917:243439] [Message] channel [0x7ff37a122800]: starting resolution of subscribe.linphone.org 2017-09-27 11:07:09.000 linphone[2917:243439] [Message] channel 0x7ff37a122800: state RES_IN_PROGRESS 2017-09-27 11:07:09.000 linphone[2917:243439] [Message] Resolver is using DNS server(s): 2017-09-27 11:07:09.001 linphone[2917:243439] [Message] 172.17.106.10 2017-09-27 11:07:09.001 linphone[2917:243439] [Message] resolver_process_data dns_res_check() in progress 2017-09-27 11:07:09.001 linphone[2917:243439] [Message] DNS resolution awaiting response, queued to main loop 2017-09-27 11:07:09.002 linphone[2917:243439] [Message] Resolver is using DNS server(s): 2017-09-27 11:07:09.003 linphone[2917:243439] [Message] 172.17.106.10 2017-09-27 11:07:09.003 linphone[2917:243439] [Message] resolver_process_data dns_res_check() in progress 2017-09-27 11:07:09.003 linphone[2917:243439] [Message] DNS resolution awaiting response, queued to main loop 2017-09-27 11:07:09.004 linphone[2917:243439] [Message] channel [0x7ff37b069000]: starting recv background task with id=[11]. 2017-09-27 11:07:09.004 linphone[2917:243439] [Message] channel [0x7ff37b069000]: received [356] new bytes from [TLS://switch.parspooyesh.com:5061]: 2017-09-27 11:07:09.004 linphone[2917:243439] [Message] ACK sip:10004000@172.17.106.162:51655;transport=tls SIP/2.0 2017-09-27 11:07:09.005 linphone[2917:243439] [Message] Via: SIP/2.0/TLS 172.17.106.55;branch=z9hG4bKDga4rc8UXS8Fp 2017-09-27 11:07:09.005 linphone[2917:243439] [Message] Max-Forwards: 68 2017-09-27 11:07:09.005 linphone[2917:243439] [Message] From: "hadi" sip:10008000@172.17.106.55;tag=1yyBNp24KBmUD 2017-09-27 11:07:09.005 linphone[2917:243439] [Message] To: sip:10004000@172.17.106.162:51655;transport=tls;tag=RqiC4O5 2017-09-27 11:07:09.005 linphone[2917:243439] [Message] Call-ID: 1afe52c1-1dbf-1236-538f-000c291bf94f 2017-09-27 11:07:09.005 linphone[2917:243439] [Message] CSeq: 112900308 ACK 2017-09-27 11:07:09.006 linphone[2917:243439] [Message] Content-Length: 0 2017-09-27 11:07:09.007 linphone[2917:243439] [Message] channel [0x7ff37b069000] [356] bytes parsed 2017-09-27 11:07:09.008 linphone[2917:243439] [Message] Found transaction [0x600000d63f00] matching request. 2017-09-27 11:07:09.008 linphone[2917:243439] [Message] Changing [server] [INVITE] transaction [0x600000d63f00], from state [COMPLETED] to [CONFIRMED] 2017-09-27 11:07:09.008 linphone[2917:243439] [Message] Changing [server] [INVITE] transaction [0x600000d63f00], from state [CONFIRMED] to [TERMINATED] 2017-09-27 11:07:09.008 linphone[2917:243439] [Message] Server INVITE transaction [0x600000d63f00] terminated 2017-09-27 11:07:09.008 linphone[2917:243439] [Message] transaction [0x600000d63f00]: ending transaction background task with id=[c]. 2017-09-27 11:07:09.009 linphone[2917:243439] [Message] channel [0x7ff37b069000]: ending recv background task with id=[11]. 2017-09-27 11:07:09.009 linphone[2917:243439] [Message] Changing [server] [CANCEL] transaction [0x60000013e640], from state [COMPLETED] to [TERMINATED] 2017-09-27 11:07:09.009 linphone[2917:243439] [Message] Server CANCEL transaction [0x60000013e640] terminated 2017-09-27 11:07:09.009 linphone[2917:243439] [Message] transaction [0x60000013e640]: ending transaction background task with id=[f]. 2017-09-27 11:07:09.010 linphone[2917:243439] [Message] Transaction [0x60000013e640] deleted 2017-09-27 11:07:09.010 linphone[2917:243439] [Message] Dialog [0x6000001dc7a0] terminated for op [0x7ff379d78ad0] 2017-09-27 11:07:09.016 linphone[2917:243439] [Message] subscribe.linphone.org resolved to 2001:41d0:8:6e48:: 2017-09-27 11:07:09.016 linphone[2917:243439] [Message] subscribe.linphone.org resolved to 37.59.51.72 2017-09-27 11:07:09.017 linphone[2917:243439] [Message] channel 0x7ff37a122800: state RES_DONE 2017-09-27 11:07:09.017 linphone[2917:243439] [Message] channel 0x7ff37a122800: state CONNECTING 2017-09-27 11:07:09.017 linphone[2917:243439] [Message] Trying to connect to [TLS://2001:41d0:8:6e48:::444] 2017-09-27 11:07:09.022 linphone[2917:243439] [Error] stream connect failed No route to host 2017-09-27 11:07:09.022 linphone[2917:243439] [Error] Cannot connect to [TLS://subscribe.linphone.org:444] 2017-09-27 11:07:09.023 linphone[2917:243439] [Message] channel 0x7ff37a122800: state ERROR 2017-09-27 11:07:09.023 linphone[2917:243439] [Message] channel 0x7ff37a122800: state RETRY 2017-09-27 11:07:09.024 linphone[2917:243439] [Message] Call 0x7ff37a08d600: moving from state LinphoneCallEnd to LinphoneCallReleased 2017-09-27 11:07:09.025 linphone[2917:243439] [Message] Linphone core [0x7ff37a02a600] notified [call_state_changed] 2017-09-27 11:07:09.025 linphone[2917:243439] [Message] Call [0x7ff37a08d600] freed. 2017-09-27 11:07:09.026 linphone[2917:243439] [Message] op [0x7ff379d78ad0] : set_or_update_dialog() current=[0x6000001dc7a0] new=[0x0] 2017-09-27 11:07:09.026 linphone[2917:243439] [Message] Transaction [0x600000d63f00] deleted 2017-09-27 11:07:09.026 linphone[2917:243439] [Message] Destroying op [0x7ff379d78ad0] of type [SalOpCall] 2017-09-27 11:07:09.036 linphone[2917:243439] [Message] channel 0x7ff37a122800: state CONNECTING 2017-09-27 11:07:09.036 linphone[2917:243439] [Message] Trying to connect to [TLS://::ffff:37.59.51.72:444] 2017-09-27 11:07:09.195 linphone[2917:243439] [Message] Channel [0x7ff37a122800]: Connected at TCP level, now doing TLS handshake with cname=subscribe.linphone.org 2017-09-27 11:07:09.196 linphone[2917:243439] [Message] Channel [0x7ff37a122800]: SSL handshake in progress... 2017-09-27 11:07:09.316 linphone[2917:243439] [Message] Found certificate depth=[2], flags=[]: 2017-09-27 11:07:09.317 linphone[2917:243439] [Message] cert. version : 3 2017-09-27 11:07:09.317 linphone[2917:243439] [Message] serial number : 01:FD:6D:30:FC:A3:CA:51:A8:1B:BC:64:0E:35:03:2D 2017-09-27 11:07:09.317 linphone[2917:243439] [Message] issuer name : C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority 2017-09-27 11:07:09.317 linphone[2917:243439] [Message] subject name : C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority 2017-09-27 11:07:09.317 linphone[2917:243439] [Message] issued on : 2010-02-01 00:00:00 2017-09-27 11:07:09.317 linphone[2917:243439] [Message] expires on : 2038-01-18 23:59:59 2017-09-27 11:07:09.318 linphone[2917:243439] [Message] signed using : RSA with SHA-384 2017-09-27 11:07:09.318 linphone[2917:243439] [Message] RSA key size : 4096 bits 2017-09-27 11:07:09.318 linphone[2917:243439] [Message] basic constraints : CA=true 2017-09-27 11:07:09.318 linphone[2917:243439] [Message] key usage : Key Cert Sign, CRL Sign 2017-09-27 11:07:09.319 linphone[2917:243439] [Message] Found certificate depth=[1], flags=[]: 2017-09-27 11:07:09.319 linphone[2917:243439] [Message] cert. version : 3 2017-09-27 11:07:09.319 linphone[2917:243439] [Message] serial number : 05:E4:DC:3B:94:38:AB:3B:85:97:CB:A6:A1:98:50:E3 2017-09-27 11:07:09.319 linphone[2917:243439] [Message] issuer name : C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority 2017-09-27 11:07:09.320 linphone[2917:243439] [Message] subject name : C=FR, ST=Paris, L=Paris, O=Gandi, CN=Gandi Standard SSL CA 2 2017-09-27 11:07:09.320 linphone[2917:243439] [Message] issued on : 2014-09-12 00:00:00 2017-09-27 11:07:09.320 linphone[2917:243439] [Message] expires on : 2024-09-11 23:59:59 2017-09-27 11:07:09.320 linphone[2917:243439] [Message] signed using : RSA with SHA-384 2017-09-27 11:07:09.320 linphone[2917:243439] [Message] RSA key size : 2048 bits 2017-09-27 11:07:09.321 linphone[2917:243439] [Message] basic constraints : CA=true, max_pathlen=0 2017-09-27 11:07:09.321 linphone[2917:243439] [Message] key usage : Digital Signature, Key Cert Sign, CRL Sign 2017-09-27 11:07:09.321 linphone[2917:243439] [Message] ext key usage : TLS Web Server Authentication, TLS Web Client Authentication 2017-09-27 11:07:09.321 linphone[2917:243439] [Message] Found certificate depth=[0], flags=[]: 2017-09-27 11:07:09.321 linphone[2917:243439] [Message] cert. version : 3 2017-09-27 11:07:09.322 linphone[2917:243439] [Message] serial number : 21:C9:AC:80:AB:6A:A8:46:6B:AF:30:23:3F:B4:2C:AF 2017-09-27 11:07:09.322 linphone[2917:243439] [Message] issuer name : C=FR, ST=Paris, L=Paris, O=Gandi, CN=Gandi Standard SSL CA 2 2017-09-27 11:07:09.322 linphone[2917:243439] [Message] subject name : OU=Domain Control Validated, OU=Gandi Standard Wildcard SSL, CN=.linphone.org 2017-09-27 11:07:09.322 linphone[2917:243439] [Message] issued on : 2015-12-29 00:00:00 2017-09-27 11:07:09.322 linphone[2917:243439] [Message] expires on : 2018-01-16 23:59:59 2017-09-27 11:07:09.323 linphone[2917:243439] [Message] signed using : RSA with SHA-256 2017-09-27 11:07:09.323 linphone[2917:243439] [Message] RSA key size : 2048 bits 2017-09-27 11:07:09.323 linphone[2917:243439] [Message] basic constraints : CA=false 2017-09-27 11:07:09.323 linphone[2917:243439] [Message] subject alt name : .linphone.org, linphone.org 2017-09-27 11:07:09.323 linphone[2917:243439] [Message] key usage : Digital Signature, Key Encipherment 2017-09-27 11:07:09.324 linphone[2917:243439] [Message] ext key usage : TLS Web Server Authentication, TLS Web Client Authentication 2017-09-27 11:07:09.330 linphone[2917:243439] [Message] Channel [0x7ff37a122800]: SSL handshake in progress... 2017-09-27 11:07:09.393143+0330 linphone[2917:243685] [aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0 2017-09-27 11:07:09.455 linphone[2917:243439] [Message] Channel [0x7ff37a122800]: SSL handshake finished, SSL version is [TLSv1.2], selected ciphersuite is [TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384] 2017-09-27 11:07:09.456 linphone[2917:243439] [Message] Channel has local address 172.17.106.162:51657 2017-09-27 11:07:09.456 linphone[2917:243439] [Message] channel 0x7ff37a122800: state READY 2017-09-27 11:07:09.456 linphone[2917:243439] [Message] channel [0x7ff37a122800]: message sent to [TLS://subscribe.linphone.org:444], size: [406] bytes 2017-09-27 11:07:09.456 linphone[2917:243439] [Message] POST /wizard.php HTTP/1.1 2017-09-27 11:07:09.456 linphone[2917:243439] [Message] Content-Type: text/xml 2017-09-27 11:07:09.457 linphone[2917:243439] [Message] Host: subscribe.linphone.org:444 2017-09-27 11:07:09.457 linphone[2917:243439] [Message] Content-Length: 298 2017-09-27 11:07:09.457 linphone[2917:243439] [Message] <?xml version="1.0" encoding="UTF-8"?> 2017-09-27 11:07:09.457 linphone[2917:243439] [Message] 2017-09-27 11:07:09.457 linphone[2917:243439] [Message] get_phone_number_for_account 2017-09-27 11:07:09.458 linphone[2917:243439] [Message] 2017-09-27 11:07:09.458 linphone[2917:243439] [Message] 2017-09-27 11:07:09.466 linphone[2917:243439] [Message] 2017-09-27 11:07:09.466 linphone[2917:243439] [Message] 10004000 2017-09-27 11:07:09.466 linphone[2917:243439] [Message] 2017-09-27 11:07:09.466 linphone[2917:243439] [Message] 2017-09-27 11:07:09.467 linphone[2917:243439] [Message] 2017-09-27 11:07:09.467 linphone[2917:243439] [Message] 2017-09-27 11:07:09.467 linphone[2917:243439] [Message] sip.linphone.org 2017-09-27 11:07:09.467 linphone[2917:243439] [Message] 2017-09-27 11:07:09.467 linphone[2917:243439] [Message] 2017-09-27 11:07:09.467 linphone[2917:243439] [Message] 2017-09-27 11:07:09.467 linphone[2917:243439] [Message] 2017-09-27 11:07:09.468 linphone[2917:243439] [Message] channel [0x7ff37a122800]: ending send background task with id=[10]. 2017-09-27 11:07:09.468 linphone[2917:243439] [Message] Activity ended 2017-09-27 11:07:09.575 linphone[2917:243439] [Message] Activity started 2017-09-27 11:07:09.575 linphone[2917:243439] [Message] channel [0x7ff37a122800]: starting recv background task with id=[12]. 2017-09-27 11:07:09.576 linphone[2917:243439] [Message] channel [0x7ff37a122800]: received [192] new bytes from [TLS://subscribe.linphone.org:444]: 2017-09-27 11:07:09.576 linphone[2917:243439] [Message] HTTP/1.1 200 OK 2017-09-27 11:07:09.576 linphone[2917:243439] [Message] Date: Wed, 27 Sep 2017 07:37:09 GMT 2017-09-27 11:07:09.576 linphone[2917:243439] [Message] Server: Apache/2.2.22 (Debian) 2017-09-27 11:07:09.576 linphone[2917:243439] [Message] X-Powered-By: PHP/5.4.45-0+deb7u8 2017-09-27 11:07:09.576 linphone[2917:243439] [Message] Vary: Accept-Encoding 2017-09-27 11:07:09.577 linphone[2917:243439] [Message] Content-Length: 185 2017-09-27 11:07:09.577 linphone[2917:243439] [Message] Content-Type: text/html 2017-09-27 11:07:09.577 linphone[2917:243439] [Message] channel [0x7ff37a122800] [192] bytes parsed 2017-09-27 11:07:09.596 linphone[2917:243439] [Message] channel [0x7ff37a122800]: received [185] new bytes from [TLS://subscribe.linphone.org:444]: 2017-09-27 11:07:09.599 linphone[2917:243439] [Message] <?xml version="1.0" encoding="iso-8859-1"?> 2017-09-27 11:07:09.599 linphone[2917:243439] [Message] 2017-09-27 11:07:09.599 linphone[2917:243439] [Message] 2017-09-27 11:07:09.599 linphone[2917:243439] [Message] 2017-09-27 11:07:09.599 linphone[2917:243439] [Message] 2017-09-27 11:07:09.599 linphone[2917:243439] [Message] ERROR_ACCOUNT_DOESNT_EXIST 2017-09-27 11:07:09.600 linphone[2917:243439] [Message] 2017-09-27 11:07:09.600 linphone[2917:243439] [Message] 2017-09-27 11:07:09.600 linphone[2917:243439] [Message] 2017-09-27 11:07:09.600 linphone[2917:243439] [Message] 2017-09-27 11:07:09.600 linphone[2917:243439] [Message] channel [0x7ff37a122800] read [185] bytes of body from [subscribe.linphone.org:444] 2017-09-27 11:07:09.601 linphone[2917:243439] [Message] channel [0x7ff37a122800]: ending recv background task with id=[12]. 2017-09-27 11:07:09.616 linphone[2917:243439] [Message] Activity ended 2017-09-27 11:07:11.401587+0330 linphone[2917:243685] [aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0 2017-09-27 11:07:13.410214+0330 linphone[2917:243685] [aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0 2017-09-27 11:07:14.675 linphone[2917:243439] [Message] Activity started 2017-09-27 11:07:14.676 linphone[2917:243439] [Message] channel [0x7ff37a122800]: starting recv background task with id=[13]. 2017-09-27 11:07:14.676 linphone[2917:243439] [Message] channel 0x7ff37a122800: state DISCONNECTED 2017-09-27 11:07:14.676 linphone[2917:243439] [Message] channel [0x7ff37a122800]: ending recv background task with id=[13]. 2017-09-27 11:07:14.676 linphone[2917:243439] [Message] Activity ended 2017-09-27 11:07:14.677 linphone[2917:243439] [Message] channel [0x7ff37a122800] removed from http provider. 2017-09-27 11:07:14.677 linphone[2917:243439] [Message] Channel [0x7ff37a122800] destroyed

hadidez commented 7 years ago

any sulotion ?

ghost commented 7 years ago

Hello,

I see nothing wrong in the logs and I can't reproduce your issue... Do you make calls from Linphone to linphone or through another app ?

hadidez commented 7 years ago

i cloned the last version without any change in code but again not showing missed calls.

hadidez commented 6 years ago

i detect in linphone sip account show missed call but in any other not show... for example i tested sip2sip.

ghost commented 6 years ago

There's no specific treatment for linphone accounts, the only difference is that the call goes in our flexiSIP server so the problem might come from the server when you use sip2sip.

hadidez commented 6 years ago

There's no specific treatment for linphone accounts, the only difference is that the call goes in our flexiSIP server so the problem might come from the server when you use sip2sip.

did you test by a sip2sip account ?!please test it ...

hadidez commented 6 years ago

i test it in two different server and found just one different: the first one is ok and show missed call:

log file --->

`2017-12-13 18:35:16.284886+0330 linphone[1927:715894] [Message] incoming call ringing for 1 seconds 2017-12-13 18:35:17.034246+0330 linphone[1927:715894] [Message] (LinphoneManager.m:2543) Sound interruption detected! 2017-12-13 18:35:17.105006+0330 linphone[1927:715894] [Message] Changing [client] [REGISTER] transaction [0x17036e880], from state [COMPLETED] to [TERMINATED] 2017-12-13 18:35:17.105264+0330 linphone[1927:715894] [Message] Client internal REGISTER transaction [0x17036e880] terminated 2017-12-13 18:35:17.105383+0330 linphone[1927:715894] [Message] transaction [0x17036e880]: ending transaction background task with id=[3]. 2017-12-13 18:35:17.105912+0330 linphone[1927:715894] [Message] Transaction [0x17036e880] deleted 2017-12-13 18:35:17.285052+0330 linphone[1927:715894] [Message] incoming call ringing for 2 seconds 2017-12-13 18:35:17.505334+0330 linphone[1927:715894] [Message] Changing [client] [REGISTER] transaction [0x174961980], from state [COMPLETED] to [TERMINATED] 2017-12-13 18:35:17.505862+0330 linphone[1927:715894] [Message] Client internal REGISTER transaction [0x174961980] terminated 2017-12-13 18:35:17.506177+0330 linphone[1927:715894] [Message] transaction [0x174961980]: ending transaction background task with id=[8]. 2017-12-13 18:35:17.625452+0330 linphone[1927:715894] [Message] Changing [client] [REGISTER] transaction [0x17097b0c0], from state [COMPLETED] to [TERMINATED] 2017-12-13 18:35:17.626008+0330 linphone[1927:715894] [Message] Client internal REGISTER transaction [0x17097b0c0] terminated 2017-12-13 18:35:17.626338+0330 linphone[1927:715894] [Message] transaction [0x17097b0c0]: ending transaction background task with id=[e]. 2017-12-13 18:35:18.085674+0330 linphone[1927:715894] [Message] Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background. 2017-12-13 18:35:18.086154+0330 linphone[1927:715894] [Message] channel [0x105fe0000]: starting recv background task with id=[1a]. 2017-12-13 18:35:18.086711+0330 linphone[1927:715894] [Message] channel [0x105fe0000]: received [375] new bytes from [UDP://172.16.3.6:5060]: 2017-12-13 18:35:18.086818+0330 linphone[1927:715894] [Message] CANCEL sip:1001@172.17.106.193:50057;transport=udp SIP/2.0 2017-12-13 18:35:18.086914+0330 linphone[1927:715894] [Message] Via: SIP/2.0/UDP 172.16.3.6:5060;branch=z9hG4bK28112df2;rport 2017-12-13 18:35:18.087007+0330 linphone[1927:715894] [Message] Max-Forwards: 70 2017-12-13 18:35:18.087096+0330 linphone[1927:715894] [Message] From: "1000" sip:1000@172.16.3.6;tag=as751fae38 2017-12-13 18:35:18.087188+0330 linphone[1927:715894] [Message] To: sip:1001@172.17.106.193:50057;transport=udp

2017-12-13 18:35:18.091310+0330 linphone[1927:715894] [Message] Call-ID: 1b95b34f3cfc8d382e649ef0457dfe34@172.16.3.6:5060 2017-12-13 18:35:18.091442+0330 linphone[1927:715894] [Message] CSeq: 102 CANCEL 2017-12-13 18:35:18.091537+0330 linphone[1927:715894] [Message] User-Agent: Asterisk PBX 13.13.1 2017-12-13 18:35:18.091627+0330 linphone[1927:715894] [Message] Content-Length: 0 2017-12-13 18:35:18.106863+0330 linphone[1927:715894] [Message] channel [0x105fe0000] [375] bytes parsed 2017-12-13 18:35:18.107385+0330 linphone[1927:715894] [Message] Found transaction [0x170b7ce00] matching request.`

the second one is not ok and not showing missed call: Log file -->

incoming call ringing for 1 seconds 2017-12-13 18:06:19.544371+0330 linphone[1914:711406] [Message] (LinphoneManager.m:2543) Sound interruption detected! 2017-12-13 18:06:20.233789+0330 linphone[1914:711406] [Message] Changing [client] [REGISTER] transaction [0x174172180], from state [COMPLETED] to [TERMINATED] 2017-12-13 18:06:20.234325+0330 linphone[1914:711406] [Message] Client internal REGISTER transaction [0x174172180] terminated 2017-12-13 18:06:20.234643+0330 linphone[1914:711406] [Message] transaction [0x174172180]: ending transaction background task with id=[3]. 2017-12-13 18:06:20.236049+0330 linphone[1914:711406] [Message] Transaction [0x174172180] deleted 2017-12-13 18:06:20.414565+0330 linphone[1914:711406] [Message] incoming call ringing for 2 seconds 2017-12-13 18:06:20.533834+0330 linphone[1914:711406] [Message] Changing [client] [REGISTER] transaction [0x17417d880], from state [COMPLETED] to [TERMINATED] 2017-12-13 18:06:20.534336+0330 linphone[1914:711406] [Message] Client internal REGISTER transaction [0x17417d880] terminated 2017-12-13 18:06:20.534655+0330 linphone[1914:711406] [Message] transaction [0x17417d880]: ending transaction background task with id=[8]. 2017-12-13 18:06:20.653902+0330 linphone[1914:711406] [Message] Changing [client] [REGISTER] transaction [0x170364500], from state [COMPLETED] to [TERMINATED] 2017-12-13 18:06:20.654403+0330 linphone[1914:711406] [Message] Client internal REGISTER transaction [0x170364500] terminated 2017-12-13 18:06:20.654766+0330 linphone[1914:711406] [Message] transaction [0x170364500]: ending transaction background task with id=[a]. 2017-12-13 18:06:20.753443+0330 linphone[1914:711406] [Message] Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background. 2017-12-13 18:06:20.753929+0330 linphone[1914:711406] [Message] channel [0x105fc4000]: starting recv background task with id=[10]. 2017-12-13 18:06:20.754737+0330 linphone[1914:711406] [Message] channel [0x105fc4000]: received [410] new bytes from [UDP://172.17.106.9:5060]: 2017-12-13 18:06:20.754889+0330 linphone[1914:711406] [Message] CANCEL sip:10001000@172.17.106.193:55100;transport=udp SIP/2.0 2017-12-13 18:06:20.754993+0330 linphone[1914:711406] [Message] Via: SIP/2.0/UDP 172.17.106.9;branch=z9hG4bK2d7d.6e860f3f681c2039c0d378289166737b.0 2017-12-13 18:06:20.755089+0330 linphone[1914:711406] [Message] Max-Forwards: 67 2017-12-13 18:06:20.755181+0330 linphone[1914:711406] [Message] From: "10004000" <sip:10004000@172.17.106.55>;tag=vpt1KSK627Q7r 2017-12-13 18:06:20.755274+0330 linphone[1914:711406] [Message] To: <sip:10001000@172.17.106.9:5060> 2017-12-13 18:06:20.755582+0330 linphone[1914:711406] [Message] Call-ID: 207a09be-5a7b-1236-4d81-000c291bf94f 2017-12-13 18:06:20.755694+0330 linphone[1914:711406] [Message] CSeq: 116239220 CANCEL 2017-12-13 18:06:20.755789+0330 linphone[1914:711406] [Message] Content-Length: 0 2017-12-13 18:06:20.755880+0330 linphone[1914:711406] [Message] Reason: SIP;cause=487;text="ORIGINATOR_CANCEL" 2017-12-13 18:06:20.774791+0330 linphone[1914:711406] [Message] channel [0x105fc4000] [410] bytes parsed 2017-12-13 18:06:20.775374+0330 linphone[1914:711406] [Message] Found transaction [0x174376d40] matching request.

the different is in second one we have Reason: _SIP;cause=487;text="ORIGINATOR_CANCEL"_ line.

uniruddh commented 6 years ago

Hello @ReisBenjamin,

Any update on this??

Lilian-Sash commented 4 years ago

Any solution to this?