DialPeople()

Calls the list of phone numbers using the default dialer specified by the user.

Token IDs

BFTKN_DIAL_PEOPLE or 1340

Syntax

DialPeople(ANSISTRING Optional Comment,
           BOOLEAN IsDefault,
           ANSISTRING TelephoneNumber,
           ANSISTRING UserDiaplayName,
           ANSISTRING UserEMailAddress,
           ENUM WHichTelephone);

Parameters

Optional comment

(Optional) String containing anything

IsDefault

Enumeration telling if this is the default phone number.

"No!0|"
"Yes!1}"
TelephoneNumber

String containing the telephone number.

UserDisplayName

(Optional) String containing this user’s display name

UserEMailAddress

(Optional) String containing this user’s email address.

WhichTelephone

(Optional) Enumeration describing which telephone number this is.

"AssisntantPhone!870|"  
"CallbackPhone!863|"  
"CarPhone!866|"    
"CellPhoneNum!802|"   
"FaxPhoneNum!810|"   
"Home2Phone!871|"   
"HomePhoneNum!817|"   
"IsdnPhone!869|"   
"MainCompanyPhone!875|"  
"Office2Phone!864|"   
"OfficePhoneNum!829|"  
"OtherPhone!867|"   
"PagerPhoneNum!833|"  
"Phone!8|"     
"PhoneNum!835|"    
"RadioPhone!865|"   
"SkypePhone!904|"   
"TelexPhone!868};"

Remarks

The group containing IsDefault through WhichTelephone may be repeated up to 10 times