public interface AsteriskSettings
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 |
getAgiHost()
The IP address of FQDN of the asterisk-java application.
|
String |
getAsteriskIP()
The IP address of FQND of the Asterisk PBX
|
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.
|
String |
getManagerPassword()
This password MUST match the password (secret=) in manager.conf
|
int |
getManagerPortNo()
The port no.
|
String |
getManagerUsername()
This MUST match the section header (e.g.
|
Integer |
getMeetmeBaseAddress()
Asterisk-Java uses conference rooms for a variety of purposes.
|
int getManagerPortNo()
String getManagerPassword()
String getManagerUsername()
String getAsteriskIP()
Integer getMeetmeBaseAddress()
boolean getDisableBridge()
String getManagementContext()
String getExtensionPark()
int getDialTimeout()
String getAutoAnswer()
String getAgiExtension()
boolean getCanDetectHangup()
String getAgiHost()
Copyright © 2004–2017. All rights reserved.