Brian Dunning's FileMaker Custom Functions

APPLESCRIPT_CTI_Dialing_TipTel ( pPhoneNumberFieldname )

Dial phone number of TipTel phone connected by USB to Mac

  Average rating: 4.5 (24 votes) Log in to vote

Ralph Nusser   Ralph Nusser - Show more from this author
Sogetes Computer-Services
http://www.sogetes.com

Share on Facebook Share on Twitter

  Sample input:
APPLESCRIPT_CTI_Dialing_TipTel ( 0041719101401 )
  Sample output:
DIALING PHONE

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

/*-----------------------------------------------
SYNTAX:
_APPLESCRIPT_CTI_TipTel_NUSSER ( pPhoneNumberFieldname )

AUTHOR:
Ralph Nusser, 04-NOV-2011

DESCRIPTION:
Dial phone number of TipTel phone connected by USB to Mac

SOURCE:
http://direct.ilink.de/de/downloads.html
http://www.tkr.de/telefon/direct.html
-----------------------------------------------*/
SetzeVars ([
vPhoneNumberFieldname = pPhoneNumberFieldname;
vLine1 = "set myPhoneNumber to cellValue of cell \"" & vPhoneNumberFieldname & "\" of current record" & ¶;
vLine2 = "tell application \"direct\"" & ¶;
vLine3 = "MakeCall to myPhoneNumber" & ¶;
vLine4 = "end tell"
];
vLine1 & vLine2 & vLine3 & vLine4
)

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: