Interface DestinationSip
- All Superinterfaces:
CallInformationFrom
,CallInformationTo
,Destination
,DestinationConference
,DestinationCustom
,DestinationTextToSpeech
public interface DestinationSip
extends Destination, DestinationConference, DestinationTextToSpeech, DestinationCustom, CallInformationFrom, CallInformationTo
The type of device and number or endpoint to call.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DestinationSip.Builder
builder()
Getting builderstatic DestinationSip
Static builder helperFor typesip
the value is the SIP address for a SIP endpoint.
-
Method Details
-
from
Static builder helper -
getEndpoint
String getEndpoint()For typesip
the value is the SIP address for a SIP endpoint.- Returns:
- endpoint
-
builder
Getting builder- Returns:
- New Builder instance
-