Class TransferCallEvent
java.lang.Object
dev.truewinter.twiliocallrouter.plugin.Event
dev.truewinter.twiliocallrouter.plugin.event.TransferCallEvent
This event is fired before a call is transferred
-
Method Summary
Methods inherited from class dev.truewinter.twiliocallrouter.plugin.Event
getCustomTwiML, getCustomTwiMLAsString, isCancelled, setCancelled, setCustomTwiML, setCustomTwiML
-
Method Details
-
getTransferTo
- Returns:
- The number this call is being transferred to
-
getDirection
- Returns:
- The call direction (inbound, outbound-api, outbound-dial)
-
getFrom
- Returns:
- The caller's number, in E.164 format
-
getTo
- Returns:
- The called number, in E.164 format
-