Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AsteriskConfig = `
##Sample Config
#asterisk_ip = "0.0.0.0"
#ami_port = 5038
#ami_user = "user"
#ami_password = "password"
`
Functions ¶
Types ¶
type Asterisk ¶
type Asterisk struct {
AsteriskIP string `toml:"asterisk_ip"`
AmiPort int `toml:"ami_port"`
AmiUser string `toml:"ami_user"`
AmiPassword string `toml:"ami_password"`
}
func (*Asterisk) Description ¶
func (*Asterisk) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.