Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyCiscoWebDialer

Use Cisco CallManager WebDialer API to Make a PhoneCall.

How to use:

First of all you need to Change Cisco Call Manager (WebDialer) Ip address at line 12 in code.

   usage: ciscoDial.py [-h] --username USERNAME --password PASSWORD
                    [--profile PROFILE] --callto CALLTO

Example:

For proxied call you need to specify the proxy user and also the caller profile (telephone number):

 ./ciscoDial.py  --username=8140 --password=8140 --profile=8140 --callto=8139

For non proxied user the profile can be omitted, in this case user value will be used:

 ./ciscoDial.py  --username=8140 --password=8140  --callto=8139 

About

Use Cisco WebDialer to Make a PhoneCall

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages