-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# twinkle | ||
This is a script to monitor call events for a Twinkle soft phone and report them to the RootIO APP | ||
The script is configured for incoming call, incoming call answered, local call release, incoming call failed and remote release events of the twinkle soft phone. | ||
For arguments it takes the ip address, port and key for the RootIO app. | ||
|
||
``` | ||
./Handler.py localhost 5555 234nj23k4j234j2kh34jkh23k4hj | ||
``` | ||
|
||
Make sure the python file is executable by doing: | ||
|
||
``` | ||
chmod +x Handler.py | ||
``` |