mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
74a01d23bc
Added hunting scheme to support new ftdm_call_place API Make ftdm_channel_call_answer use ftdm_channel_call_indicate with FTDM_CHANNEL_INDICATE_ANSWER Updated doxygen docs in freetdm.h
15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
APIs that result in an event when the API returns FTDM_SUCCESS
|
|
|
|
ftdm_channel_call_answer()
|
|
ftdm_channel_call_indicate()
|
|
FTDM_SIGEVENT_INDICATION_COMPLETED
|
|
*note that FTDM_SIGEVENT_INDICATION_COMPLETED has associated data to indicate the result of the indication
|
|
*note this event is only delivered on non-blocking channels
|
|
|
|
ftdm_call_place
|
|
FTDM_SIGEVENT_DIALING
|
|
|
|
ftdm_channel_call_hangup
|
|
FTDM_SIGEVENT_RELEASED
|
|
|