Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
TAPI.CallInfo
Queries details on current call.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| TAPI | 4.4 | No | Yes | No | Yes, Windows only | No |
MBS( "TAPI.CallInfo"; Call; Selector ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Call | The call reference number. | $Call |
| Selector | Which value to query. | "CalledIDName" |
Result
Returns OK or error.
Description
Queries details on current call.Possible properties to query:
- CallerIdName: The name of the caller.
- CallerIdNumber: The number of the caller.
- CalledIdName: The name of the called location.
- CalledIdNumber: The number of the called location.
- ConnectedIdName: The name of the connected location.
- ConnectedIdName: The number of the connected location.
- RedirectionIdName: The name of the location to which a call has been redirected.
- RedirectionIdNumber: The number of the location to which a call has been redirected.
- RedirectingIdName: The name of the location that redirected the call.
- RedirectingIdNumber: The number of the location that redirected the call.
- CalledPartyFriendlyName: The called party friendly name.
- Comment: A comment about the call provided by the application that originated the call.
- DisplayableAddress: A displayable version of the called or calling address.
- CallingPartyID: The identifier of the calling party.
- State: The state of the call: Idle, InProgress, Connected, Disconnected, Offering, Hold or Queued.
- CountryCode: Country or region code.
- CallID: Call identifier. Some service providers assign a unique code to each call.
- Ref: Unique number of the call info object.
- Privilege: The privilege level. Either Owner or Monitor.
- Origin: Where the call is from. Can be Conference, External, InBound, Internal, OutBound, Unavailable or Unknown.
- Reason: Why the call was coming. Can be CallCompletion, CampedOn, Direct, ForwardedBudy, ForwardedNoAnswer, ForwardedUnconditionally, Intrude, Parked, Pickup, Redirect, Reminder, RouterRequest, Transfer, Unavailable, Unknown or Unpark.
- CallerIDAddressType: What type the caller ID has.
- CalledIDAddressType: What type the called ID has.
- ConnectedIDAddressType: What type the connected ID has.
- RedirectionAddressType: What type the redirection ID has.
- RedirectedAddressType: What type the redirected ID has.
See also
Example Databases
Blog Entries
Created 22nd October 2014, last changed 8th April 2016
TAPI.BlindTransfer - TAPI.Connect
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins