public class DialPlanExtension extends Object implements EndPoint
Constructor and Description |
---|
DialPlanExtension(String extension) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EndPoint rhs) |
String |
getFullyQualifiedName()
The same as getSimpleName as in this case the Tech is really just an
identifier rather than a legitimate tech that the pbx understands.
|
String |
getSimpleName()
Returns the simple name of the EndPoint sans the tech.
|
String |
getSIPSimpleName()
Returns the simple name of a SIP EndPoint sans the tech.
|
TechType |
getTech()
Returns the Tech that is used to reach this endpoint.
|
boolean |
isEmpty() |
boolean |
isLocal() |
boolean |
isSame(EndPoint rhs) |
boolean |
isSIP() |
boolean |
isUnknown()
Returns true if the tech is not know for this end point.
|
String |
toString() |
public DialPlanExtension(String extension)
public int compareTo(EndPoint rhs)
compareTo
in interface Comparable<EndPoint>
public String getFullyQualifiedName()
getFullyQualifiedName
in interface EndPoint
public String getSimpleName()
EndPoint
getSimpleName
in interface EndPoint
public String getSIPSimpleName()
EndPoint
getSIPSimpleName
in interface EndPoint
public boolean isUnknown()
EndPoint
public TechType getTech()
EndPoint
Copyright © 2004–2021. All rights reserved.