public abstract class DefaultAsteriskSettings extends Object implements AsteriskSettings
Constructor and Description |
---|
DefaultAsteriskSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getAgiExtension()
Return an asterisk dialplan extension (within the Management Context)
that will be used to inject the agi dialplan entry point used by
Activites..
|
String |
getAutoAnswer()
Return the SIP header to be used to force a handset to auto-answer when
dialed.
|
boolean |
getCanDetectHangup()
Return true if the telephony tech you are dialing from can reliably
detect hangups.
|
int |
getDialTimeout()
The time (in seconds) to wait for a dial attempt to be answered before
giving up.
|
boolean |
getDisableBridge()
Return true if you Asterisk version doesn't support bridging channels.
|
String |
getExtensionPark()
Return an asterisk dialplan extension (within the above Management
Context) that will be used to park calls.
|
String |
getManagementContext()
This is an asterisk dialplan context.
|
int |
getManagerPortNo()
The port no.
|
Integer |
getMeetmeBaseAddress()
Asterisk-Java uses conference rooms for a variety of purposes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAgiHost, getAsteriskIP, getManagerPassword, getManagerUsername
public int getManagerPortNo()
AsteriskSettings
getManagerPortNo
in interface AsteriskSettings
public Integer getMeetmeBaseAddress()
AsteriskSettings
getMeetmeBaseAddress
in interface AsteriskSettings
public boolean getDisableBridge()
AsteriskSettings
getDisableBridge
in interface AsteriskSettings
public String getManagementContext()
AsteriskSettings
getManagementContext
in interface AsteriskSettings
public String getExtensionPark()
AsteriskSettings
getExtensionPark
in interface AsteriskSettings
public int getDialTimeout()
AsteriskSettings
getDialTimeout
in interface AsteriskSettings
public String getAutoAnswer()
AsteriskSettings
getAutoAnswer
in interface AsteriskSettings
public String getAgiExtension()
AsteriskSettings
getAgiExtension
in interface AsteriskSettings
public boolean getCanDetectHangup()
AsteriskSettings
getCanDetectHangup
in interface AsteriskSettings
Copyright © 2004–2017. All rights reserved.