-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
13 lines (13 loc) · 846 Bytes
/
README
File metadata and controls
13 lines (13 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
|-- README You're here.
|-- advanced-examples Advanced examples and sample applications.
| `-- manager
| `-- TwitterPhoneStatusUpdater An application that tweets your phone status.
| `-- status2tweet.py
`-- tutorial-examples Examples based on the Asterisk-Java's tutorial.
|-- live Usage of the Live API.
| |-- hellolive.py A script that lists all the channels, queues and meetme rooms.
| |-- helloliveevents.py A script that listen for events.
| `-- helloliveeverything.py A script that implements property change listener.
`-- manager Script that 'do things' through the Asterisk manager interface (AMI).
|-- helloevents.py A simple script that listens for events during a time period.
`-- hellomanager.py A simple script that sends an action and prints it response.