Documentation
¶
Index ¶
- Constants
- type Fsconf
- func (p *Fsconf) Comment(file string, content []byte) error
- func (p *Fsconf) Dir() string
- func (p *Fsconf) Init() error
- func (p *Fsconf) IsInited() bool
- func (p *Fsconf) Reset() error
- func (p *Fsconf) Uncomment(filename string, content []byte) error
- func (p *Fsconf) Update(file string, old []byte, new []byte) error
Constants ¶
View Source
const CONFIGURATION = `
<document type="freeswitch/xml" encoding="UTF-8">
<section name="configuration">
%s
</section>
</document>`
View Source
const DIALPLAN_APP_PARK = `` /* 537-byte string literal not displayed */
esl inbound default action park. profile internal context=public => directory useragent context=default profile external context=public
View Source
const DIALPLAN_APP_SOCKET = `` /* 580-byte string literal not displayed */
esl outbound default action socket. profile internal context=public => directory useragent context=default profile external context=public
View Source
const DIRECTORY = `
<document type="freeswitch/xml" encoding="UTF-8">
<section name="directory">
%s
</section>
</document>`
View Source
const DOMAIN = `` /* 419-byte string literal not displayed */
View Source
const NOT_FOUND = `` /* 172-byte string literal not displayed */
View Source
const USERAGENT = `` /* 594-byte string literal not displayed */
View Source
const USERAGENT_A1HASH = `` /* 593-byte string literal not displayed */
View Source
const USERAGENT_REVERSE = `` /* 380-byte string literal not displayed */
View Source
const VARS_NEW_PASSWORD_WITH_IPV4_AND_PGHANDLE = `` /* 249-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fsconf ¶
type Fsconf struct {
// contains filtered or unexported fields
}
func DefaultConf ¶
func DefaultConf() *Fsconf
Click to show internal directories.
Click to hide internal directories.