Using a phone number
[Exchange Manager 2 Handlers]


Detailed Description

Handlers that can dial a phone number are based on ALP_EXG2_DIAL_ACTIONCLASS. Examples of methods are : dial voice call, dial video call, etc.

All handlers using this action class must register the subject ALP_EXG2_PHONESTRING_SUBJECT or ALP_EXG2_CONTACT_IDENTIFIER_STRING_SUBJECT. They must expect to receive the phone number in a ALP_EXG2_GENERIC_STRING_PARAM string parameter if the subject is ALP_EXG2_PHONESTRING_SUBJECT, or the contact id in a ALP_EXG2_GENERIC_STRING_PARAM string parameter if the subject is ALP_EXG2_CONTACT_IDENTIFIER_STRING_SUBJECT.


Dials the phone for a video call

This verb is based on ALP_EXG2_DIAL_ACTIONCLASS. The service will dial the number to establish a video call.

#define ALP_EXG2_DIAL_VIDEOCALL_VERB   ALP_EXG2_DIAL_ACTIONCLASS"/videoCall"
 VERB: Dial a video call.

Dials the phone for a voice call

This verb is based on ALP_EXG2_DIAL_ACTIONCLASS. The service will dial the number to establish a voice call.

#define ALP_EXG2_DIAL_VOICECALL_VERB   ALP_EXG2_DIAL_ACTIONCLASS"/voiceCall"
 VERB: Dial a voice call.


Define Documentation

#define ALP_EXG2_DIAL_VIDEOCALL_VERB   ALP_EXG2_DIAL_ACTIONCLASS"/videoCall"
 

VERB: Dial a video call.

#define ALP_EXG2_DIAL_VOICECALL_VERB   ALP_EXG2_DIAL_ACTIONCLASS"/voiceCall"
 

VERB: Dial a voice call.


Generated on Wed Jul 30 07:06:44 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.