Update cisco_language array

This commit is contained in:
Diederik de Groot 2022-01-30 15:22:08 +01:00 committed by GitHub
parent ca03fc7b54
commit f21b3be8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ class extconfigs
'holdconf' => 'resume,newcall,endcall,join',
'uriaction' => 'default');
// Cisco Language Code / Directory
// Cisco Language Code / Directory
private $cisco_language = array(
'ar_SA' => array('code' => 'ar', 'language' => 'Arabic', 'locale' => 'Arabic_Saudi_Arabia', 'codepage' => 'ISO-8859-6'),
'bg_BG' => array('code' => 'bg', 'language' => 'Bulgarian', 'locale' => 'Bulgarian_Bulgaria', 'codepage' => 'CP1251'),