I have installed the asterisk-im module and have gone through the server setup process, multiple times, and each time it says: Server created successfully
However no server shows up in the list and I can’t go any further.
I know this is an older message, but I was having the same issue and located the answer in a book.
Sometimes, when using Embedded Database, the server we just added will not be listed as shown in the figure above (although the message “Server created succesfully” does show up). This can be corrected simply by running the following two commands (in the Linux shell as root):
perl -pi.bak -e ‘s/(.serverName.)/ serverName varchar(255) not null,/’ /opt/openfire/plugins/asterisk-im/database/asterisk-im_hsqldb.sql
I have installed and running asterisk IM but when I add server the server icon doesnot turn green and nothing works.Please help me or give a link of video tutorial on how to set up openfire asterisk.
I tried the Perl command in Windows after installing a couple different Perl versions. The -p option is different and there seems to be no equivalent based on the older Perl implementations. Is there another way to perform this same update? Perhaps manual steps using a database editing tool like SQLite Expert (SQLite Expert)? Otherwise, is there a suggested version of Perl for Windows?
It’s been ages since I studied Perl, and less time since I used sed, but I believe the line given would have me only removing the word unique, correct?