Supplementary Line Service Functions
The supplementary line service functions are listed by category in the following topics. A function is identified as asynchronous if it will indicate completion in a REPLY message to the application. If the function always returns its result to the application immediately, the function is considered synchronous.
Following is a functional grouping of the supplementary line service functions:
Agents
Application priority
Bearer mode and rate
Call accept and redirect
Call completion
Call conference
Call forwarding
Call hold
Call park
Call pickup
Call reject
Call transfer
Digit monitoring and gathering
Generating inband digits and tones
Making calls
Media control
Media monitoring
Proxies
Quality of Service
Sending information to remote party
Service provider management
Setting a terminal for phone conversations
Tone monitoring
and other miscellaneous supplementary line service functions.
Bearer Mode and Rate
lineSetCallParams |
Requests a change in the call parameters of an existing call. Synchronous. |
Media Monitoring
lineMonitorMedia |
Enables or disables media mode notification on a specified call. Synchronous. |
Digit Monitoring and Gathering
lineMonitorDigits |
Enables or disables digit detection notification on a specified call. Synchronous. |
lineGatherDigits |
Performs the buffered gathering of digits on a call. Synchronous. |
Tone Monitoring
lineMonitorTones |
Specifies which tones to detect on a specified call. Synchronous. |
Media Control
Generating Inband Digits and Tones
Call Accept and Redirect
lineAccept |
Accepts an offered call and starts alerting both caller (ringback) and called party (ring). Asynchronous. |
lineRedirect |
Redirects an offering call to another address. Asynchronous. |
Call Reject
lineDrop |
Disconnects a call, or abandons a call attempt in progress. Asynchronous. |
Call Hold
lineHold |
Places the specified call on hard hold. Asynchronous. |
lineUnhold |
Retrieves a held call. Asynchronous. |
Securing Calls
lineSecureCall |
Secures an existing call from interference by other events such as call-waiting beeps on data connections. Asynchronous. |
Call Transfer
lineSetupTransfer |
Prepares a specified call for transfer to another address. Asynchronous. |
lineCompleteTransfer |
Transfers a call that was set up for transfer to another call, or enters a three-way conference. Asynchronous. |
lineBlindTransfer |
Transfers a call to another party. Asynchronous. |
lineSwapHold |
Swaps the active call with the call currently on consultation hold. Asynchronous. |
Call Conference
lineSetupConference |
Prepares a given call for the addition of another party. Asynchronous. |
linePrepareAddToConference |
Prepares to add a party to an existing conference call by placing the conference call in a hold state and creating a consultation call that can be added later to the conference call. Asynchronous. |
lineAddToConference |
Adds a consultation call to an existing conference call. Asynchronous. |
lineRemoveFromConference |
Removes a party from a conference call. Asynchronous. |
Call Park
linePark |
Parks a given call at another address. Asynchronous. |
lineUnpark |
Retrieves a parked call. Asynchronous. |
Call Forwarding
lineForward |
Sets or cancels call forwarding requests. Asynchronous. |
Call Pickup
linePickup |
Picks up a call alerting at a specified destination address and returns a call handle for the picked-up call (linePickup can also be used for call waiting). Asynchronous. |
Sending Information to Remote Party
lineReleaseUserUserInfo |
Releases user-user information, permitting the system to overwrite this storage with new information. Asynchronous. |
lineSendUserUserInfo |
Sends user-user information to the remote party on the specified call. Asynchronous. |
Call Completion
Setting a Terminal for Phone Conversations
lineSetTerminal |
Specifies the terminal device to which the specified line, address events, or call media stream events are routed. Asynchronous. |
Application Priority
lineGetAppPriority |
Retrieves handoff and/or Assisted Telephony priority information for an application. Synchronous. |
lineSetAppPriority |
Sets the handoff and/or Assisted Telephony priority for an application. Synchronous. |
Service Provider Management
Agents
lineAgentSpecific |
Allows the application to access proprietary handler-specific functions of the agent handler associated with the address. Asynchronous. |
lineGetAgentActivityList |
Obtains the list of activities from which an application selects the functions an agent is performing. Asynchronous. |
lineGetAgentCaps |
Obtains the agent-related capabilities supported on the specified line device. Asynchronous. |
lineGetAgentGroupList |
Obtains the list of agent groups into which an agent can log into on the automatic call distributor. Asynchronous. |
lineGetAgentStatus |
Obtains the agent-related status on the specified address. Asynchronous. |
lineSetAgentActivity |
Sets the agent activity code associated with a particular address. Asynchronous. |
lineSetAgentGroup |
Sets the agent groups that the agent is logged into on a particular address. Asynchronous. |
lineSetAgentState |
Sets the agent state associated with a particular address. Asynchronous. |
Proxies
lineProxyMessage |
Used by a registered proxy request handler to generate TAPI messages. Synchronous. |
lineProxyResponse |
Indicates completion of a proxy request by a registered proxy handler. Synchronous. |
Quality of Service
Miscellaneous