wirecurly.configuration package

Submodules

wirecurly.configuration.gateway module

class wirecurly.configuration.gateway.Gateway(name)[source]

Bases: object

A gateway object

addParameter(param, val)[source]

Set an extra parameter for a gateway

getParameter(param)[source]

Retrieve the value of a parameter by its name

todict()[source]

Create a dict so it can be converted/serialized

wirecurly.configuration.menu module

class wirecurly.configuration.menu.Menu(name)[source]

Bases: object

Menu object to build IVR

addAttr(attr, val)[source]

Add an attribute to menu object

addEntry(action, digits, param)[source]

Add entry tag to menu

getAttr(attr)[source]

Get attribute from menu by its name. If it doesnt exist then raise an exception

getEntry(digits)[source]

Get an entry from menu object by its digit attribute

todict()[source]

Create a dict so it can be converted/serialized

wirecurly.configuration.node module

class wirecurly.configuration.node.Node(perm, add)[source]

Bases: object

Node oject for acls

todict()[source]

Create a dict so it can be converted/serialized

Module contents

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.