Documentation
¶
Index ¶
- type Cmd
- func (c *Cmd) CallAttendedTransfer(params map[string]interface{})
- func (c *Cmd) CallBlindTransfer(params map[string]interface{})
- func (c *Cmd) CallEnd(params map[string]interface{})
- func (c *Cmd) CallHold(params map[string]interface{})
- func (c *Cmd) CallStart(params map[string]interface{})
- func (c *Cmd) CallUnhold(params map[string]interface{})
- func (c *Cmd) Echo(params map[string]interface{})
- func (c *Cmd) Notify(ce *CmdEvent)
- func (c *Cmd) NotifyEnd()
- func (c *Cmd) NotifyError(err error)
- func (c *Cmd) NotifyEvent(name string, event interface{})
- func (c *Cmd) NotifyNewError(err string)
- func (c *Cmd) Run(params map[string]interface{}) (err error)
- func (c *Cmd) RunSync(params map[string]interface{}) error
- func (c *Cmd) Test(params map[string]interface{})
- func (c *Cmd) Wait() chan *CmdEvent
- type CmdEvent
- type Notify
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
func (*Cmd) CallAttendedTransfer ¶
func (*Cmd) CallBlindTransfer ¶
func (*Cmd) CallUnhold ¶
func (*Cmd) NotifyError ¶
Notify an existing error - closes the channel
func (*Cmd) NotifyNewError ¶
Notify a new error - closes the channel
Click to show internal directories.
Click to hide internal directories.