Skip to content

balucio/pyCiscoWebDialer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages