Archived:CTelephony::DialNewCall() API gives connection error in dual mode (Known Issue)
hamishwillee
(Talk | contribs) m (moved CTelephony::DialNewCall() API gives connection error in dual mode (Known Issue) to Archived:CTelephony::DialNewCall() API gives connection error in dual mode (Known Issue)) |
|||
| (10 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:Known Issue]][[Category:Symbian C++]] | + | {{Archived|timestamp=20120216102337|user=roy.debjit|Fixed in new later firmware version.}} |
| − | [[Category:Telephony]][[Category:S60 3rd Edition]][[Category:S60 3rd Edition | + | [[Category:Known Issue]][[Category:Symbian C++]][[Category:Telephony]][[Category:S60 3rd Edition (initial release)]][[Category:S60 3rd Edition FP1]] |
| − | + | {{ArticleMetaData <!-- v1.2 --> | |
| − | {{ | + | |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]]) --> | |
| − | + | |devices= S60 3rd Edition 3G devices | |
| − | |- | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | | | + | |platform= S60 3rd Edition<br> 3rd Edition, FP1 |
| − | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | |
| − | |- | + | |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 --> | ||
| + | |id= KIS000892 | ||
| + | }} | ||
==Description== | ==Description== | ||
| + | {{Abstract|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 with [http://library.developer.nokia.com/topic/GUID-E35887BB-7E58-438C-AA27-97B2CDE7E069/GUID-251A35C1-CC66-4DE4-9EBE-964026E89E7F/GUID-97D402C8-B4B7-385A-92B3-D3FCC0CA575A.html#GUID-7BF1402C-F992-302B-A204-8EB7E37DE8D8 CTelephony:DialNewCall()] 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. | |
| − | + | ||
| − | 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== | ==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. | ||
| − | + | {{Note|This known issue was originally created by '''Krugliy''' and has been verified by Nokia Developer.}} | |
Latest revision as of 09:41, 15 June 2012
Fixed in new later firmware version.
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 with CTelephony:DialNewCall() 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.

