[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-05-16 Thread Tony Espy
** Also affects: dialer-app (Ubuntu) Importance: Undecided Status: New ** Changed in: dialer-app (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239869

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ofono - 1.12.bzr6858+14.10.20140501-0ubuntu1 --- ofono (1.12.bzr6858+14.10.20140501-0ubuntu1) utopic; urgency=low [ Tony Espy ] * [ Tony Espy ] build, gril, rilmodem, plugins/ril, test: call- forwarding support. [ Alfonso Sanchez-Beato ]

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-16 Thread Alfonso Sanchez-Beato
AOSP simply does not handle this: its ril.h it does not define this error code. The error codes come from the codeaurora [1], which is sponsored by Qualcomm and implements Snapdragon optimizations for Android. Cyanogenmod took the code from them, ril.h and parts in the java telephony service that

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-15 Thread Alfonso Sanchez-Beato
It turned out that error code 0x13 is specific to Qualcomm modems. A fix can be found in: https://github.com/rilmodem/ofono/pull/74 ** Changed in: ofono (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-15 Thread Tiago Salem Herrmann
I can confim the patch fixes the issue. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239869 Title: VoiceCallManager.Dial() fails when roaming area code specified To manage notifications

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-15 Thread Tony Espy
@Alfonso Your pull request basically implements what was suggested in comment #5. This makes sense as long as the caller notices that the phone number was re-directed ( ie. the number changed ). Also, this pull request seems to be based off logic from Cyanogenmod. How does vanilla AOSP handle

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-14 Thread Alfonso Sanchez-Beato
The attached traces show that RIL_REQUEST_DIAL returns error code 0x13 instead of 0 (non-error). However, the subsequent GET_CURRENT_CALLS shows a call with the dialled number, but with a prefix (014 instead of 0) because of the apparent redirection. 0x13 is not actually defined in ril.h. Some

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-14 Thread Alfonso Sanchez-Beato
This traces show the same problem. Error code 0x13 is returned when dialling, and the call is redirected. In this case 123 is redirected +18056377243 (T-Mobile US voice mail number). ** Attachment added: ofono traces

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-14 Thread Alfonso Sanchez-Beato
An easy workaround is to simply consider code 0x13 equivalent to 0 (=SUCCESS). However, some explanation on where this number comes from is needed. Interestingly, calling the same number in a BQ Aquaris does not produce the error: REQUEST_DIAL reply has return code 0, although the number is

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-14 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu) Assignee: Tony Espy (awe) = Alfonso Sanchez-Beato (alfonsosanchezbeato) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239869 Title: VoiceCallManager.Dial() fails

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2014-04-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ofono (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239869 Title:

[Bug 1239869] Re: VoiceCallManager.Dial() fails when roaming area code specified

2013-10-15 Thread Tony Espy
** Summary changed: - ofono returns an error on Dial() in roaming mode. + VoiceCallManager.Dial() fails when roaming area code specified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239869 Title: