AppleScript subroutines for Call Events
Subroutine |
Description |
|
call_started(parameters) |
Executed when an incoming or outgoing call is first detected. |
|
call_answered(parameters) |
Executed when an incoming or outgoing call is answered. |
|
call_ended(parameters) |
Executed when a call has ended. |
|
Parameters |
Description |
|
p_phonenumber |
Phone number of the caller or receiver. |
|
p_name |
Name of the caller or receiver. |
|
p_date |
Date and time the call began ringing. |
|
p_duration |
Duration of answered call in seconds. |
|
call_in_out |
Type of call if it is an incoming call it assume the value "in" otherwise it assume value "out" for an outgoing call. |