[AC-3130] openURL("tel:xxxxxxxxxx,xxx") command does not send paused tel: dial string from Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-05-28T02:24:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, defect, mobile, pause, phone, tel |
Reporter | Alistair Gates |
Assignee | Tony Guntharp |
Created | 2011-05-19T05:41:54.000+0000 |
Updated | 2016-03-08T07:48:11.000+0000 |
Description
openURL("tel:xxxxxxxxxx") command does not send paused tel: dial string from Android
For iPhone the call would be "tel:07944444444,1111" - which works
However for Anroid when trying "tel:07944444444,1111" and "tel:07944444444p1111" neither works
"tel:07944444444,1111" just sends the first part - ie. 07966794444 but does not include the section after the comma
"tel:07944444444p1111" removes the 'p' and sends the whole string as one - ie. 079444444441111
This functionality is required for functions such as calling card applications, conference call dialling, and automated extension calling
Is there a way to get this bug resolved/functionality built in?
Other apps (not built on Titanium) send the pause on Android, so it doesn't seem to be a core API issue
Output from the Dalvik Debug Monitor is
05-11 18:46:58.806: INFO/TiAPI(375): (kroll$3: app://pbookdetails.js) [3,135695] ========== call: 07944444444,1111
05-11 18:46:58.816: INFO/ActivityManager(62): Starting: Intent { act=android.intent.action.VIEW dat=tel:xxx-xxx-xxxx cmp=com.android.contacts/.DialtactsActivity } from pid 375
05-11 18:46:59.696: INFO/ActivityManager(62): Displayed com.android.contacts/.DialtactsActivity: +775ms
05-11 18:47:03.936: INFO/dalvikvm(62): Jit: resizing JitTable from 1024 to 2048
and
05-11 21:27:00.447: INFO/TiAPI(357): (kroll$3: app://pbookdetails.js) [22057,112099] using android pauses
05-11 21:27:00.447: INFO/TiAPI(357): (kroll$3: app://pbookdetails.js) [3,112102] ========== call: 07944444444p1111
05-11 21:27:00.457: INFO/ActivityManager(62): Starting: Intent { act=android.intent.action.VIEW dat=tel:xxx-xxx-xxxx cmp=com.android.contacts/.DialtactsActivity } from pid 357
05-11 21:27:01.307: DEBUG/dalvikvm(200): GC_CONCURRENT freed 200K, 48% free 3107K/5959K, external 1378K/1
Duplicate of TIMOB-4165
Closed after 30 days of inactivity.