Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct {
LID string
Dir Direction
CID string
DID string
Ext string
TimeCall time.Time
TimeDial time.Time
TimeAnswer time.Time
Ch string
ChDest string
Rec string
Vote string
O bool
Log *log.Entry
}
Call struct
type Connecter ¶
type Connecter interface {
Init()
Start(call *Call)
OrigStart(call *Call, oID string)
Dial(call *Call, ext string)
StopDial(call *Call, ext string)
Answer(call *Call, ext string)
End(call *Call, cause string)
SetOriginate(orig OrigFunc)
}
Connecter interface
Click to show internal directories.
Click to hide internal directories.