# -*- encoding: UTF-8 -*- module CSD module Application module Minisip # This Array holds SHA1 hashes of phonebooks that should be overwritten by the AI without asking. # OUTDATED_PHONEBOOKS = [ 'ad51d1f3ec295dec000d9690bd1b7b801027c958', # This is the default MiniSIP phonebook '611e86dfbf82457d6137371884b8f56d224fbf59', # This is the AI-made phonebook up to (and including) version 0.3.1 '81e65b55af8967c1cbba9947ca0de42fd79a2458' # This is the AI-made phonebook up to (and including) version 0.3.6 ] PHONEBOOK_EXAMPLE = %{ TTA HDVC Clients Client 1 client1@carenet-se.se Client2 client2@carenet-se.se Client3 client3@carenet-se.se Client4 client4@carenet-se.se Client5 client5@carenet-se.se Client6 client6@carenet-se.se Virtual Rooms Carenet-SE mcu@carenet-se.se CESNET 950087999@cesnet.cz TTA ttamcu@carenet-se.se Carenet-SE Carenet Support Hotline support@carenet-se.se SIP test account test@carenet-se.se Tandberg Tandberg Client1 tandberg1@carenet-se.se Tandberg Client2 tandberg2@carenet-se.se } end end end