Archived:CTelephony::DialNewCall() API gives connection error in dual mode (Known Issue)
copyeditor
(Talk | contribs) m |
|||
| Line 1: | Line 1: | ||
| − | [[Category: | + | [[Category:Known Issue]][[Category:Symbian C++]] |
| − | [[Category: | + | [[Category:Telephony]][[Category:S60 3rd Edition]][[Category:S60 3rd Edition, Feature Pack 1]] |
__NOEDITSECTION__ __NOTOC__ | __NOEDITSECTION__ __NOTOC__ | ||
| − | + | {{KBKI}} | |
| − | {|style="background:# | + | This known issue was originally created by '''Krugliy''' and has been verified by Forum Nokia. |
| + | {|style="background:#eceff2" width="660px" border="1" cellpadding="5" cellspacing="0" | ||
|- | |- | ||
| − | |'''ID''' || | + | |'''ID''' ||KIS000892 |
| − | |'''Creation | + | |'''Creation date''' ||April 16, 2008 |
|- | |- | ||
| − | |'''Platform''' || | + | |'''Platform''' ||S60 3rd Edition<br> 3rd Edition, FP1 |
| − | |'''Devices''' || | + | |'''Devices''' ||S60 3rd Edition 3G devices |
|- | |- | ||
| − | |'''Category''' || | + | |'''Category''' ||Symbian C++ |
| − | |'''Sub-Category''' || | + | |'''Sub-Category''' ||Telephony |
|} | |} | ||
| − | + | ==Description== | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | After programmatically hanging up an outgoing call created by the user or by another application, (using, for example, <tt>CPhCltCommandHandler::Chup()</tt> 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. | ||
Revision as of 14:24, 16 April 2008
Template:KBKI
This known issue was originally created by Krugliy and has been verified by Forum Nokia.
| ID | KIS000892 | Creation date | April 16, 2008 |
| Platform | S60 3rd Edition 3rd Edition, FP1 |
Devices | S60 3rd Edition 3G devices |
| Category | Symbian C++ | Sub-Category | Telephony |
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.

