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. e.g.
|
String |
getSIPSimpleName()
Returns the simple name of a SIP EndPoint sans the tech. e.g.
|
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 EndPointpublic String getSimpleName()
EndPointgetSimpleName in interface EndPointpublic String getSIPSimpleName()
EndPointgetSIPSimpleName in interface EndPointpublic boolean isUnknown()
EndPointpublic TechType getTech()
EndPointCopyright © 2004–2024. All rights reserved.