Documentation ¶
Index ¶
- Constants
- func NameForEntry(entry *data.Entry, indicateActive bool, activePfx string) string
- func TelefoneForEntry(entry *data.Entry, resolve bool, format Format) []string
- type Cisco
- type CiscoPhonebook
- type Exporter
- type Format
- type Generic
- type Grandstream
- type GrandstreamEntry
- type GrandstreamPhone
- type GrandstreamPhonebook
- type Snom
- type VCard
- type Yealink
Constants ¶
View Source
const ( FormatCombined = Format("combined") FormatDirect = Format("direct") FormatPBX = Format("pbx") )
View Source
const ( GrandstreamDefaultIPCallAccountIdx = 0 GrandstreamDefaultPBXAccountIdx = 1 )
Variables ¶
This section is empty.
Functions ¶
func NameForEntry ¶
Types ¶
type CiscoPhonebook ¶
type Grandstream ¶
type Grandstream struct{}
type GrandstreamEntry ¶
type GrandstreamEntry struct { FirstName string `xml:"FirstName"` LastName string `xml:"LastName"` Phone []*GrandstreamPhone `xml:"Phone"` }
type GrandstreamPhone ¶
type GrandstreamPhonebook ¶
type GrandstreamPhonebook struct {
Entry []*GrandstreamEntry `xml:"Contact"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.