Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

VoIPManager Class Reference
[QtIPCommsModule]

The VoIPManager class maintains information about the active VoIP telephony service. More...

    #include <VoIPManager>

Inherits QAbstractCallPolicyManager.

Public Functions

Additional Inherited Members


Detailed Description

The VoIPManager class maintains information about the active VoIP telephony service.

This class provides access to some of the common facilities of the voip telephony service, if it is running within the system, to ease the implementation of VoIP-specific user interfaces in the server. The telephony service itself is started by PhoneServer at system start up.

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.

See also PhoneServer.


Member Function Documentation

VoIPManager::VoIPManager ( QObject * parent = 0 )

Create a new VoIP telephony service manager and attach it to parent.

bool VoIPManager::isAvailable ( const QString & uri )   [virtual]

Returns true if the VoIP user associated with uri is available for calling; false otherwise.

Reimplemented from QAbstractCallPolicyManager.

void VoIPManager::updateOnThePhonePresence ( bool isOnThePhone )   [virtual]

If isOnThePhone is true, updates the local presence to away. Otherwise updates the local presence to online.

Reimplemented from QAbstractCallPolicyManager.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3