8000 GitHub - Krezalis/Cisco-79xx-Ukrainian: Українізація інтерфейсту телефону Cisco
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Krezalis/Cisco-79xx-Ukrainian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Українізація телефонів Cisco-7942 (79xx)

Перевірено на 7942G https://blog.uaid.net.ua/cisco-ip-7942g/

Cisco_IP_Phone_7942G_01

Локалізація міститься у файлі mk-sip.jar це ZIP архів з наступною структурою:

📁resources

📁resources/fonts

  • sc-font.xml
  • Unicode.font

📁resources/xml

  • gen-dictionary.utf8.xml
  • gen-kate.utf8.xml
  • sip-c-dictionary.utf8.xml
  • sip-s-dictionary.utf8.xml
  • target-dictionary.utf8.xml
  • target-skin.xml

У SEP------------.cnf.xml прописуємо:

<userLocale>
  <name>Ukraine</name> 
  <uid></uid> 
  <langCode>uk_UA</langCode> 
  <version>9.4</version> 
  <winCharSet>utf-8</winCharSet> 
</userLocale>
<networkLocale>Ukraine</networkLocale> 
<networkLocaleInfo> 
  <name>Ukraine</name> 
  <uid></uid> 
  <version>9.4</version> 
</networkLocaleInfo>

і кладемо у файл на TFTP /Ukraine/mk-sip.jar

Керування фоном заставкою

У конфіг додати

<authenticationURL>http://10.7.0.1/cisco/authentication.php</authenticationURL>
<phonePersonalization>1</phonePersonalization>
<autoCallPickupEnable>true</autoCallPickupEnable>

І в запит додати заголовки:

Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Content-Length: data.length
Authorization: Basic + Buffer.from('1' + ':' + '1').toString('base64')

За адресою авторизацї починна бути відповідь

AUTHORIZED

Ukraine_alert

About

Українізація інтерфейсту телефону Cisco

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0