Archived:Local Client Provisioning plug-in for VoIP rel 2.x fails on Nokia N80 IE (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Tested with
Devices(s): Nokia N80 Internet Edition
Compatibility
Platform(s): S60 3rd Edition
Article
Created: User:Technical writer 1
(30 May 2008)
Last edited: hamishwillee
(21 Jun 2012)
Contents |
Overview
The Local Client Provisioning plug-in for VoIP rel 2.x allows you to create SIP-based VoIP-related settings from a file to an S60 device.
Description
The CVoIPSettingsProv::ProvFileL API, is provided with the Local Client Provisioning plug-in, creates a VoIP profile and a SIP profile which are linked. The settings of the created SIP profile are provisioned from a WBXML file. This API fails on the Nokia N80 IE, as only the SIP profile is created and the corresponding VoIP profile is not created.
How to reproduce
CVoIPSettingsProv* prov = CVoIPSettingsProv::NewL();
CleanupStack::PushL( prov );
prov->ProvFileL()
CleanupStack::PopAndDestroy(); // prov
Solution
No solution exists.


(no comments yet)