legacy

package
v2.3.5+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DocumentationURL = "https://success.ringcentral.com/articles/RC_Knowledge_Article/2080"
	CmdCall          = "call"
)

Variables

View Source
var RingOutURL = "https://service.ringcentral.com/ringout.asp"

Functions

This section is empty.

Types

type CallRequestInfo

type CallRequestInfo struct {
	Command   string `url:"cmd,omitempty"`
	Username  int    `url:"username,omitempty"`
	Extension int    `url:"ext,omitempty"`
	Password  string `url:"password,omitempty"`
	To        int    `url:"to,omitempty"`
	From      int    `url:"from,omitempty"`
	CallerID  int    `url:"clid,omitempty"`
	Prompt    int    `url:"prompt,omitempty"`
}

type CallRequestInfoStrings

type CallRequestInfoStrings struct {
	Command   string `url:"cmd,omitempty"`
	Username  string `url:"username,omitempty"`
	Extension string `url:"ext,omitempty"`
	Password  string `url:"password,omitempty"`
	To        string `url:"to,omitempty"`
	From      string `url:"from,omitempty"`
	CallerID  string `url:"clid,omitempty"`
	Prompt    string `url:"prompt,omitempty"`
}

func (*CallRequestInfoStrings) ToCanonical

func (s *CallRequestInfoStrings) ToCanonical() CallRequestInfo

type CallResponseInfo

type CallResponseInfo struct {
	Status    string
	SessionID string
	WS        string // can be .11
}

func Call

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL