xivo-ws

Enable programmatic access to a XiVO server via the XiVO web services
Download

xivo-ws Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • XiVO developers
  • Publisher web site:
  • https://gitorious.org/+xivodev

xivo-ws Tags


xivo-ws Description

xivo-ws is a Python library that enables programmatic access to a XiVO server via the XiVO web services.ConfigurationOn your XiVO, you must create a web service user.Example from xivo_ws import XivoServer, User, UserLine xivo_server = XivoServer('skaro', 'my_username', 'my_password') user = User(firstname=u'Jack', lastname=u'Johnson') user.line = UserLine(context=u'default', number=1001) xivo_server.user.add(user)More examples are available in the :file:`examples` directory.Product's homepage


xivo-ws Related Software