Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude Love committed Aug 9, 2020
2 parents 77aaea3 + 2799713 commit c7f8a4f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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
```

0 comments on commit c7f8a4f

Please sign in to comment.