URI:
       tChange freepbx glue to use the DNS name; update extensions - 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
       ---
   DIR commit 4a7c61ed2f03b0dde6117af7ef9f0d7e77e0fc99
   DIR parent c6b97611571f03a58c1432ec38c1e52398e0374f
  HTML 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:
         M freepbx-glue/config.py              |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/freepbx-glue/config.py b/freepbx-glue/config.py
       t@@ -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'