Phone API Reference - Core - digium.phone
digium.phone
Call handling.
Methods
Name | Description |
---|---|
Answers an incoming call. | |
Initiates a call. This function returns a call handle, which is a string identifying the call. It can be used in various other methods such as digium.phone.hangup(). | |
Hangs up on an ongoing call. | |
Attaches handlers to ongoing-call status changes. Useful if you were unable to attach a handler when the call was created. | |
Ignores (rejects) an incoming call before it is answered. | |
Sends DTMF tones in an ongoing call. | |
Transfers an active call to another extension. This is a blind transfer, meaning the transferor does not talk to the transferee. |