I forgot to add that I did register for these incoming calls in the following 
manner (invoked at sysAppLaunchCmdNormalLaunch):

static void _setupPhoneLib (void)
{
    Err err;

    if (gFeatures.phLibSupport && ! gFeatures.openedPhLib)
    {
        err = PhnLibOpen  (gFeatures.phLibRefNum);
        if (! err)
        {
            gFeatures.openedPhLib = true;
            err = PhnLibRegister (gFeatures.phLibRefNum, NP_CRID, 
phnServiceVoice);
            gFeatures.registeredWithPhLib = (err == errNone);
        }
    }
}

Thanks again
Alex

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to