Re: [IVI] receiving signal very late from phoned
I checked this, the result is same as log... Ray・Bloodworth From: Jimmy HuangDate: 2015-01-29 02:45To: BloodworthRay; ivi@lists.tizen.orgSubject: Re: receiving signal very late from phoned It's easy to rule out if Ofono is not sending out events properly, you can just use dbus-monitor to see if you get the dbus events from Ofono after you make the call. You can compare the behavior when using phoned vs lemolo. dbus-monitor --system sender=org.ofono On 01/27/2015 06:20 PM, BloodworthRay wrote: >CallChanged is a signal only triggered when there's a PropertyChanged >signal from Ofono, so when you first dial, you should receive two >signals that the first is alerting, and then another one when it's >active. Then when you hangup, the property should changed to disconnected. >>Are you saying that you don't see the alerting and active signals until >you hang up the call, and then all three signals come at once? >>Jimmy Yes. After I hang up the call( about 1 min), all three signals come at once. But dial with lemolo( eldbus ), these case are ok. Is this a bug belong to ofono ? ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
Re: [IVI] receiving signal very late from phoned
It's easy to rule out if Ofono is not sending out events properly, you can just use dbus-monitor to see if you get the dbus events from Ofono after you make the call. You can compare the behavior when using phoned vs lemolo. dbus-monitor --system sender=org.ofono On 01/27/2015 06:20 PM, BloodworthRay wrote: >CallChanged is a signal only triggered when there's a PropertyChanged >signal from Ofono, so when you first dial, you should receive two >signals that the first is alerting, and then another one when it's >active. Then when you hangup, the property should changed to disconnected. > >Are you saying that you don't see the alerting and active signals until >you hang up the call, and then all three signals come at once? > >Jimmy Yes. After I hang up the call( about 1 min), all three signals come at once. But dial with lemolo( eldbus ), these case are ok. Is this a bugbelong to ofono ? ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
Re: [IVI] receiving signal very late from phoned
>CallChanged is a signal only triggered when there's a PropertyChanged >signal from Ofono, so when you first dial, you should receive two >signals that the first is alerting, and then another one when it's >active. Then when you hangup, the property should changed to disconnected. >>Are you saying that you don't see the alerting and active signals until >you hang up the call, and then all three signals come at once? >>JimmyYes. After I hang up the call( about 1 min), all three signals come at >>once.But dial with lemolo( eldbus ), these case are ok.Is this a bug belong >>to ofono ? ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
Re: [IVI] receiving signal very late from phoned
CallChanged is a signal only triggered when there's a PropertyChanged signal from Ofono, so when you first dial, you should receive two signals that the first is alerting, and then another one when it's active. Then when you hangup, the property should changed to disconnected. Are you saying that you don't see the alerting and active signals until you hang up the call, and then all three signals come at once? Jimmy On 01/26/2015 06:37 PM, kongling wrote: Yes, I added some log: Dial from Phoned: handleMethodCall(490) > :1.6:/:org.tizen.Phone:Dial handleMethodCall(559) > Dialing number: 10010 handleSignal(490) > signal received: "org.ofono.VoiceCallManager" -> "CallAdded" CallAdded: dialing 10010 CallAdded time : 64:919993537 handleSignal(490) > signal received: "org.ofono.VoiceCall" -> "PropertyChanged" handleSignal(602) > PROPERTY CHANGED: State = alerting callChanged(695) > CallChanged: alerting 10010 callChanged(742) > g_dbus_connection_emit_signal CallChanged callChanged(753) > CallChanged time : 125:392165964 callChanged(756) > g_dbus_connection_emit_signal CallChanged ret = true handleSignal(490) > signal received: "org.ofono.VoiceCall" -> "PropertyChanged" handleSignal(602) > PROPERTY CHANGED: State = active callChanged(695) > CallChanged: active 10010 callChanged(742) > g_dbus_connection_emit_signal CallChanged callChanged(753) > CallChanged time : 125:393673800 callChanged(756) > g_dbus_connection_emit_signal CallChanged ret = true handleSignal(490) > signal received: "org.ofono.VoiceCall" -> "PropertyChanged" handleSignal(605) > PROPERTY CHANGED: StartTime callChanged(695) > CallChanged: active 10010 dial from lemolo: Ray·Bloodworth *From:* VanCutsem, Geoffroy <mailto:geoffroy.vancut...@intel.com> *Date:* 2015-01-27 05:29 *To:* Ray·Bloodworth <mailto:k870818...@outlook.com>; ivi@lists.tizen.org <mailto:ivi@lists.tizen.org> *Subject:* RE: [IVI] receiving signal very late from phoned Hi Ray, Were you able to determine if what is delayed is the message from oFono to phoned or from phoned to the Phone Web app? Thanks, Geoffroy --- Intel Corporation NV/SA Kings Square, Veldkant 31 2550 Kontich RPM (Bruxelles) 0415.497.718. Citibank, Brussels, account 570/1031255/09 *From:*IVI [mailto:ivi-boun...@lists.tizen.org] *On Behalf Of *Ray·Bloodworth *Sent:* Friday, January 23, 2015 7:20 AM *To:* ivi@lists.tizen.org *Subject:* [IVI] receiving signal very late from phoned Hi, everyone I'm testing phoned using test code "phoned/test/main.cpp". Platform: VTC1010 image:http://download.tizen.org/releases/milestone/tizen/ivi-3.0.m14.3/tizen-3.0.m14.3-ivi_20141028.3/ steps: 1. pair and connect mobile using bluetoothctl. 2. launch test program "phone" with app user in weston terminal. 3. enter "dial" command. Then a phone call was made and first signal named "CallChanged" was received. Then I hangup the call from mobile. After long time(about 1min) three signals named "CallChanged" were received together. I checked log, phoned received ofono's signals "CallChanged" after a long time. Also, I tested org.tizen.dialer, every thing is fine. There's no much delay about these signals... Could anyone help me with this issue? Thanks! Ray·Bloodworth ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
Re: [IVI] receiving signal very late from phoned
Yes, I added some log: Dial from Phoned: handleMethodCall(490) > :1.6:/:org.tizen.Phone:Dial handleMethodCall(559) > Dialing number: 10010 handleSignal(490) > signal received: "org.ofono.VoiceCallManager" -> "CallAdded" CallAdded: dialing 10010 CallAdded time : 64:919993537 handleSignal(490) > signal received: "org.ofono.VoiceCall" -> "PropertyChanged" handleSignal(602) > PROPERTY CHANGED: State = alerting callChanged(695) > CallChanged: alerting10010 callChanged(742) > g_dbus_connection_emit_signal CallChanged callChanged(753) > CallChanged time : 125:392165964 callChanged(756) > g_dbus_connection_emit_signal CallChanged ret = true handleSignal(490) > signal received: "org.ofono.VoiceCall" -> "PropertyChanged" handleSignal(602) > PROPERTY CHANGED: State = active callChanged(695) > CallChanged: active 10010 callChanged(742) > g_dbus_connection_emit_signal CallChanged callChanged(753) > CallChanged time : 125:393673800 callChanged(756) > g_dbus_connection_emit_signal CallChanged ret = true handleSignal(490) > signal received: "org.ofono.VoiceCall" -> "PropertyChanged" handleSignal(605) > PROPERTY CHANGED: StartTime callChanged(695) > CallChanged: active 10010 dial from lemolo: Ray・Bloodworth From: VanCutsem, GeoffroyDate: 2015-01-27 05:29To: Ray・Bloodworth; ivi@lists.tizen.orgSubject: RE: [IVI] receiving signal very late from phoned Hi Ray, Were you able to determine if what is delayed is the message from oFono to phoned or from phoned to the Phone Web app? Thanks, Geoffroy --- Intel Corporation NV/SA Kings Square, Veldkant 31 2550 Kontich RPM (Bruxelles) 0415.497.718. Citibank, Brussels, account 570/1031255/09 From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Ray・Bloodworth Sent: Friday, January 23, 2015 7:20 AM To: ivi@lists.tizen.org Subject: [IVI] receiving signal very late from phoned Hi, everyone I'm testing phoned using test code "phoned/test/main.cpp". Platform: VTC1010 image:http://download.tizen.org/releases/milestone/tizen/ivi-3.0.m14.3/tizen-3.0.m14.3-ivi_20141028.3/ steps: 1. pair and connect mobile using bluetoothctl. 2. launch test program "phone" with app user in weston terminal. 3. enter "dial" command. Then a phone call was made and first signal named "CallChanged" was received. Then I hangup the call from mobile. After long time(about 1min) three signals named "CallChanged" were received together. I checked log, phoned received ofono's signals "CallChanged" after a long time. Also, I tested org.tizen.dialer, every thing is fine. There's no much delay about these signals... Could anyone help me with this issue? Thanks! Ray・Bloodworth ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
Re: [IVI] receiving signal very late from phoned
Hi Ray, Were you able to determine if what is delayed is the message from oFono to phoned or from phoned to the Phone Web app? Thanks, Geoffroy --- Intel Corporation NV/SA Kings Square, Veldkant 31 2550 Kontich RPM (Bruxelles) 0415.497.718. Citibank, Brussels, account 570/1031255/09 From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Ray·Bloodworth Sent: Friday, January 23, 2015 7:20 AM To: ivi@lists.tizen.org Subject: [IVI] receiving signal very late from phoned Hi, everyone I'm testing phoned using test code "phoned/test/main.cpp". Platform: VTC1010 image:http://download.tizen.org/releases/milestone/tizen/ivi-3.0.m14.3/tizen-3.0.m14.3-ivi_20141028.3/ steps: 1. pair and connect mobile using bluetoothctl. 2. launch test program "phone" with app user in weston terminal. 3. enter "dial" command. Then a phone call was made and first signal named "CallChanged" was received. Then I hangup the call from mobile. After long time(about 1min) three signals named "CallChanged" were received together. I checked log, phoned received ofono's signals "CallChanged" after a long time. Also, I tested org.tizen.dialer, every thing is fine. There's no much delay about these signals... Could anyone help me with this issue? Thanks! Ray·Bloodworth ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
[IVI] receiving signal very late from phoned
Hi, everyone I'm testing phoned using test code "phoned/test/main.cpp". Platform: VTC1010 image:http://download.tizen.org/releases/milestone/tizen/ivi-3.0.m14.3/tizen-3.0.m14.3-ivi_20141028.3/ steps: 1. pair and connect mobile using bluetoothctl. 2. launch test program "phone" with app user in weston terminal. 3. enter "dial" command. Then a phone call was made and first signal named "CallChanged" was received. Then I hangup the call from mobile. After long time(about 1min) three signals named "CallChanged" were received together. I checked log, phoned received ofono's signals "CallChanged" after a long time. Also, I tested org.tizen.dialer, every thing is fine. There's no much delay about these signals... Could anyone help me with this issue? Thanks! Ray・Bloodworth ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi