Unable to send SMS to phone numbers containing dot as separator
Bug #1471545 reported by
Yuri
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
telepathy-ofono |
New
|
Undecided
|
Unassigned |
Bug Description
In my Google contacts, I often use dot as separator for the phone numbers. When a phone number contains a dot, the messaging app fail to send SMS (text messages).
With a phone number like +32 (475) 12.34.56 sending a text message will fail, with a phone number like +32 (475) 12 34 56 (using space as separator) or like +32 (475) 123456, SMS will be successfully sent.
Note that the phone app is able to place calls without problem, regardless the type of separator used in the phone numbers.
Related branches
lp://staging/~tiagosh/history-service/use-libphonenumber
- Gustavo Pichorim Boiko (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 733 lines (+226/-356)10 files modifiedCMakeLists.txt (+1/-0)
cmake/modules/FindLibPhoneNumber.cmake (+23/-0)
cmake/modules/LibFindMacros.cmake (+112/-0)
debian/control (+1/-0)
debian/copyright (+0/-17)
src/CMakeLists.txt (+3/-3)
src/phonenumberutils_p.h (+0/-304)
src/phoneutils.cpp (+78/-23)
src/phoneutils_p.h (+6/-1)
tests/libhistoryservice/PhoneUtilsTest.cpp (+2/-8)
lp://staging/~tiagosh/telepathy-ofono/use-libphonenumber
- Gustavo Pichorim Boiko (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 1336 lines (+574/-422)17 files modifiedCMakeLists.txt (+4/-2)
cmake/modules/FindLibPhoneNumber.cmake (+23/-0)
cmake/modules/LibFindMacros.cmake (+112/-0)
connection.cpp (+17/-12)
connection.h (+1/-1)
countrycodes.qrc (+5/-0)
countrycodes.txt (+224/-0)
debian/control (+1/-0)
debian/copyright (+0/-17)
emergencymodeiface.cpp (+30/-0)
emergencymodeiface.h (+12/-0)
phonenumberutils_p.h (+0/-301)
phoneutils.cpp (+112/-43)
phoneutils_p.h (+0/-38)
tests/CMakeLists.txt (+2/-0)
tests/PhoneUtilsTest.cpp (+8/-8)
tools/generate_country_codes.py (+23/-0)
lp://staging/~tiagosh/telephony-service/use-libphonenumber
- Gustavo Pichorim Boiko (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 1022 lines (+254/-371)19 files modifiedUbuntu/Telephony/contactwatcher.cpp (+1/-1)
debian/copyright (+0/-17)
indicator/textchannelobserver.cpp (+1/-1)
libtelephonyservice/CMakeLists.txt (+2/-0)
libtelephonyservice/multimediaaccountentry.cpp (+1/-1)
libtelephonyservice/ofonoaccountentry.cpp (+27/-1)
libtelephonyservice/ofonoaccountentry.h (+5/-0)
libtelephonyservice/phonenumberutils.h (+0/-303)
libtelephonyservice/phoneutils.cpp (+100/-24)
libtelephonyservice/phoneutils.h (+20/-2)
tests/common/mock/MockConnection.xml (+6/-0)
tests/common/mock/connection.cpp (+7/-0)
tests/common/mock/connection.h (+2/-0)
tests/common/mock/emergencymodeiface.cpp (+28/-1)
tests/common/mock/emergencymodeiface.h (+12/-0)
tests/common/mock/mockconnectiondbus.cpp (+6/-0)
tests/common/mock/mockconnectiondbus.h (+1/-0)
tests/libtelephonyservice/OfonoAccountEntryTest.cpp (+18/-0)
tests/libtelephonyservice/PhoneUtilsTest.cpp (+17/-20)
To post a comment you must log in.
Noticed on my bq r23 (Ubuntu 15.04)