Could not load the plugin
Any particular thing I could check when it starts with info box "Could not load the plugin" in Ubuntu? Seems like it doesn't send any SIP message. Compilation goes well after some .pro tweaking, also no errors on the console or any further hints in the GUI, just a small application window doing nothing.
Andreas
Had no time to give it a try on ubuntu, QT claims it is a portable framework. What version of qt do you have?
I made it compile on Ubuntu 10.04 32b. I updated the pro file for e_pjsip plugin. You should adapt it if you have 64b version. Also, some more debug messages for loading modules should be printed. let me know if works this time.
There are hardcoded absolute paths to /home/kamailio/work/sip/elsipo/src/elsipo in src/elsipo/Makefile. Once fixed, it complains about a missing Makefile.Releases when building plugins/e_pjsip.
I removed the Makefiles from GIT, they should be generated on locally with qmake.
cd elsipo/src/elsipo qmake -makefile -recursive elsipo-group.pro make clean make
Then the Makefile should be specific for local OS and paths.