How to make possybility of cyrillic (Russian) list load from cvs or excel.
Added by Ivan Brel about 10 years ago
If you need to load cyrillic (Russian) list into DB, you should do do the following steps:
1. Go to phpmyadmin (http://youIP/phpmyadmin/, default login:pass - root:vicidialnow)
2. Find "vicidial_list" table in "asterisk" database
3. Set "utf8_unicode_ci" instead of "latin1_swedish_ci" in "title", "first_name", "middle_initial", "last_name", "address1", "address2", "address3", "city", "state", "province", "comments".
4. Ok, now you can load cyrillic (Russian) list into DB. But loaded information will be display wrong in agent interfes. To make in right, find "system_settings" table in "asterisk" DB and change "use_non_latin" from "0" to "1".
5. Now you can work whith cyrillic (Russian) information :)
p.s. Sorry for my English )
Replies (2)
RE: How to make possybility of cyrillic (Russian) list load from cvs or excel.
-
Added by Ivan Brel about 10 years ago
Oh, can someone remove russian part of text from message please )