linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Problem with h264 & h263


From: Sreejith N
Subject: [Linphone-developers] Problem with h264 & h263
Date: Mon, 6 Feb 2017 17:21:02 +0530

Guys,

I have a video door bell connected to asterisk server. It supports both h263 & h264. But when I try to call the door bell, the video only comes for the initial 3 seconds and it drops. Any idea on why this is happening?
I have enabled both the h264 and h263 codecs. I tried using one at a time too. Nothing works. When I keep just the h264 the video feed is black. On h263 it comes for 3 seconds before it gets dropped. 

Any idea on why is it happening? Below is the log. 

Jan 10 18:29:05  linphone[1130] <Notice>: lib/Skipping top route of initial route-set because same as request-uri.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Changing [client] [INVITE] transaction [0x178371f40], from state [INIT] to [CALLING]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: message sent to [UDP://::ffff:192.168.3.65:5060], size: [1915] bytes
	INVITE sip:address@hidden SIP/2.0
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.CU7LgSs6S;rport
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>
	CSeq: 20 INVITE
	Call-ID: sRJFXJxxGW
	Max-Forwards: 70
	Supported: replaces, outbound
	Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE
	Content-Type: application/sdp
	Content-Length: 1296
	Contact: <sip:address@hidden:61109;transport=udp>;+sip.instance="<urn:uuid:bc7ea09f-f004-4aef-9e5f-850847e3df00>"
	User-Agent: Silvan_iPad.Air.2_iOS10.2/3.15-82-gabd9835 (belle-sip/1.5.0)
	
	v=0
	o=22225 2999 557 IN IP4 192.168.3.100
	s=Talk
	c=IN IP4 192.168.3.100
	b=AS:1152
	t=0 0
	a=ice-pwd:801d1cc891a1d1726af68a2b
	a=ice-ufrag:f6a6a5a5
	a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics
	m=audio 7256 RTP/AVP 96 97 98 99 0 8 9 18 101 100 102
	a=rtpmap:96 opus/48000/2
	a=fmtp:96 useinbandfec=1
	a=rtpmap:97 SILK/16000
	a=rtpmap:98 speex/16000
	a=fmtp:98 vbr=on
	a=rtpmap:99 speex/8000
	a=fmtp:99 vbr=on
	a=fmtp:18 annexb=no
	a=rtpmap:101 telephone-event/48000
	a=rtpmap:100 telephone-event/16000
	a=rtpmap:102 telephone-event/8000
	a=candidate:1 1 UDP 2130706431 192.168.3.100 7256 typ host
	a=candidate:1 2 UDP 2130706430 192.168.3.100 7257 typ host
	a=rtcp-fb:* trr-int 5000
	m=video 9220 RTP/AVP 96 97 98 99 34
	a=rtpmap:96 VP8/90000
	a=rtpmap:97 H264/90000
	a=fmtp:97 profile-level-id=42801F
	a=rtpmap:98 MP4V-ES/90000
	a=fmtp:98 profile-level-id=3
	a=rtpmap:99 H263-1998/90000
	a=fmtp:99 CIF=1;QCIF=1
	a=rtpmap:34 H263/90000
	a=candidate:1 1 UDP 2130706431 192.168.3.100 9220 typ host
	a=candidate:1 2 UDP 2130706430 192.168.3.100 9221 typ host
	a=rtcp-fb:* trr-int 5000
	a=rtcp-fb:96 nack pli
	a=rtcp-fb:96 nack sli
	a=rtcp-fb:96 ack rpsi
	a=rtcp-fb:96 ccm fir
	a=rtcp-fb:97 nack pli
	a=rtcp-fb:97 ccm fir
	a=rtcp-fb:98 nack pli
	a=rtcp-fb:98 ccm fir
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Call 0x102096c00: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Linphone core [0x105019e00] notified [call_state_changed]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: starting recv background task with id=[11].
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: received [482] new bytes from [UDP://::ffff:192.168.3.65:5060]:
	SIP/2.0 401 Unauthorized
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.CU7LgSs6S;received=192.168.3.100;rport=61109
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>;tag=as067d2582
	Call-ID: sRJFXJxxGW
	CSeq: 20 INVITE
	Server: PBX
	Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
	Supported: replaces, timer
	WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="7f164279"
	Content-Length: 0
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000] [482] bytes parsed
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Found transaction matching response.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Changing [client] [INVITE] transaction [0x178371f40], from state [CALLING] to [PROCEEDING]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Changing [client] [INVITE] transaction [0x178371f40], from state [PROCEEDING] to [COMPLETED]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: message sent to [UDP://::ffff:192.168.3.65:5060], size: [379] bytes
	ACK sip:address@hidden SIP/2.0
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.CU7LgSs6S;rport
	Call-ID: sRJFXJxxGW
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>;tag=as067d2582
	Contact: <sip:address@hidden:61109;transport=udp>;+sip.instance="<urn:uuid:bc7ea09f-f004-4aef-9e5f-850847e3df00>"
	Max-Forwards: 70
	CSeq: 20 ACK
Jan 10 18:29:05  linphone[1130] <Notice>: lib/linphone_core_find_auth_info(): returning auth info username=22225, realm=asterisk
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Auth info found for [22225] realm [asterisk]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Changing [client] [INVITE] transaction [0x178367440], from state [INIT] to [CALLING]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: message sent to [UDP://::ffff:192.168.3.65:5060], size: [2083] bytes
	INVITE sip:address@hidden SIP/2.0
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.UmpcwoCmI;rport
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>
	CSeq: 21 INVITE
	Call-ID: sRJFXJxxGW
	Max-Forwards: 70
	Supported: replaces, outbound
	Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE
	Content-Type: application/sdp
	Content-Length: 1296
	Contact: <sip:address@hidden:61109;transport=udp>;+sip.instance="<urn:uuid:bc7ea09f-f004-4aef-9e5f-850847e3df00>"
	User-Agent: Silvan_iPad.Air.2_iOS10.2/3.15-82-gabd9835 (belle-sip/1.5.0)
	Authorization:  Digest realm="asterisk", nonce="7f164279", algorithm=MD5, username="22225",  uri="sip:address@hidden", response="8cef710064f801729687630cb03c6148"
	
	v=0
	o=22225 2999 557 IN IP4 192.168.3.100
	s=Talk
	c=IN IP4 192.168.3.100
	b=AS:1152
	t=0 0
	a=ice-pwd:801d1cc891a1d1726af68a2b
	a=ice-ufrag:f6a6a5a5
	a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics
	m=audio 7256 RTP/AVP 96 97 98 99 0 8 9 18 101 100 102
	a=rtpmap:96 opus/48000/2
	a=fmtp:96 useinbandfec=1
	a=rtpmap:97 SILK/16000
	a=rtpmap:98 speex/16000
	a=fmtp:98 vbr=on
	a=rtpmap:99 speex/8000
	a=fmtp:99 vbr=on
	a=fmtp:18 annexb=no
	a=rtpmap:101 telephone-event/48000
	a=rtpmap:100 telephone-event/16000
	a=rtpmap:102 telephone-event/8000
	a=candidate:1 1 UDP 2130706431 192.168.3.100 7256 typ host
	a=candidate:1 2 UDP 2130706430 192.168.3.100 7257 typ host
	a=rtcp-fb:* trr-int 5000
	m=video 9220 RTP/AVP 96 97 98 99 34
	a=rtpmap:96 VP8/90000
	a=rtpmap:97 H264/90000
	a=fmtp:97 profile-level-id=42801F
	a=rtpmap:98 MP4V-ES/90000
	a=fmtp:98 profile-level-id=3
	a=rtpmap:99 H263-1998/90000
	a=fmtp:99 CIF=1;QCIF=1
	a=rtpmap:34 H263/90000
	a=candidate:1 1 UDP 2130706431 192.168.3.100 9220 typ host
	a=candidate:1 2 UDP 2130706430 192.168.3.100 9221 typ host
	a=rtcp-fb:* trr-int 5000
	a=rtcp-fb:96 nack pli
	a=rtcp-fb:96 nack sli
	a=rtcp-fb:96 ack rpsi
	a=rtcp-fb:96 ccm fir
	a=rtcp-fb:97 nack pli
	a=rtcp-fb:97 ccm fir
	a=rtcp-fb:98 nack pli
	a=rtcp-fb:98 ccm fir
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: ending recv background task with id=[11].
Jan 10 18:29:05  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: starting recv background task with id=[12].
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: received [425] new bytes from [UDP://::ffff:192.168.3.65:5060]:
	SIP/2.0 100 Trying
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.UmpcwoCmI;received=192.168.3.100;rport=61109
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>
	Call-ID: sRJFXJxxGW
	CSeq: 21 INVITE
	Server: PBX
	Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
	Supported: replaces, timer
	Contact: <sip:address@hidden:5060>
	Content-Length: 0
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000] [425] bytes parsed
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Found transaction matching response.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Changing [client] [INVITE] transaction [0x178367440], from state [CALLING] to [PROCEEDING]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/op [0x101842530] : set_or_update_dialog() current=[0x0] new=[0x0]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Op [0x101842530] receiving call response [100], dialog is [0x0] in state [BELLE_SIP_DIALOG_NULL]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: ending recv background task with id=[12].
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: starting recv background task with id=[13].
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: received [441] new bytes from [UDP://::ffff:192.168.3.65:5060]:
	SIP/2.0 180 Ringing
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.UmpcwoCmI;received=192.168.3.100;rport=61109
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>;tag=as0a5861bc
	Call-ID: sRJFXJxxGW
	CSeq: 21 INVITE
	Server: PBX
	Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
	Supported: replaces, timer
	Contact: <sip:address@hidden:5060>
	Content-Length: 0
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000] [441] bytes parsed
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Found transaction matching response.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/New client dialog [0x1781d3650] , local tag [~0OwjVz5Q], remote tag [as0a5861bc]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Dialog [0x1781d3650]: now updated by transaction [0x178367440].
Jan 10 18:29:05  linphone[1130] <Notice>: lib/op [0x101842530] : set_or_update_dialog() current=[0x0] new=[0x1781d3650]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Op [0x101842530] receiving call response [180], dialog is [0x1781d3650] in state [BELLE_SIP_DIALOG_EARLY]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Doing SDP offer/answer process of type outgoing
Jan 10 18:29:05  linphone[1130] <Notice>: lib/ms_filter_unlink: MSRtpRecv:0x17012f640,0-->MSAUWrite:0x17012fe60,0
Jan 10 18:29:05  linphone[1130] <Notice>: lib/speex_lib_ctl init with neon ? 1
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Configuring resampler input with rate=[8000], nchannels=[1]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/MSFilePlayer[0x17812d3e0]: /var/containers/Bundle/Application/B0CD1587-E22B-4D23-B8CD-A1631E652A4C/linphone.app/ringback.wav opened: rate=8000,channel=1
Jan 10 18:29:05  linphone[1130] <Notice>: lib/configuring resampler output to rate=[48000], nchannels=[1]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/ms_filter_link: MSFilePlayer:0x17812d3e0,0-->MSDtmfGen:0x17812d5c0,0
Jan 10 18:29:05  linphone[1130] <Notice>: lib/ms_filter_link: MSDtmfGen:0x17812d5c0,0-->MSResample:0x17812d700,0
Jan 10 18:29:05  linphone[1130] <Notice>: lib/ms_filter_link: MSResample:0x17812d700,0-->MSAUWrite:0x17812d7a0,0
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Initializing speex resampler in mode [voip] 
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Priority used: 47
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Ring MSTicker priority set to SCHED_RR and value (47)
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Audio session already correctly configured.
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Not applying kAudioSessionProperty_PreferredHardwareSampleRate because asked rate is too high [44100]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Remote ringing...
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Call 0x102096c00: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingRinging
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Linphone core [0x105019e00] notified [call_state_changed]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: ending recv background task with id=[13].
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: starting recv background task with id=[14].
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: received [441] new bytes from [UDP://::ffff:192.168.3.65:5060]:
	SIP/2.0 180 Ringing
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.UmpcwoCmI;received=192.168.3.100;rport=61109
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>;tag=as0a5861bc
	Call-ID: sRJFXJxxGW
	CSeq: 21 INVITE
	Server: PBX
	Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
	Supported: replaces, timer
	Contact: <sip:address@hidden:5060>
	Content-Length: 0
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000] [441] bytes parsed
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Found transaction matching response.
Jan 10 18:29:05  linphone[1130] <Notice>: bel/Dialog [0x1781d3650]: now updated by transaction [0x178367440].
Jan 10 18:29:05  linphone[1130] <Notice>: lib/op [0x101842530] : set_or_update_dialog() current=[0x1781d3650] new=[0x1781d3650]
Jan 10 18:29:05  linphone[1130] <Notice>: lib/Op [0x101842530] receiving call response [180], dialog is [0x1781d3650] in state [BELLE_SIP_DIALOG_EARLY]
Jan 10 18:29:05  linphone[1130] <Notice>: bel/channel [0x10499c000]: ending recv background task with id=[14].
Jan 10 18:29:05  linphone[1130] <Notice>: lib/io unit initialized
Jan 10 18:29:05  linphone[1130] <Notice>: lib/I/O unit latency [0.000000], quality [64]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/AudioUnit started, current hw output latency [0.001633] input [0.000136] iobuf[0.023220] hw sample rate [44100.000000]
Jan 10 18:29:06  linphone[1130] <Warning>: lib/Ring MSTicker: We are late of 397 miliseconds.
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background.
Jan 10 18:29:06  linphone[1130] <Notice>: bel/channel [0x10499c000]: starting recv background task with id=[15].
Jan 10 18:29:06  linphone[1130] <Notice>: bel/channel [0x10499c000]: received [927] new bytes from [UDP://::ffff:192.168.3.65:5060]:
	SIP/2.0 200 OK
	Via: SIP/2.0/UDP 192.168.3.100:61109;branch=z9hG4bK.UmpcwoCmI;received=192.168.3.100;rport=61109
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>;tag=as0a5861bc
	Call-ID: sRJFXJxxGW
	CSeq: 21 INVITE
	Server: PBX
	Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
	Supported: replaces, timer
	Contact: <sip:address@hidden:5060>
	Content-Type: application/sdp
	Content-Length: 458
	
	v=0
	o=root 1552291309 1552291309 IN IP4 192.168.3.65
	s=Asterisk PBX 1.8.10.1
	c=IN IP4 192.168.3.65
	b=CT:384
	t=0 0
	m=audio 19892 RTP/AVP 9 18 0 8 99 102
	a=rtpmap:9 G722/8000
	a=rtpmap:18 G729/8000
	a=fmtp:18 annexb=no
	a=rtpmap:0 PCMU/8000
	a=rtpmap:8 PCMA/8000
	a=rtpmap:99 speex/8000
	a=rtpmap:102 telephone-event/8000
	a=fmtp:102 0-16
	a=silenceSupp:off - - - -
	a=ptime:20
	a=sendrecv
	m=video 19854 RTP/AVP 34
	a=rtpmap:34 H263/90000
	a=sendrecv
Jan 10 18:29:06  linphone[1130] <Notice>: bel/channel [0x10499c000] [469] bytes parsed
Jan 10 18:29:06  linphone[1130] <Notice>: bel/channel [0x10499c000] read [458] bytes of body from [::ffff:192.168.3.65:5060]
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Found transaction matching response.
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Changing [client] [INVITE] transaction [0x178367440], from state [PROCEEDING] to [ACCEPTED]
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Dialog [0x1781d3650]: now updated by transaction [0x178367440].
Jan 10 18:29:06  linphone[1130] <Notice>: lib/op [0x101842530] : set_or_update_dialog() current=[0x1781d3650] new=[0x1781d3650]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Op [0x101842530] receiving call response [200], dialog is [0x1781d3650] in state [BELLE_SIP_DIALOG_CONFIRMED]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Found payload G722/8000 fmtp=
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Found payload G729/8000 fmtp=annexb=no
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Found payload PCMU/8000 fmtp=
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Found payload PCMA/8000 fmtp=
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Found payload speex/8000 fmtp=
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Found payload telephone-event/8000 fmtp=0-16
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Found payload H263/90000 fmtp=
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Doing SDP offer/answer process of type outgoing
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Processing for stream 0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding opus/48000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding SILK/16000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding speex/16000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding telephone-event/48000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding telephone-event/16000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Processing for stream 1
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding VP8/90000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding H264/90000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding MP4V-ES/90000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Adding H263-1998/90000 for compatibility, just in case.
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Computing branch id z9hG4bK.NwfMA6zZd for message sent statelessly
Jan 10 18:29:06  linphone[1130] <Notice>: bel/channel [0x10499c000]: message sent to [UDP://::ffff:192.168.3.65:5060], size: [506] bytes
	ACK sip:address@hidden:5060 SIP/2.0
	Via: SIP/2.0/UDP 192.168.3.100:61109;rport;branch=z9hG4bK.NwfMA6zZd
	From: <sip:address@hidden>;tag=~0OwjVz5Q
	To: "11111" <sip:address@hidden>;tag=as0a5861bc
	CSeq: 21 ACK
	Call-ID: sRJFXJxxGW
	Max-Forwards: 70
	Authorization:  Digest realm="asterisk", nonce="7f164279", algorithm=MD5, username="22225",  uri="sip:address@hidden", response="8cef710064f801729687630cb03c6148"
	User-Agent: Silvan_iPad.Air.2_iOS10.2/3.15-82-gabd9835 (belle-sip/1.5.0)
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Call 0x102096c00: moving from state LinphoneCallOutgoingRinging to LinphoneCallConnected
Jan 10 18:29:06  linphone[1130] <Notice>: ios/(LinphoneManager.m:2442) Adding CT call center listener [0x17804fc30]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Linphone core [0x105019e00] notified [call_state_changed]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_unlink: MSFilePlayer:0x17812d3e0,0-->MSDtmfGen:0x17812d5c0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_unlink: MSDtmfGen:0x17812d5c0,0-->MSResample:0x17812d700,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_unlink: MSResample:0x17812d700,0-->MSAUWrite:0x17812d7a0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Ring MSTicker thread exiting
Jan 10 18:29:06  linphone[1130] <Notice>: lib/linphone_call_start_media_streams() call=[0x102096c00] local upload_bandwidth=[1152] kbit/s; local download_bandwidth=[1152] kbit/s
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Audio bandwidth for this call is 80
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Payload type [speex/8000] has explicit bitrate [36] kbit/s
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Payload type [opus/48000] has explicit bitrate [36] kbit/s
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Payload type [SILK/16000] has explicit bitrate [36] kbit/s
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Payload type [speex/16000] has explicit bitrate [36] kbit/s
Jan 10 18:29:06  linphone[1130] <Notice>: lib/RtpSession [0x10502de00] sending to rtp 192.168.3.65:19892 rtcp 192.168.3.65:19893 
Jan 10 18:29:06  linphone[1130] <Notice>: lib/speex_lib_ctl init with neon ? 1
Jan 10 18:29:06  linphone[1130] <Notice>: lib/speex_lib_ctl init with neon ? 1
Jan 10 18:29:06  linphone[1130] <Notice>: lib/target bitrate not set for stream [0x101e177d0] using payload's bitrate is 80000
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Setting audio encoder network bitrate to [80000] on stream [0x101e177d0]
Jan 10 18:29:06  linphone[1130] <Error>: lib/Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method
Jan 10 18:29:06  linphone[1130] <Notice>: lib/configuring MSAURead:0x17012ffa0-->MSG722Enc:0x1701300e0 from rate [48000] to rate [16000] and from channel [1] to channel [1]
Jan 10 18:29:06  linphone[1130] <Error>: lib/Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method
Jan 10 18:29:06  linphone[1130] <Notice>: lib/configuring MSG722Dec:0x170130220-->MSAUWrite:0x170130040 from rate [16000] to rate [48000] and from channel [1] to channel [1]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSAURead:0x17012ffa0,0-->MSResample:0x170130360,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSResample:0x170130360,0-->MSEqualizer:0x170130900,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSEqualizer:0x170130900,0-->MSVolume:0x1701304a0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSVolume:0x1701304a0,0-->MSAudioMixer:0x1701305e0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSAudioMixer:0x1701305e0,0-->MSG722Enc:0x1701300e0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSG722Enc:0x1701300e0,0-->MSRtpSend:0x17812d0c0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSRtpRecv:0x17012f640,0-->MSG722Dec:0x170130220,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSG722Dec:0x170130220,0-->MSDtmfGen:0x17012ff00,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSDtmfGen:0x17012ff00,0-->MSVolume:0x1701302c0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSVolume:0x1701302c0,0-->MSEqualizer:0x170130720,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSEqualizer:0x170130720,0-->MSAudioMixer:0x1701309a0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/speex_lib_ctl init with neon ? 1
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSFilePlayer:0x170130cc0,0-->MSResample:0x170130c20,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSResample:0x170130c20,0-->MSAudioMixer:0x1701309a0,1
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSAudioMixer:0x1701309a0,0-->MSResample:0x170130680,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSResample:0x170130680,0-->MSAUWrite:0x170130040,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Audio session already correctly configured.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Audio Unit already started
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Initializing speex resampler in mode [voip] 
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Initializing speex resampler in mode [voip] 
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Initializing speex resampler in mode [voip] 
Jan 10 18:29:06  linphone[1130] <Notice>: lib/AudioUnit already started
Jan 10 18:29:06  linphone[1130] <Error>: lib/no such method on filter MSAUWrite, fid=16394 method index=2
Jan 10 18:29:06  linphone[1130] <Notice>: lib/MSVolume set gain to [0.000000 db], [1.000000] linear
Jan 10 18:29:06  linphone[1130] <Warning>: lib/'eq_active' linphonerc parameter has not effect anymore. Please use 'mic_eq_active' or 'spk_eq_active' instead
Jan 10 18:29:06  linphone[1130] <Warning>: lib/'eq_gains' linphonerc parameter has not effect anymore. Please use 'mic_eq_gains' or 'spk_eq_gains' instead
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_unlink: MSioscapture:0x17812c4e0,0-->MSPixConv:0x17812cee0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_unlink: MSPixConv:0x17812cee0,0-->MSTee:0x17012cd00,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17012cd00,1-->IOSDisplay:0x17812cda0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17012cd00,2-->MSJpegWriter:0x17812cc60,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Video MSTicker thread exiting
Jan 10 18:29:06  linphone[1130] <Notice>: lib/MSAudioMixer [0x1701305e0] is entering bypass mode.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Setting video size 1280x720 on stream [0x101842910]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/linphone_call_start_video_stream lc rotation:0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/RtpSession [0x10503a000] sending to rtp 192.168.3.65:19854 rtcp 192.168.3.65:19855 
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Using permissive algorithm
Jan 10 18:29:06  linphone[1130] <Warning>: lib/No 'default' video preset has been found
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Using the default video configuration list
Jan 10 18:29:06  linphone[1130] <Notice>: lib/target bitrate not set for stream [0x101842910] using payload's bitrate is 1062000
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Limiting bitrate of video encoder to 1062000 bits/s for stream [0x101842910]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Video configuration set: bitrate=1024000bits/s, fps=25.000000, vsize=704x576 for encoder [0x170130d60]
Jan 10 18:29:06  linphone[1130] <Error>: lib/no such method on filter MSH263Enc, fid=16392 method index=8
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Configuring camera in AVCaptureVideoOrientationPortrait mode 
Jan 10 18:29:06  linphone[1130] <Warning>: lib/Camera video size greater than encoder one. A scaling filter will be used!
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Video configuration set: bitrate=1024000bits/s, fps=25.000000, vsize=576x768 for encoder [0x170130d60]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Setting sent vsize=576x768, fps=25.000000
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Video configuration set: bitrate=1024000bits/s, fps=25.000000, vsize=576x768 for encoder [0x170130d60]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSioscapture:0x17412c1c0,0-->MSPixConv:0x17812cda0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSPixConv:0x17812cda0,0-->MSTee:0x17412db60,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17412db60,0-->MSSizeConv:0x17812cee0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSSizeConv:0x17812cee0,0-->MSH263Enc:0x170130d60,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSH263Enc:0x170130d60,0-->MSRtpSend:0x17012fdc0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17412db60,2-->MSJpegWriter:0x17412da20,0
Jan 10 18:29:06  linphone[1130] <Error>: lib/no such method on filter MSH263OldDec, fid=16389 method index=7
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ogl_display_new : 0x1743e2900
Jan 10 18:29:06  linphone[1130] <Error>: lib/no such method on filter MSH263OldDec, fid=16389 method index=6
Jan 10 18:29:06  linphone[1130] <Error>: lib/no such method on filter MSH263OldDec, fid=16389 method index=8
Jan 10 18:29:06  linphone[1130] <Error>: lib/no such method on filter IOSDisplay, fid=16387 method index=1
Jan 10 18:29:06  linphone[1130] <Error>: lib/no such method on filter IOSDisplay, fid=16387 method index=0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSRtpRecv:0x17412dd40,0-->MSTee:0x17012f820,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17012f820,1-->MSItcSink:0x17012f8c0,0
Jan 10 18:29:06  linphone[1130] <Warning>: lib/configure_itc(): video decoder doesn't give output format.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17012f820,0-->MSH263OldDec:0x170131120,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSH263OldDec:0x170131120,0-->MSTee:0x17412de80,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17412de80,1-->MSJpegWriter:0x17412dde0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17412de80,0-->IOSDisplay:0x17412dca0,0
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17412db60,1-->IOSDisplay:0x17412dca0,1
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Codec size set to w=576/h=768, bitrate=927080
[h263 @ 0x102051a00] The specified picture size of 576x768 is not valid for the H.263 codec.
Valid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+.
Jan 10 18:29:06  linphone[1130] <Error>: lib/avcodec_open() failed: -1
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Filter MSRtpRecv is already being scheduled; nothing to do.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 9 G722/8000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 18 G729/8000 fmtp=annexb=no added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 0 PCMU/8000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 8 PCMA/8000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 99 speex/8000 fmtp=vbr=on added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 102 telephone-event/8000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 96 opus/48000 fmtp=useinbandfec=1 added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 97 SILK/16000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 98 speex/16000 fmtp=vbr=on added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 101 telephone-event/48000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 100 telephone-event/16000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 34 H263/90000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 96 VP8/90000 fmtp= added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 97 H264/90000 fmtp=profile-level-id=42801F added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 98 MP4V-ES/90000 fmtp=profile-level-id=3 added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/LinphoneCall[0x102096c00] : payload type 99 H263-1998/90000 fmtp=CIF=1;QCIF=1 added to frozen list.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/audio stream index found: 0, updating main audio stream index
Jan 10 18:29:06  linphone[1130] <Notice>: lib/video stream index found: 1, updating main video stream index
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Call 0x102096c00: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Linphone core [0x105019e00] notified [call_state_changed]
Jan 10 18:29:06  linphone[1130] <Notice>: bel/channel [0x10499c000]: ending recv background task with id=[15].
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Garbage collecting unowned object of type belle_sip_hop_t
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Garbage collecting unowned object of type belle_sdp_session_description_t
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Bandwidth usage for call [0x102096c00]:
		RTP  audio=[d=  0.0,u= 79.9], video=[d=  0.0,u=  0.0], text=[d=  0.0,u=  0.0] kbits/sec
		RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0], text=[d=  0.0,u=  0.0] kbits/sec
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Thread processing load: audio=1.331841	video=0.002474	text=0.000000
Jan 10 18:29:06  linphone[1130] <Notice>: lib/uninit opengles_display (gl initialized:0)
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10503a000]
Jan 10 18:29:06  linphone[1130] <Notice>: bel/No SRV result for [_stun._udp.stun.linphone.org], trying A/AAAA.
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Resolver is using DNS server(s):
Jan 10 18:29:06  linphone[1130] <Notice>: bel/	192.168.3.1
Jan 10 18:29:06  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:06  linphone[1130] <Notice>: bel/DNS resolution awaiting response, queued to main loop
Jan 10 18:29:06  linphone[1130] <Notice>: bel/Resolver is using DNS server(s):
Jan 10 18:29:06  linphone[1130] <Notice>: bel/	192.168.3.1
Jan 10 18:29:06  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:06  linphone[1130] <Notice>: bel/DNS resolution awaiting response, queued to main loop
Jan 10 18:29:06  linphone[1130] <Notice>: lib/init opengles_display (0 x 0, gl initialized:0)
Jan 10 18:29:06  linphone[1130] <Notice>: lib/resize opengles_display (0 x 0, gl initialized:0)
Jan 10 18:29:06  linphone[1130] <Notice>: lib/OpenGL version string: OpenGL ES 2.0 Apple A8X GPU - 95.55
Jan 10 18:29:06  linphone[1130] <Notice>: lib/OpenGL extensions: GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_vertex_array_object GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_draw_instanced GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_EXT_texture_rg GL_EXT_texture_storage GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_framebuffer_multisample GL_APPLE_rgb_422 GL_APPLE_sync GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_APPLE_texture_packed_float GL_IMG_read_format GL_IMG_texture_compression_pvrtc 
Jan 10 18:29:06  linphone[1130] <Notice>: lib/OpenGL vendor: Apple Inc.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/OpenGL renderer: Apple A8X GPU
Jan 10 18:29:06  linphone[1130] <Notice>: lib/OpenGL version: OpenGL ES 2.0 Apple A8X GPU - 95.55
Jan 10 18:29:06  linphone[1130] <Notice>: lib/OpenGL GLSL version: OpenGL ES GLSL ES 1.00
Jan 10 18:29:06  linphone[1130] <Notice>: lib/GL renderbuffer allocation size (layer 0x174037ae0 frame size: 500.000000 x 400.000000)
Jan 10 18:29:06  linphone[1130] <Notice>: lib/resize opengles_display (500 x 400, gl initialized:1)
Jan 10 18:29:06  linphone[1130] <Notice>: lib/allocate_gl_textures: allocated new textures[0] (512 x 512)
Jan 10 18:29:06  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:06  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:06  linphone[1130] <Notice>: lib/First video frame decoded successfully
Jan 10 18:29:06  linphone[1130] <Notice>: lib/ioscapture video device started.
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10502de00]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:06  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10503a000]
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Bandwidth usage for call [0x102096c00]:
		RTP  audio=[d=  0.0,u= 79.9], video=[d=  0.0,u=  0.0], text=[d=  0.0,u=  0.0] kbits/sec
		RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0], text=[d=  0.0,u=  0.0] kbits/sec
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Thread processing load: audio=2.399519	video=23.293125	text=0.000000
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10502de00]
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10503a000]
Jan 10 18:29:07  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:07  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10502de00]
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10503a000]
Jan 10 18:29:07  linphone[1130] <Notice>: lib/Sending RTCP SR compound message on session [0x10502de00].
Jan 10 18:29:07  linphone[1130] <Notice>: lib/MSAudio_stream_iterate[0x101e177d0], local statistics available:
		Local current jitter buffer size:   0.0ms
Jan 10 18:29:07  linphone[1130] <Notice>: lib/MSVideo stream [0x101842910]: receiving RTCP SR
Jan 10 18:29:08  linphone[1130] <Notice>: lib/Bandwidth usage for call [0x102096c00]:
		RTP  audio=[d=  0.0,u= 80.0], video=[d=137.6,u=  0.8], text=[d=  0.0,u=  0.0] kbits/sec
		RTCP audio=[d=  0.0,u=  0.8], video=[d=  0.0,u=  0.8], text=[d=  0.0,u=  0.0] kbits/sec
Jan 10 18:29:08  linphone[1130] <Notice>: lib/Thread processing load: audio=3.047133	video=14.097448	text=0.000000
Jan 10 18:29:08  linphone[1130] <Notice>: lib/Stun packet sent on rtcp for session [0x10502de00]
Jan 10 18:29:08  linphone[1130] <Notice>: lib/MSAudio stream [0x101e177d0]: receiving RTCP RR
Jan 10 18:29:08  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:08  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:08  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:08  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:08  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:08  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:09  linphone[1130] <Notice>: lib/Bandwidth usage for call [0x102096c00]:
		RTP  audio=[d=  0.0,u= 81.3], video=[d=181.3,u=  0.8], text=[d=  0.0,u=  0.0] kbits/sec
		RTCP audio=[d=  0.6,u=  2.0], video=[d=  0.7,u=  0.8], text=[d=  0.0,u=  0.0] kbits/sec
Jan 10 18:29:09  linphone[1130] <Notice>: lib/Thread processing load: audio=2.370954	video=13.528162	text=0.000000
Jan 10 18:29:09  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:09  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:09  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:09  linphone[1130] <Notice>: lib/Sending RTCP RR compound message on session [0x10503a000].
Jan 10 18:29:09  linphone[1130] <Notice>: lib/MSVideo_stream_iterate[0x101842910], local statistics available:
		Local current jitter buffer size:  11.4ms
Jan 10 18:29:09  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:09  linphone[1130] <Notice>: lib/MSVideo stream [0x101842910]: receiving RTCP SR
Jan 10 18:29:10  linphone[1130] <Notice>: lib/Bandwidth usage for call [0x102096c00]:
		RTP  audio=[d=  0.0,u= 80.1], video=[d=183.9,u=  0.8], text=[d=  0.0,u=  0.0] kbits/sec
		RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0], text=[d=  0.0,u=  0.0] kbits/sec
Jan 10 18:29:10  linphone[1130] <Notice>: lib/Thread processing load: audio=2.845694	video=13.989419	text=0.000000
Jan 10 18:29:10  linphone[1130] <Notice>: lib/MSAudio stream [0x101e177d0]: receiving RTCP RR
Jan 10 18:29:10  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:10  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:10  linphone[1130] <Notice>: bel/resolver_process_data dns_res_check() in progress
Jan 10 18:29:10  linphone[1130] <Warning>: lib/Stun server resolution failed.
Jan 10 18:29:10  linphone[1130] <Notice>: lib/Sending RTCP SR compound message on session [0x10502de00].
Jan 10 18:29:10  linphone[1130] <Notice>: lib/MSAudio_stream_iterate[0x101e177d0], local statistics available:
		Local current jitter buffer size:   0.0ms
Jan 10 18:29:10  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Bandwidth usage for call [0x102096c00]:
		RTP  audio=[d=  0.0,u= 80.2], video=[d=176.1,u=  0.8], text=[d=  0.0,u=  0.0] kbits/sec
		RTCP audio=[d=  0.6,u=  0.0], video=[d=  0.7,u=  1.2], text=[d=  0.0,u=  0.0] kbits/sec
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Thread processing load: audio=2.819878	video=15.296546	text=0.000000
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Stun packet sent for session [0x10503a000]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Video decoder: FPS: 15.798773
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Captured mean fps=24.999998, expected=25.000000
Jan 10 18:29:11  linphone[1130] <Notice>: bel/Background task belle-sip recv channel started. Unknown remaining time since application is not fully in background.
Jan 10 18:29:11  linphone[1130] <Notice>: bel/channel [0x10499c000]: starting recv background task with id=[16].
Jan 10 18:29:11  linphone[1130] <Notice>: bel/channel [0x10499c000]: received [544] new bytes from [UDP://::ffff:192.168.3.65:5060]:
	BYE sip:address@hidden:61109;transport=udp SIP/2.0
	Via: SIP/2.0/UDP 192.168.3.65:5060;branch=z9hG4bK2918ebd7;rport
	Max-Forwards: 70
	From: "11111" <sip:address@hidden>;tag=as0a5861bc
	To: <sip:address@hidden>;tag=~0OwjVz5Q
	Call-ID: sRJFXJxxGW
	CSeq: 102 BYE
	User-Agent: PBX
	Proxy-Authorization: Digest username="22225", realm="asterisk", algorithm=MD5, uri="sip:192.168.3.65", nonce="", response="2666e8b911d16dff849e022d23ab633d"
	X-Asterisk-HangupCause: Normal Clearing
	X-Asterisk-HangupCauseCode: 16
	Content-Length: 0
Jan 10 18:29:11  linphone[1130] <Notice>: bel/channel [0x10499c000] [544] bytes parsed
Jan 10 18:29:11  linphone[1130] <Notice>: bel/Changing [server] [BYE] transaction [0x170131440], from state [INIT] to [TRYING]
Jan 10 18:29:11  linphone[1130] <Notice>: bel/Changing [server] [BYE] transaction [0x170131440], from state [TRYING] to [COMPLETED]
Jan 10 18:29:11  linphone[1130] <Notice>: bel/channel [0x10499c000]: message sent to [UDP://::ffff:192.168.3.65:5060], size: [323] bytes
	SIP/2.0 200 Ok
	Via: SIP/2.0/UDP 192.168.3.65:5060;branch=z9hG4bK2918ebd7;rport
	From: "11111" <sip:address@hidden>;tag=as0a5861bc
	To: <sip:address@hidden>;tag=~0OwjVz5Q
	Call-ID: sRJFXJxxGW
	CSeq: 102 BYE
	User-Agent: Silvan_iPad.Air.2_iOS10.2/3.15-82-gabd9835 (belle-sip/1.5.0)
	Supported: replaces, outbound
Jan 10 18:29:11  linphone[1130] <Notice>: bel/Dialog [0x1781d3650]: now updated by transaction [0x170131440].
Jan 10 18:29:11  linphone[1130] <Notice>: bel/Dialog [0x1781d3650] deleted (is_expired=0)
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Current call terminated...
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/             AUDIO SESSION'S RTP STATISTICS                
Jan 10 18:29:11  linphone[1130] <Notice>: lib/-----------------------------------------------------------
Jan 10 18:29:11  linphone[1130] <Notice>: lib/sent                                        265 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                              0 duplicated packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                          45580 bytes  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/received                                      0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                              0 duplicated packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                              0 bytes  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming delivered to the app                 0 bytes  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming cumulative lost                      0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming received too late                    0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming bad formatted                        0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming discarded (queue overflow)           0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/sent rtcp                                     0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/received rtcp                                 2 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSAURead:0x17012ffa0,0-->MSResample:0x170130360,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSResample:0x170130360,0-->MSEqualizer:0x170130900,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSEqualizer:0x170130900,0-->MSVolume:0x1701304a0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSVolume:0x1701304a0,0-->MSAudioMixer:0x1701305e0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSAudioMixer:0x1701305e0,0-->MSG722Enc:0x1701300e0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSG722Enc:0x1701300e0,0-->MSRtpSend:0x17812d0c0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSRtpRecv:0x17012f640,0-->MSG722Dec:0x170130220,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSG722Dec:0x170130220,0-->MSDtmfGen:0x17012ff00,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSDtmfGen:0x17012ff00,0-->MSVolume:0x1701302c0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSVolume:0x1701302c0,0-->MSEqualizer:0x170130720,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSEqualizer:0x170130720,0-->MSAudioMixer:0x1701309a0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSFilePlayer:0x170130cc0,0-->MSResample:0x170130c20,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSResample:0x170130c20,0-->MSAudioMixer:0x1701309a0,1
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSAudioMixer:0x1701309a0,0-->MSResample:0x170130680,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSResample:0x170130680,0-->MSAUWrite:0x170130040,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                  FILTER USAGE STATISTICS                  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Name                Count     Time/tick (ms)      CPU Usage
Jan 10 18:29:11  linphone[1130] <Notice>: lib/-----------------------------------------------------------
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSSizeConv          127       6.62598             56.4577   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSAUWrite           145       2.78069             27.0252   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSRtpRecv           1268      0.0659519           5.57125   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSRtpSend           1053      0.0636157           4.46343   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSH263OldDec        88        0.640753            3.79615   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSResample          374       0.0476427           1.1893    
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSG722Enc           229       0.0599174           0.917369  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSAudioMixer        1062      0.00175165          0.123949  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSioscapture        522       0.00327916          0.114164  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSVolume            229       0.00465217          0.0712274 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSTee               302       0.00318152          0.0641712 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSAURead            531       0.0012688           0.0449332 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSFilePlayer        577       0.000961938         0.0370116 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSG722Dec           531       0.000832707         0.0294895 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSDtmfGen           577       0.000749135         0.0288238 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSEqualizer         229       0.00106957          0.0163756 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSJpegWriter        214       0.00109767          0.01571   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/IOSDisplay          183       0.00122283          0.0149777 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSH263Enc           128       0.00131008          0.0112499 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSPixConv           128       0.000868217         0.00745558
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSItcSink           88        0.000977528         0.00579139
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSVoidSink          0         0                   0         
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSSpeexEC           0         0                   0         
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Filter MSRtpRecv is not scheduled; nothing to do.
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/             VIDEO SESSION'S RTP STATISTICS                
Jan 10 18:29:11  linphone[1130] <Notice>: lib/-----------------------------------------------------------
Jan 10 18:29:11  linphone[1130] <Notice>: lib/sent                                          0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                              0 duplicated packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                              0 bytes  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/received                                    129 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                              0 duplicated packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                                         123286 bytes  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming delivered to the app            123286 bytes  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming cumulative lost                      0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming received too late                    0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming bad formatted                        0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/incoming discarded (queue overflow)           0 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/sent rtcp                                     1 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/received rtcp                                 2 packets
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSioscapture:0x17412c1c0,0-->MSPixConv:0x17812cda0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSPixConv:0x17812cda0,0-->MSTee:0x17412db60,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17412db60,0-->MSSizeConv:0x17812cee0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSSizeConv:0x17812cee0,0-->MSH263Enc:0x170130d60,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSH263Enc:0x170130d60,0-->MSRtpSend:0x17012fdc0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17412db60,2-->MSJpegWriter:0x17412da20,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSRtpRecv:0x17412dd40,0-->MSTee:0x17012f820,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17012f820,1-->MSItcSink:0x17012f8c0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17012f820,0-->MSH263OldDec:0x170131120,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSH263OldDec:0x170131120,0-->MSTee:0x17412de80,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17412de80,1-->MSJpegWriter:0x17412dde0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17412de80,0-->IOSDisplay:0x17412dca0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_unlink: MSTee:0x17412db60,1-->IOSDisplay:0x17412dca0,1
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/                  FILTER USAGE STATISTICS                  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Name                Count     Time/tick (ms)      CPU Usage
Jan 10 18:29:11  linphone[1130] <Notice>: lib/-----------------------------------------------------------
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSSizeConv          128       6.6184              56.6176   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSAUWrite           145       2.78069             26.9224   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSRtpRecv           1268      0.0659519           5.55006   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSRtpSend           1053      0.0636157           4.44646   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSH263OldDec        88        0.640753            3.78172   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSResample          374       0.0476427           1.18478   
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSG722Enc           229       0.0599174           0.913881  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSAudioMixer        1062      0.00175165          0.123478  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSioscapture        522       0.00327916          0.113729  
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSVolume            229       0.00465217          0.0709566 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSTee               302       0.00318152          0.0639272 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSAURead            531       0.0012688           0.0447623 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSFilePlayer        577       0.000961938         0.0368709 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSG722Dec           531       0.000832707         0.0293773 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSDtmfGen           577       0.000749135         0.0287142 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSEqualizer         229       0.00106957          0.0163134 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSJpegWriter        214       0.00109767          0.0156502 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/IOSDisplay          183       0.00122283          0.0149208 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSH263Enc           128       0.00131008          0.0112072 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSPixConv           128       0.000868217         0.00742723
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSItcSink           88        0.000977528         0.00576936
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSVoidSink          0         0                   0         
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSSpeexEC           0         0                   0         
Jan 10 18:29:11  linphone[1130] <Notice>: lib/===========================================================
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Call 0x102096c00: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Notifying soundcard that we don't need it anymore for calls.
Jan 10 18:29:11  linphone[1130] <Notice>: lib/AudioUnit stopped
Jan 10 18:29:11  linphone[1130] <Notice>: lib/AudioUnit destroyed
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Stopping ZRTP context on session [0x0]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ZRTP context destroyed
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSAudio MSTicker thread exiting
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Stopping ZRTP context on session [0x0]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ZRTP context destroyed
Jan 10 18:29:11  linphone[1130] <Notice>: lib/MSVideo MSTicker thread exiting
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Resetting the current call
Jan 10 18:29:11  linphone[1130] <Notice>: ios/(LinphoneManager.m:2432) Removing CT call center listener [0x17804fc30]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/speex_lib_ctl init with neon ? 1
Jan 10 18:29:11  linphone[1130] <Notice>: lib/configuring resampler output to rate=[8000], nchannels=[1]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_link: MSFilePlayer:0x17412c3a0,0-->MSDtmfGen:0x17412da20,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_link: MSDtmfGen:0x17412da20,0-->MSResample:0x17412de80,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_link: MSResample:0x17412de80,0-->MSAQWrite:0x17412dde0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Initializing speex resampler in mode [voip] 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/AQ: Configuring audio session for playback
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Priority used: 47
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Ring MSTicker priority set to SCHED_RR and value (47)
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Linphone core [0x105019e00] notified [call_state_changed]
Jan 10 18:29:11  linphone[1130] <Notice>: bel/channel [0x10499c000]: ending recv background task with id=[16].
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Setting video size 1280x720 on stream [0x101e1db00]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Configuring camera in AVCaptureVideoOrientationPortrait mode 
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ogl_display_new : 0x1703e3500
Jan 10 18:29:11  linphone[1130] <Error>: lib/no such method on filter IOSDisplay, fid=16387 method index=2
Jan 10 18:29:11  linphone[1130] <Error>: lib/no such method on filter IOSDisplay, fid=16387 method index=1
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_link: MSioscapture:0x17812cda0,0-->MSPixConv:0x17012f8c0,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_link: MSPixConv:0x17012f8c0,0-->MSTee:0x17412dd40,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17412dd40,1-->IOSDisplay:0x17012f820,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ms_filter_link: MSTee:0x17412dd40,2-->MSJpegWriter:0x17412db60,0
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Video MSTicker priority left to normal.
Jan 10 18:29:11  linphone[1130] <Notice>: lib/uninit opengles_display (gl initialized:1)
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Dialog [0x1781d3650] terminated for op [0x101842530]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Call 0x102096c00: moving from state LinphoneCallEnd to LinphoneCallReleased
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Linphone core [0x105019e00] notified [call_state_changed]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/Call [0x102096c00] freed.
Jan 10 18:29:11  linphone[1130] <Notice>: lib/op [0x101842530] : set_or_update_dialog() current=[0x1781d3650] new=[0x0]
Jan 10 18:29:11  linphone[1130] <Notice>: lib/ioscapture video device started



--
Regards,
Sreejith


reply via email to

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