Archived:CTelephony::DialNewCall() API gives connection error in dual mode (Known Issue)
debjit.roy
(Talk | contribs) (Debjit.roy -) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update) |
||
| Line 4: | Line 4: | ||
{{KBKI}} | {{KBKI}} | ||
This known issue was originally created by '''Krugliy''' and has been verified by Nokia Developer. | This known issue was originally created by '''Krugliy''' and has been verified by Nokia Developer. | ||
| − | {{ArticleMetaData | + | {{ArticleMetaData <!-- v1.2 --> |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| − | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | + | |devices= S60 3rd Edition 3G devices |
| − | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | + | |platform= S60 3rd Edition<br> 3rd Edition, FP1 |
| − | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices. | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | |author=[[User:Copyeditor]] | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20080214 | ||
| + | |author= [[User:Copyeditor]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |subcategory= Telephony | ||
| + | |id= KIS000892 | ||
}} | }} | ||
{{Archived|timestamp=20120216102337|user=roy.debjit| }} | {{Archived|timestamp=20120216102337|user=roy.debjit| }} | ||
==Description== | ==Description== | ||
| − | After programmatically hanging up an outgoing call created by the user or by another application, (using, for example, | + | After programmatically hanging up an outgoing call created by the user or by another application, (using, for example, {{Icode|CPhCltCommandHandler::Chup()}} or the ''Phone Client API''), an attempt to create a new call may fail. |
When the device is in a 3G network and a new call is established immediately after the previous call has been terminated, call creation may fail with the telephony application displaying a ''Disconnected'' note. | When the device is in a 3G network and a new call is established immediately after the previous call has been terminated, call creation may fail with the telephony application displaying a ''Disconnected'' note. | ||
Revision as of 01:13, 23 February 2012
Template:KBKI This known issue was originally created by Krugliy and has been verified by Nokia Developer.
Article Metadata
Tested with
Compatibility
3rd Edition, FP1
Article
Description
After programmatically hanging up an outgoing call created by the user or by another application, (using, for example, CPhCltCommandHandler::Chup() or the Phone Client API), an attempt to create a new call may fail.
When the device is in a 3G network and a new call is established immediately after the previous call has been terminated, call creation may fail with the telephony application displaying a Disconnected note.
Note that this behavior has only been observed in 3G networks when using a device in 2/3G dual mode.
Solution
No known solutions for 3G (dual) network mode, however adding a delay between hangup and call creation increases the success rate. It has been also observed that new firmware versions do not have this problem anymore; for example, the issue cannot be reproduced with Nokia N95 sw v20.0.015.

