Freeswitch running on 2.1 snapshot
-
Hi. Although I don't know the official release plan for Freeswitch on 2.1, I've been running FS compiled from the GIT rep on a 2.1 snapshot for some time without any problems. If anybody is interested, send me a message. I'd be happy to send my build tar file.
-
would it be possible to have a package for it on 2.1?
-
Hi. Although I don't know the official release plan for Freeswitch on 2.1, I've been running FS compiled from the GIT rep on a 2.1 snapshot for some time without any problems. If anybody is interested, send me a message. I'd be happy to send my build tar file.
Very interesting. It would be nice if you can upload the file somewhere including checksums and post the link here with instructions (if any). ;-)
-
I guess the right way to do it would be by providing a PBI. However, I haven't come across any information on how to do it. The link provided in this topic http://forum.pfsense.org/index.php?topic=46043.0 did not work for me. Does anybody know if there is maintainer of FS package for pfSense that I can coordinate this with? Meanwhile, I'll upload the tar/md5 signature somewhere later today, and post the link.
-
Are you searching for somthing as of below to create a pbi?
https://github.com/pfsense/pfsense-tools/blob/master/builder_scripts/rebuild_package_binaries_pbi.php
-
Thank you for the pointer to the script, I also found this http://devwiki.pfsense.org/DevelopersBootStrapAndDevIso both of which should get me started.
Meanwhile, if anybody is interested in using the binary tar file I built, please follow the link to my Google Drive folder:
https://drive.google.com/folderview?id=0BynKhKMPo3RbMVRfeGVoR1VzZ0E&usp=sharingInstallation:
pfsense# mv freeswitch_071813.tbz /usr/local pfsense# mv freeswitch.sh /usr/local/etc/rc.d pfsense# chmod a+x /usr/local/etc/rc.d/freeswitch.sh pfsense# cd /usr/local pfsense# tar xvjf freeswitch_071813.tbz pfsense# pkg_add -r ncurses jpeg jbigkit
Last step is important as freeswitch depends on couple of additional shared libraries that are not part of the pfsense 2.1 RC0 dist. You can verify that there are no missing libraries by:
pfsense# cd /usr/local/freeswitch/mod pfsense# ldd ./mod_spandsp.so ./mod_spandsp.so: libfreeswitch.so.1 => /usr/local/freeswitch/lib/libfreeswitch.so.1 (0x800f2c000) libthr.so.3 => /lib/libthr.so.3 (0x800875000) libcrypt.so.5 => /lib/libcrypt.so.5 (0x8012a5000) librt.so.1 => /usr/lib/librt.so.1 (0x8013c5000) liblzma.so.5 => /usr/lib/liblzma.so.5 (0x8014ca000) libm.so.5 => /lib/libm.so.5 (0x8015ed000) libjbig.so.1 => /usr/local/lib/libjbig.so.1 (0x80170d000) libz.so.5 => /lib/libz.so.5 (0x80181a000) libutil.so.8 => /lib/libutil.so.8 (0x80192f000) libssl.so.6 => /usr/lib/libssl.so.6 (0x801a3f000) libcrypto.so.6 => /lib/libcrypto.so.6 (0x801b94000) libncurses.so.5.9 => /usr/local/lib/libncurses.so.5.9 (0x801e36000) libjpeg.so.11 => /usr/local/lib/libjpeg.so.11 (0x801f55000) libodbc.so.2 => /usr/local/lib/libodbc.so.2 (0x80208b000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x8021fb000) libc.so.7 => /lib/libc.so.7 (0x800648000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x8023f8000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x802607000) libtinfo.so.5.9 => /usr/local/lib/libtinfo.so.5.9 (0x802715000)