tconfig.py - dmt - source code for the kunsthal art installation
HTML git clone git://parazyd.org/dmt.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tconfig.py (290B)
---
1 # See LICENSE file for copyright and license details.
2 """
3 Configuration file for the FreePBX log parser
4 """
5
6 # SIP ID of the caller station
7 CALLER_ID = 'SIP/321'
8
9 # SIP ID of the telephone
10 RECEIVER_ID = 'SIP/123'
11
12 # API url of the caller station listener
13 STATION_API = 'http://laptop:8000'