Voice over IP Phone Services Catalog Items

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The following table shows the Catalog items for Voice over IP Phone Services.

Catalog item Sysgen Variable Description

Real-time Communications (RTC) Client API

SYSGEN_VOIP

Adds the programming interface that provides messaging, presence, and audio between any two IP-enabled devices. Includes G711, G.722.1, and Siren codecs. Sets SYSGEN_VOIP_SIGNALING and SYSGEN_VOIP_MEDIA.

Signaling and RTC media

SYSGEN_VOIP_MEDIA

Adds the media portion of RTC client. This variable cannot be modified by the user. Instead, it is set automatically when SYSGEN_VOIP is set.

Real-time Communications (RTC) Client API GSM Codec (GSM610 pluggable codec)

SYSGEN_VOIP_MEDIA_GSM

Adds the GSM 610 codec.

SIP signaling and RTC API

SYSGEN_VOIP_SIGNALING

Adds the signaling portion of RTC client.

VAIL Database Store

SYSGEN_VOIPPHONE_DBSTORE

Reference implementation of caller information and call log stores, using Windows Embedded CE databases.

VoIP Homescreen app

SYSGEN_FPVOIP_HOMESCREEN

Applies to Windows Embedded CE 6.0 R2

Adds the Homescreen component to the IP Phone Suite

> [!NOTE] > This SYSGEN variable was previously named SYSGEN_VOIPPHONE_HOMESCREEN.

VoIP PhInfo app

SYSGEN_FPVOIP_INFOAPP

Applies to Windows Embedded CE 6.0 R2

Adds the PhInfo component to the IP Phone Suite

> [!NOTE] > This SYSGEN variable was previously named SYSGEN_VOIPPHONE_INFOAPP.

VoIP Phone app

SYSGEN_FPVOIP_PHONEAPP

Applies to Windows Embedded CE 6.0 R2

Adds the PhoneApp component to the IP Phone Suite

> [!NOTE] > This SYSGEN variable was previously named SYSGEN_VOIPPHONE_PHONEAPP.

VoIP PhCommon app

SYSGEN_VOIPPHONE_PHONECORE

Adds the PhCommon component to the IP Phone Suite

Phone IME

SYSGEN_VOIPPHONE_PHONEIME

Adds "Triple-tap" functionality (that enables users to enter text with a numeric keypad) used by the IP Phone Suite.

VoIP PhSettings app

SYSGEN_FPVOIP_SETTINGS

Applies to Windows Embedded CE 6.0 R2

Adds the PhSettings component to the IP Phone Suite

> [!NOTE] > This SYSGEN variable was previously named SYSGEN_VOIPPHONE_SETTINGS.

VoIP Sample Resources for Phone Suite

SYSGEN_FPVOIP_RESOURCE

Applies to Windows Embedded CE 6.0 R2

Adds common resources shared across the VoIP applications for a QVGA landscape user interface. It adds a shared, resource-only DLL that supports customization, such as UI skins, screen and component layout changes, and custom display resolutions.

VoIP Sample portrait-mode resources for Phone Suite

SYSGEN_FPVOIP_RESOURCE_PORT

Applies to Windows Embedded CE 6.0 R2

Adds common resources shared across the VoIP applications for a QVGA portrait-mode user interface. Add a shared, resource-only DLL that supports customization, such as UI skins, screen and component layout changes, and custom display resolutions.

VoIP Deployment Infrastructure

SYSGEN_FPVOIP_BOOTSTRAP

Applies to Windows Embedded CE 6.0 R2

Adds a phone application that provides bootstrapping and update logic, which helps ease deployment of VoIP devices in managed environments.

Video over IP Calling

SYSGEN_VOIP_VIDEO

Applies to Windows Embedded CE 6.0 R2

Adds APIs to the RTC Client API to support making and receiving one-to-one video telephony calls.

Real-time Communications (RTC) Client API H263 Codec Wrapper

SYSGEN_FPVOIP_H263_WRAPPER

Applies to Windows Embedded CE 6.0 R2

Provides a parser and generator for H263 Real-time Transport Protocol (RTP) and Session Description Protocol (SDP) packets.

Real-time Communications (RTC) Client API H264 Codec Wrapper

SYSGEN_FPVOIP_H264_WRAPPER

Applies to Windows Embedded CE 6.0 R2

Provides a parser and generator for H264 Real-time Transport Protocol (RTP) and Session Description Protocol (SDP) packets.

Remarks

RTC 1.5 includes two dll files: the rtcdll.dll, which contains the signaling portion, and the rtcmediadll.dll, which contains the media portion. When SYSGEN_VOIP is set, both files get added to the image. However, if the user wants to use just the signaling portion of RTC, they can opt out of rtcmediadll.dll by SYSGEN_VOIP_SIGNALING, which only selects rtcdll.dll.

See Also

Other Resources

Voice over IP Phone Services