dmt

source code for the kunsthal art installation
git clone git://parazyd.org/dmt.git
Log | Files | Refs | README | LICENSE

commit 4a7c61ed2f03b0dde6117af7ef9f0d7e77e0fc99
parent c6b97611571f03a58c1432ec38c1e52398e0374f
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 29 Nov 2017 10:51:25 +0100

Change freepbx glue to use the DNS name; update extensions

Diffstat:
Mfreepbx-glue/config.py | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/freepbx-glue/config.py b/freepbx-glue/config.py @@ -4,10 +4,10 @@ Configuration file for the FreePBX log parser """ # SIP ID of the caller station -CALLER_ID = 'SIP/4005' +CALLER_ID = 'SIP/321' # SIP ID of the telephone -RECEIVER_ID = 'SIP/4004' +RECEIVER_ID = 'SIP/123' # API url of the caller station listener -STATION_API = 'http://10.20.30.31:8000' +STATION_API = 'http://laptop:8000'