Archived:CTelephony::DialNewCall() API gives connection error in dual mode (Known Issue)
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Tidy in preparation for merging with wiki) |
||
| Line 1: | Line 1: | ||
[[Category:Known Issue]][[Category:Symbian C++]][[Category:Telephony]][[Category:S60 3rd Edition]][[Category:S60 3rd Edition, Feature Pack 1]] | [[Category:Known Issue]][[Category:Symbian C++]][[Category:Telephony]][[Category:S60 3rd Edition]][[Category:S60 3rd Edition, Feature Pack 1]] | ||
| − | + | {{Archived|timestamp=20120216102337|user=roy.debjit|Fixed in new later firmware version.}} | |
| − | + | ||
| − | {{ | + | |
| − | + | ||
{{ArticleMetaData <!-- v1.2 --> | {{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]]) --> | ||
| Line 26: | Line 23: | ||
|author= [[User:Copyeditor]] | |author= [[User:Copyeditor]] | ||
<!-- The following are not in current metadata --> | <!-- The following are not in current metadata --> | ||
| − | |||
|id= KIS000892 | |id= KIS000892 | ||
}} | }} | ||
| − | |||
==Description== | ==Description== | ||
| − | 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. | + | {{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. | + | 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. |
| − | + | ||
| − | 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. | 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.}} | ||
Revision as of 01:21, 23 February 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.

