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, waitgetAgiHost, getAsteriskIP, getManagerPassword, getManagerUsernamepublic int getManagerPortNo()
AsteriskSettingsgetManagerPortNo in interface AsteriskSettingspublic Integer getMeetmeBaseAddress()
AsteriskSettingsgetMeetmeBaseAddress in interface AsteriskSettingspublic boolean getDisableBridge()
AsteriskSettingsgetDisableBridge in interface AsteriskSettingspublic String getManagementContext()
AsteriskSettingsgetManagementContext in interface AsteriskSettingspublic String getExtensionPark()
AsteriskSettingsgetExtensionPark in interface AsteriskSettingspublic int getDialTimeout()
AsteriskSettingsgetDialTimeout in interface AsteriskSettingspublic String getAutoAnswer()
AsteriskSettingsgetAutoAnswer in interface AsteriskSettingspublic String getAgiExtension()
AsteriskSettingsgetAgiExtension in interface AsteriskSettingspublic boolean getCanDetectHangup()
AsteriskSettingsgetCanDetectHangup in interface AsteriskSettingsCopyright © 2004–2020. All rights reserved.