Wie bekommt man ein Snmo D765 in gs5

183 views
Skip to first unread message

Markus Neubauer

unread,
Nov 30, 2015, 3:28:44 PM11/30/15
to gs5-users
Hallo in die Runde,

was muss ich anlegen um ein snom D765 in gs 5 anlegen zu können?

Dankbar für Tipps Markus
Message has been deleted

Ralf Münk

unread,
Nov 25, 2016, 6:57:46 PM11/25/16
to gs5-users


    
    Hier meine Unterschiede via diff zum aktuellen git checkout:

    --- /opt/GS5/db/migrate/20120119161152_snom_phones.rb    2016-11-25 18:35:20.634537067 +0100
    +++ db/migrate/20120119161152_snom_phones.rb    2016-11-26 00:10:34.259045747 +0100
    @@ -52,14 +52,6 @@
       snom870 = snom.phone_models.create(:name => 'Snom 870',
                                     :product_homepage_url => 'http://www.snom.com/en/products/ip-phones/snom-870/',
                                     :product_manual_homepage_url => 'http://wiki.snom.com/Snom870/Documentation')                                                   
    -  snomD765 = snom.phone_models.create(:name => 'Snom D765',
    -                                :product_homepage_url => 'https://www.snom.com/telephones/desk-telephones/global-700-series-blackline/d765/',
    -                                :product_manual_homepage_url => 'http://wiki.snom.com/D765/Documentation')
    -
    -  snomM85 = snom.phone_models.create(:name => 'Snom M85',
    -                                :product_homepage_url => 'https://www.snom.com/telephones/workplace-mobility/m85-industrial-handset/',
    -                                :product_manual_homepage_url => 'http://wiki.snom.com/Snom_M85')
    -
    
       end
    
    --- /opt/GS5/app/controllers/config_snom_controller.rb    2016-11-26 00:46:06.131601306 +0100
    +++ app/controllers/config_snom_controller.rb    2016-11-26 00:10:34.203044481 +0100
    @@ -53,14 +53,6 @@
           :softkeys_logical => 48,
           :pages => 3,
         },
    -   'Snom D765' => {
    -      :softkeys_physical => 16,
    -      :softkeys_logical => 16,
    -    },
    -   'Snom M85' => {
    -      :softkeys_physical => 3,
    -      :softkeys_logical => 18,
    -    },
       }
    
       skip_authorization_check
    @@ -118,12 +110,9 @@
           '00041340' => 'Snom 820',
           '00041345' => 'Snom 821',
           '00041348' => 'Snom 821',
    -      '0004134B' => 'Snom 821',
           '00041341' => 'Snom 870',
           '00041332' => 'Snom meetingPoint',
           '00041343' => 'Snom vision',
    -      '00041390' => 'Snom D765',
    -      '00041361' => 'Snom M85',
         }
    
         phone_model_str = mac_address_to_model[@mac_address[0, 8]]
    @@ -193,11 +182,8 @@
               '00041340' => 'Snom 820',
               '00041345' => 'Snom 821',
               '00041348' => 'Snom 821',
    -          '0004134B' => 'Snom 821',
               '00041341' => 'Snom 870',
               '00041332' => 'Snom meetingPoint',
    -          '00041390' => 'Snom D765',
    -          '00041361' => 'Snom M85',
             }
    
             @phone.phone_model = PhoneModel.where(:name => mac_address_to_model[@mac_address[0, 8]]).first
    --- /opt/GS5/app/views/config_snom/snom_phone.xml.haml    2016-01-15 05:06:14.936412038 +0100
    +++ app/views/config_snom/snom_phone.xml.haml    2016-11-26 00:10:34.215044754 +0100
    @@ -4,7 +4,7 @@
         %auto_reboot_on_setting_change{:perm => 'RW'}= 'off'
         - if !@phone_settings[:setting_server].blank?
           %setting_server{:perm => 'RW'}= @phone_settings[:setting_server]
    -    %web_language{:perm => 'RW'}= 'Deutsch'
    +    %web_language{:perm => 'RW'}= 'English'
         %language{:perm => 'RW'}= @phone_settings[:language]
         %timezone{:perm => 'RW'}= 'GER+1'
         %date_us_format{:perm => 'RW'}= 'off'

    Da fehlt aber noch eine Menüanpassung für das Snom D765, da aktuell nämlich der Bluetooth-Eintrag mit dem Provisioning verschwindet.
    Ich brauche das nicht, da ich keine Headsets verwende.
    Beim M85 ist das globale Adressbuch noch nicht lauffähig.

 
Reply all
Reply to author
Forward
0 new messages