Project

General

Profile

How to make possybility of cyrillic (Russian) list load from cvs or excel.

Added by Ivan Brel over 9 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 )


    (1-2/2)
    Go to top