<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body ><div>U</div><div><br></div><div><br></div><div><div style="font-size:75%;color:#575757">Sent from Samsung Mobile</div></div><br><br><br>-------- Original message --------<br>From: freeswitch-dev-request@lists.freeswitch.org <br>Date: 25/06/2015  23:38  (GMT+01:00) <br>To: freeswitch-dev@lists.freeswitch.org <br>Subject: FreeSWITCH-dev Digest, Vol 108, Issue 9 <br> <br><br>Send FreeSWITCH-dev mailing list submissions to<br>        freeswitch-dev@lists.freeswitch.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>        http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>or, via email, send a message with subject or body 'help' to<br>        freeswitch-dev-request@lists.freeswitch.org<br><br>You can reach the person managing the list at<br>        freeswitch-dev-owner@lists.freeswitch.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of FreeSWITCH-dev digest..."<br><br>Today's Topics:<br><br>&nbsp;&nbsp; 1. Re: Video build deps for CentOS 6 (Matteo)<br>&nbsp;&nbsp; 2. Re: Video build deps for CentOS 6 (Michael Jerris)<br>&nbsp;&nbsp; 3. Re: Video build deps for CentOS 6 (Matteo)<br><br>well, rpmforge is even older than rpmfusion.<br><br>Rpmfusion is well known, but if vlc is going to be dropped (will it?) we can<br>skip it entirely and reduce the number of packages.<br><br>Imagemagick is needed to be updated only for mod_imagick, otherwise is not needed.<br><br>If we limit everything on what is on SD repo (and exclude vlc+mod_imagick) well I think<br>(but must check) that epel is enough and only few stuff must be added<br>(mpg123, lame?, libshout, libmpv2 and maybe nasm).<br>But I need to recheck it since I tried to have everything fs 1.6 needs, with the correct<br>versions.<br><br>there's one dep on freetype2 is FS which is not really needed, I'll file a pull rq for it,<br>so we can avoid updating it. (you need 2.4.something but with 2.3.11 compiles and works ok)<br><br>About libpng: I've used the CentOS shipped one and seems to work ok (version 1.2.49) to me.<br><br>So, I think most of the work is around vlc: you say that does not work well,<br>what will be it's destiny? <br>If is just an experiment I can try to rebuild everything without it and check what is needed again <br>in order to shrink that list (it will be a lot shorter) and report back.<br><br>I'm not sure about mod_imagick, not tested it yet.<br><br>Another question about mp3 code: what about mpg123/lame that is needed by FS?<br>If you're not willing to add it to your repo, how mp3 files are handled ? using libav ?<br>If yes, another dep can be removed.<br><br>matteo<br><br>----- Il 25-giu-15, alle 21:22, Michael Jerris mike@jerris.com ha scritto:<br><br>&gt; I have no issues rebuilding some packages for never version in our repos... The<br>&gt; big issues are, we will not put binaries of any of the mp3 or h264 code in our<br>&gt; repos, and we are not going to include documentation pointing to non-reputable<br>&gt; 3rd party repos. I'm open to pointing to rpmforge if we can put together some<br>&gt; documentation that won't result in complete nightmares from version conflicts<br>&gt; from all the different repos, but I'm not sure this is possible, can we craft a<br>&gt; meta package that helps nail down the specific versions to use, or to somehow<br>&gt; blacklist all but a small list of packages from rpmforge? In regards to VLC, to<br>&gt; be honest, I'd skip it completely, it adds little value and doesn't work great.<br>&gt; The one you want to get working is libav or ffmpeg built against x264. The<br>&gt; trick is you'll need to audit the versions of all these things you are talking<br>&gt; about updating and figuring out if the upgrades are even actually necessary<br>&gt; Please note that libav will need to be rebuilt for sure so its built against<br>&gt; our version of libvpx, and if not already done, some other libs will need to be<br>&gt; rebuilt against libpng 1.6 or greater. Those 2 libraries for sure need to be<br>&gt; updated to our versions. Additionally some of the libs in our tree may exist in<br>&gt; other distros, but ours are actually different api/abi but have the same name,<br>&gt; and the ones in the distros are broken. For example libilbc. I have not yet<br>&gt; audited to see if ours has enough backwards api that it could be updated in<br>&gt; distro repos to replace their broken one. Most of the version limits that are<br>&gt; in place are those versions based on thats what we have in debian jessie that<br>&gt; is tested and confirmed working. Its likely you can use older versions, but<br>&gt; functionality will need to be tested to confirm on a library by library basis.<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; ----- Il 25-giu-15, alle 19:45, Michael Jerris mike at jerris.com ha scritto:<br>&gt; <br>&gt;&gt; for things like nasm, is that newer version out there for example in epel? that<br>&gt;&gt; &gt; would be the best case. Sure, the work I've done is already based on epel, so<br>&gt;&gt; what is in epel is not built again.<br>&gt; <br>&gt; I've rebuilt some epel packages only when a newer version is needed.<br>&gt; <br>&gt;&gt; Backup would be to take a source pacakge from something &gt; newer and just rebuild<br>&gt;&gt; in a way that doesn't require any modifications, &gt; fallback we can put the src<br>&gt;&gt; out on our download servers and create a job for &gt; it. As for x264, we will not<br>&gt;&gt; be putting that in our repo, you'll have to find &gt; some way to get that into<br>&gt;&gt; some official repo that we can reference, maybe see &gt; if you can get it into<br>&gt;&gt; epel? The best case would be to get as much as possible &gt; directly into epel so<br>&gt;&gt; it leaves us having to manage as little as possible. The main "source" of deps<br>&gt;&gt; (and troubles) is vlc 2.2, which needs a lot of stuff.<br>&gt; <br>&gt; I've taken some packages from rpmfusion and rebuilt them, updating when needed.<br>&gt; <br>&gt; So while epel is needed for deps, rpmfusion is not because all needed rpmfusion<br>&gt; packages have been rebuilt by me using same sources/specs (if not updated)<br>&gt; <br>&gt; I don't know if epel will ever accept all packages, because some are also<br>&gt; updates<br>&gt; to base system, like opencv which is present on CentOS base but too old and<br>&gt; ImageMagick, to name few.<br>&gt; <br>&gt; So the picture is: if you want to have video under CentOS 6 without hosting<br>&gt; something (mainly vlc stuff and it's deps), you're out of luck since FS<br>&gt; requirements are on very recent packages.<br>&gt; <br>&gt; Just a quick list of stuff needed:<br>&gt; <br>&gt; base CentOS updates not present anywhere:<br>&gt; ImageMagick (updated), nasm(updated), libvncserver(updated), opencv(updated)<br>&gt; <br>&gt; ** from rpmfusion:<br>&gt; a52dec, faad2, gpac, lame, vlc(updated), libmad, mpg123(updated), x264(updated<br>&gt; for vlc 2.2),<br>&gt; xvidcore<br>&gt; <br>&gt; ** from epel (rebuilt because different version)<br>&gt; libmpv2(updated), libshout(updated)<br>&gt; <br>&gt; ** from Freeswitch SD:<br>&gt; g722_1, broadvoice, libav, libcodec2, libsilk, libvpx, libyuv(updated), opus,<br>&gt; soundtouch, openh264, flite, ilbc (epel has a newer one, pay attention!)<br>&gt; <br>&gt; This is the list (should be almost complete, I'm not in the office right now)<br>&gt; of what I've rebuit to have video running.<br>&gt; <br>&gt; Is possible to reduce by 6 packages if rpmfusion is added with repo. Dunno if is<br>&gt; wanted or not.<br>&gt; <br>&gt; I think that epel will never accept updates to packages that are already into<br>&gt; base distro.<br>&gt; <br>&gt; And don't know about vlc and its deps... if rpmfusion exists maybe is because<br>&gt; patents<br>&gt; does not allow it into epel?<br>&gt; <br>&gt; What do you think?<br>&gt; <br>&gt; Matteo<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; On Jun 25, 2015, at 1:45 PM, Michael Jerris &lt; mike@jerris.com &gt; wrote:<br>&gt; <br>&gt; for things like nasm, is that newer version out there for example in epel? that<br>&gt; would be the best case. Backup would be to take a source pacakge from something<br>&gt; newer and just rebuild in a way that doesn't require any modifications,<br>&gt; fallback we can put the src out on our download servers and create a job for<br>&gt; it. As for x264, we will not be putting that in our repo, you'll have to find<br>&gt; some way to get that into some official repo that we can reference, maybe see<br>&gt; if you can get it into epel? The best case would be to get as much as possible<br>&gt; directly into epel so it leaves us having to manage as little as possible.<br>&gt; <br>&gt; On Thursday, June 25, 2015, Matteo &lt; mbrancaleoni@voismart.it &gt; wrote:<br>&gt; <br>&gt; <br>&gt; <br>&gt; I know how specs works, I'm maintaining a private repo like epel with tens of<br>&gt; packages since years, using the same tools used by fedora ( koji, mock, mash).<br>&gt; <br>&gt; My intent is not to create a custom build of freeswitch, but a repo like epel or<br>&gt; rpmfusion with only the needed build deps.<br>&gt; <br>&gt; What is not clear to me is the flow to add a new dep.<br>&gt; <br>&gt; Let's say I need to add a bunch of new libs, like gpac, nasm, x264, to name a<br>&gt; few.<br>&gt; <br>&gt; Which is the correct approach to fit into Fs build structure?<br>&gt; <br>&gt; Mat<br>&gt; <br>&gt; Inviato da iPhone<br>&gt; <br>&gt;&gt; Il giorno 25/giu/2015, alle ore 18:08, Ken Rice ha scritto:<br>&gt;&gt; <br>&gt;&gt; You know in the spec files you can if things for specific versions... You'll<br>&gt;&gt; just have to figure out the correct Ifs for Cent7 vs Cent6 vs say Suse<br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt;&gt; On 6/25/15, 11:03 AM, "Matteo" wrote:<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Ok,<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; since some packages are only centos 6 specific updates, how do you plan to<br>&gt;&gt;&gt; handle them?<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; For example, nasm is a required update to CentOS 6 in order to build other<br>&gt;&gt;&gt; stuff,<br>&gt;&gt;&gt; but is not needed for debian or CentOS 7<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Right now in the repo I don't see anything distro-specific .<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Regards,<br>&gt;&gt;&gt; Matteo<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; _________________________________________________________________________<br>&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt;&gt; consulting@freeswitch.org<br>&gt;&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt;&gt; http://www.cluecon.com<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt;&gt; UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt; <br>&gt;&gt; --<br>&gt;&gt; Ken<br>&gt;&gt; http://www.FreeSWITCH.org<br>&gt;&gt; http://www.ClueCon.com<br>&gt;&gt; http://www.OSTAG.org<br>&gt;&gt; irc.freenode.net #freeswitch<br>&gt;&gt; Twitter: @FreeSWITCH<br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; _________________________________________________________________________<br>&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt; consulting@freeswitch.org<br>&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt; <br>&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt; http://www.freeswitch.org<br>&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt; http://www.cluecon.com<br>&gt;&gt; <br>&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt; UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt; http://www.freeswitch.org<br>&gt; <br>&gt; <br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; consulting@freeswitch.org<br>&gt; http://www.freeswitchsolutions.com<br>&gt; <br>&gt; Official FreeSWITCH Sites<br>&gt; http://www.freeswitch.org<br>&gt; http://wiki.freeswitch.org<br>&gt; http://www.cluecon.com<br>&gt; <br>&gt; FreeSWITCH-dev mailing list<br>&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt; http://www.freeswitch.org<br><br><br><br><br>&gt; On Jun 25, 2015, at 4:02 PM, Matteo &lt;mbrancaleoni@voismart.it&gt; wrote:<br>&gt; <br>&gt; well, rpmforge is even older than rpmfusion.<br>&gt; <br>&gt; Rpmfusion is well known, but if vlc is going to be dropped (will it?) we can<br>&gt; skip it entirely and reduce the number of packages.<br><br>It's not getting dropped but it is of limited value, mod_av does nearly everything mod_vlc does, and does it better, the only thing it doesn't do is play youtube videos by youtube url.&nbsp; Seems a minor feature for a massive dependency chain.&nbsp; I'd say just don't bother trying to include it.&nbsp; In regards to mod_av, you only get the functionality people probably want (and same for vlc) if its built against x264, which again, we may have issues finding a package in a reputable repo.<br><br>&gt; <br>&gt; Imagemagick is needed to be updated only for mod_imagick, otherwise is not needed.<br><br>mod_imagick supports playing pdf files like videos.&nbsp; Its useful but your call.<br><br>&gt; <br>&gt; If we limit everything on what is on SD repo (and exclude vlc+mod_imagick) well I think<br>&gt; (but must check) that epel is enough and only few stuff must be added<br>&gt; (mpg123, lame?, libshout, libmpv2 and maybe nasm).<br>&gt; But I need to recheck it since I tried to have everything fs 1.6 needs, with the correct<br>&gt; versions.<br><br>Just to be completely 100% clear, we will not be serving up mp3 or h264 binaries from our repos.<br><br>&gt; <br>&gt; there's one dep on freetype2 is FS which is not really needed, I'll file a pull rq for it,<br>&gt; so we can avoid updating it. (you need 2.4.something but with 2.3.11 compiles and works ok)<br><br>We for sure need freetype to support a bunch of features that have to do with putting text on video, and it will require rebuilding it against libpng 1.6 for some basic functionality, while these are already optional, this will significantly impact some conference functionality.<br><br>&gt; <br>&gt; About libpng: I've used the CentOS shipped one and seems to work ok (version 1.2.49) to me.<br><br>libpng1.6 is required for some transparency functionality that we use heavily.&nbsp; It will build with older versions, but functionality will be significantly diminished.<br><br>&gt; <br>&gt; So, I think most of the work is around vlc: you say that does not work well,<br>&gt; what will be it's destiny? <br><br>We are not getting rid of it, but my recommendation would be to not try to build it.&nbsp; I already spend significant time telling people to use mod_av instead.<br><br>&gt; If is just an experiment I can try to rebuild everything without it and check what is needed again <br>&gt; in order to shrink that list (it will be a lot shorter) and report back.<br>&gt; <br>&gt; I'm not sure about mod_imagick, not tested it yet.<br>&gt; <br>&gt; Another question about mp3 code: what about mpg123/lame that is needed by FS?<br><br>These can't go into our repo, but any moderately recent one should be fine.&nbsp; I think the api is stable.&nbsp; The issue with using older versions would be if it will cause stability issues and crashing, as there has been a long list of buffer overflow issues in that code over the years.<br><br>&gt; If you're not willing to add it to your repo, how mp3 files are handled ? using libav ?<br><br>If there is no other place to get packages for that library, the module simply wouldn't be built, and that feature would not be available.<br><br>&gt; If yes, another dep can be removed.<br>&gt; <br>&gt; matteo<br>&gt; <br>&gt; ----- Il 25-giu-15, alle 21:22, Michael Jerris mike@jerris.com ha scritto:<br>&gt; <br>&gt;&gt; I have no issues rebuilding some packages for never version in our repos... The<br>&gt;&gt; big issues are, we will not put binaries of any of the mp3 or h264 code in our<br>&gt;&gt; repos, and we are not going to include documentation pointing to non-reputable<br>&gt;&gt; 3rd party repos. I'm open to pointing to rpmforge if we can put together some<br>&gt;&gt; documentation that won't result in complete nightmares from version conflicts<br>&gt;&gt; from all the different repos, but I'm not sure this is possible, can we craft a<br>&gt;&gt; meta package that helps nail down the specific versions to use, or to somehow<br>&gt;&gt; blacklist all but a small list of packages from rpmforge? In regards to VLC, to<br>&gt;&gt; be honest, I'd skip it completely, it adds little value and doesn't work great.<br>&gt;&gt; The one you want to get working is libav or ffmpeg built against x264. The<br>&gt;&gt; trick is you'll need to audit the versions of all these things you are talking<br>&gt;&gt; about updating and figuring out if the upgrades are even actually necessary<br>&gt;&gt; Please note that libav will need to be rebuilt for sure so its built against<br>&gt;&gt; our version of libvpx, and if not already done, some other libs will need to be<br>&gt;&gt; rebuilt against libpng 1.6 or greater. Those 2 libraries for sure need to be<br>&gt;&gt; updated to our versions. Additionally some of the libs in our tree may exist in<br>&gt;&gt; other distros, but ours are actually different api/abi but have the same name,<br>&gt;&gt; and the ones in the distros are broken. For example libilbc. I have not yet<br>&gt;&gt; audited to see if ours has enough backwards api that it could be updated in<br>&gt;&gt; distro repos to replace their broken one. Most of the version limits that are<br>&gt;&gt; in place are those versions based on thats what we have in debian jessie that<br>&gt;&gt; is tested and confirmed working. Its likely you can use older versions, but<br>&gt;&gt; functionality will need to be tested to confirm on a library by library basis.<br>&gt;&gt; <br>&gt;&gt; Hi,<br>&gt;&gt; <br>&gt;&gt; ----- Il 25-giu-15, alle 19:45, Michael Jerris mike at jerris.com ha scritto:<br>&gt;&gt; <br>&gt;&gt;&gt; for things like nasm, is that newer version out there for example in epel? that<br>&gt;&gt;&gt;&gt; would be the best case. Sure, the work I've done is already based on epel, so<br>&gt;&gt;&gt; what is in epel is not built again.<br>&gt;&gt; <br>&gt;&gt; I've rebuilt some epel packages only when a newer version is needed.<br>&gt;&gt; <br>&gt;&gt;&gt; Backup would be to take a source pacakge from something &gt; newer and just rebuild<br>&gt;&gt;&gt; in a way that doesn't require any modifications, &gt; fallback we can put the src<br>&gt;&gt;&gt; out on our download servers and create a job for &gt; it. As for x264, we will not<br>&gt;&gt;&gt; be putting that in our repo, you'll have to find &gt; some way to get that into<br>&gt;&gt;&gt; some official repo that we can reference, maybe see &gt; if you can get it into<br>&gt;&gt;&gt; epel? The best case would be to get as much as possible &gt; directly into epel so<br>&gt;&gt;&gt; it leaves us having to manage as little as possible. The main "source" of deps<br>&gt;&gt;&gt; (and troubles) is vlc 2.2, which needs a lot of stuff.<br>&gt;&gt; <br>&gt;&gt; I've taken some packages from rpmfusion and rebuilt them, updating when needed.<br>&gt;&gt; <br>&gt;&gt; So while epel is needed for deps, rpmfusion is not because all needed rpmfusion<br>&gt;&gt; packages have been rebuilt by me using same sources/specs (if not updated)<br>&gt;&gt; <br>&gt;&gt; I don't know if epel will ever accept all packages, because some are also<br>&gt;&gt; updates<br>&gt;&gt; to base system, like opencv which is present on CentOS base but too old and<br>&gt;&gt; ImageMagick, to name few.<br>&gt;&gt; <br>&gt;&gt; So the picture is: if you want to have video under CentOS 6 without hosting<br>&gt;&gt; something (mainly vlc stuff and it's deps), you're out of luck since FS<br>&gt;&gt; requirements are on very recent packages.<br>&gt;&gt; <br>&gt;&gt; Just a quick list of stuff needed:<br>&gt;&gt; <br>&gt;&gt; base CentOS updates not present anywhere:<br>&gt;&gt; ImageMagick (updated), nasm(updated), libvncserver(updated), opencv(updated)<br>&gt;&gt; <br>&gt;&gt; ** from rpmfusion:<br>&gt;&gt; a52dec, faad2, gpac, lame, vlc(updated), libmad, mpg123(updated), x264(updated<br>&gt;&gt; for vlc 2.2),<br>&gt;&gt; xvidcore<br>&gt;&gt; <br>&gt;&gt; ** from epel (rebuilt because different version)<br>&gt;&gt; libmpv2(updated), libshout(updated)<br>&gt;&gt; <br>&gt;&gt; ** from Freeswitch SD:<br>&gt;&gt; g722_1, broadvoice, libav, libcodec2, libsilk, libvpx, libyuv(updated), opus,<br>&gt;&gt; soundtouch, openh264, flite, ilbc (epel has a newer one, pay attention!)<br>&gt;&gt; <br>&gt;&gt; This is the list (should be almost complete, I'm not in the office right now)<br>&gt;&gt; of what I've rebuit to have video running.<br>&gt;&gt; <br>&gt;&gt; Is possible to reduce by 6 packages if rpmfusion is added with repo. Dunno if is<br>&gt;&gt; wanted or not.<br>&gt;&gt; <br>&gt;&gt; I think that epel will never accept updates to packages that are already into<br>&gt;&gt; base distro.<br>&gt;&gt; <br>&gt;&gt; And don't know about vlc and its deps... if rpmfusion exists maybe is because<br>&gt;&gt; patents<br>&gt;&gt; does not allow it into epel?<br>&gt;&gt; <br>&gt;&gt; What do you think?<br>&gt;&gt; <br>&gt;&gt; Matteo<br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; On Jun 25, 2015, at 1:45 PM, Michael Jerris &lt; mike@jerris.com &gt; wrote:<br>&gt;&gt; <br>&gt;&gt; for things like nasm, is that newer version out there for example in epel? that<br>&gt;&gt; would be the best case. Backup would be to take a source pacakge from something<br>&gt;&gt; newer and just rebuild in a way that doesn't require any modifications,<br>&gt;&gt; fallback we can put the src out on our download servers and create a job for<br>&gt;&gt; it. As for x264, we will not be putting that in our repo, you'll have to find<br>&gt;&gt; some way to get that into some official repo that we can reference, maybe see<br>&gt;&gt; if you can get it into epel? The best case would be to get as much as possible<br>&gt;&gt; directly into epel so it leaves us having to manage as little as possible.<br>&gt;&gt; <br>&gt;&gt; On Thursday, June 25, 2015, Matteo &lt; mbrancaleoni@voismart.it &gt; wrote:<br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; I know how specs works, I'm maintaining a private repo like epel with tens of<br>&gt;&gt; packages since years, using the same tools used by fedora ( koji, mock, mash).<br>&gt;&gt; <br>&gt;&gt; My intent is not to create a custom build of freeswitch, but a repo like epel or<br>&gt;&gt; rpmfusion with only the needed build deps.<br>&gt;&gt; <br>&gt;&gt; What is not clear to me is the flow to add a new dep.<br>&gt;&gt; <br>&gt;&gt; Let's say I need to add a bunch of new libs, like gpac, nasm, x264, to name a<br>&gt;&gt; few.<br>&gt;&gt; <br>&gt;&gt; Which is the correct approach to fit into Fs build structure?<br>&gt;&gt; <br>&gt;&gt; Mat<br>&gt;&gt; <br>&gt;&gt; Inviato da iPhone<br>&gt;&gt; <br>&gt;&gt;&gt; Il giorno 25/giu/2015, alle ore 18:08, Ken Rice ha scritto:<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; You know in the spec files you can if things for specific versions... You'll<br>&gt;&gt;&gt; just have to figure out the correct Ifs for Cent7 vs Cent6 vs say Suse<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; On 6/25/15, 11:03 AM, "Matteo" wrote:<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Ok,<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; since some packages are only centos 6 specific updates, how do you plan to<br>&gt;&gt;&gt;&gt; handle them?<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; For example, nasm is a required update to CentOS 6 in order to build other<br>&gt;&gt;&gt;&gt; stuff,<br>&gt;&gt;&gt;&gt; but is not needed for debian or CentOS 7<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Right now in the repo I don't see anything distro-specific .<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Regards,<br>&gt;&gt;&gt;&gt; Matteo<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; _________________________________________________________________________<br>&gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt;&gt;&gt; consulting@freeswitch.org<br>&gt;&gt;&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt;&gt;&gt; http://www.cluecon.com<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt;&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt;&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt;&gt;&gt; UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; --<br>&gt;&gt;&gt; Ken<br>&gt;&gt;&gt; http://www.FreeSWITCH.org<br>&gt;&gt;&gt; http://www.ClueCon.com<br>&gt;&gt;&gt; http://www.OSTAG.org<br>&gt;&gt;&gt; irc.freenode.net #freeswitch<br>&gt;&gt;&gt; Twitter: @FreeSWITCH<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; _________________________________________________________________________<br>&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt;&gt; consulting@freeswitch.org<br>&gt;&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt;&gt; http://www.cluecon.com<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt;&gt; UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; _________________________________________________________________________<br>&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt; consulting@freeswitch.org<br>&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt; <br>&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt; http://www.freeswitch.org<br>&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt; http://www.cluecon.com<br>&gt;&gt; <br>&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt; http://www.freeswitch.org<br>&gt; <br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; consulting@freeswitch.org<br>&gt; http://www.freeswitchsolutions.com<br>&gt; <br>&gt; Official FreeSWITCH Sites<br>&gt; http://www.freeswitch.org<br>&gt; http://wiki.freeswitch.org<br>&gt; http://www.cluecon.com<br>&gt; <br>&gt; FreeSWITCH-dev mailing list<br>&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt; http://www.freeswitch.org<br><br><br><br><br>Uhm,<br><br>while I get more informations, I get more confused :)<br>Or, at least, seems to be that is not possible to have a 100% working install on CentOS 6.<br><br>Both rpmforge and rpmfusion has mpg123 and lame, so mp3 functions can be kept.<br>Dropping mp3 support is just not feasible imho, since is a heavily used format.<br><br>If rpmfusion is not very trusted (nothing for el7 yet) <br>there's handbrake repo which is heavily focused on video <br>( http://negativo17.org/repos/HandBrake/ ) and has (updated) x264 stuff.<br>x264 stuff on rpmforge is just too old.<br>( handbrake is a really powerful video transcoder, so for me can be trusted :) )<br><br>Combining both we may have a full mp3/h264 support. What do you think?<br><br>libpng 1.6 and freetype2 compiled against it is a different story.<br>Even CentOS 7 does not have libpng 1.6. And since is a quite "basic"<br>lib I think is not sane to try to update it.<br><br>How do you handle them in jessie ? With two separate packages<br>that do not overlap with system one and pointing FS build to it?<br>(I see that also jessie has libpng12 and freetype linked against it)<br><br>So, to sum up, right now I see this:<br><br>* include 2 new repos: rpmforge and handbrake for mp3+h264 .<br>&nbsp; The question is if both are trusted enough. Of course testing is needed.<br><br>* try to build a separate freetype2+libpng16 and out that into SD repo for CentOS<br><br>* regarding mod_imagick, I'm still testing the situation, while I've<br>&nbsp; already updated ImageMagick for fax conversion purposes since months without<br>&nbsp; issues in production, I need to check it better with the new Fs module.<br><br>What do you think?<br><br>regards,<br>Matteo<br><br>PS: just for curiosity, why you do not want to host mp3 and h264 code?<br>&nbsp;&nbsp;&nbsp; You already host openh264, is not the same issue?<br><br>----- Il 25-giu-15, alle 22:23, Michael Jerris mike@jerris.com ha scritto:<br><br>&gt;&gt; On Jun 25, 2015, at 4:02 PM, Matteo &lt;mbrancaleoni@voismart.it&gt; wrote:<br>&gt;&gt; <br>&gt;&gt; well, rpmforge is even older than rpmfusion.<br>&gt;&gt; <br>&gt;&gt; Rpmfusion is well known, but if vlc is going to be dropped (will it?) we can<br>&gt;&gt; skip it entirely and reduce the number of packages.<br>&gt; <br>&gt; It's not getting dropped but it is of limited value, mod_av does nearly<br>&gt; everything mod_vlc does, and does it better, the only thing it doesn't do is<br>&gt; play youtube videos by youtube url.&nbsp; Seems a minor feature for a massive<br>&gt; dependency chain.&nbsp; I'd say just don't bother trying to include it.&nbsp; In regards<br>&gt; to mod_av, you only get the functionality people probably want (and same for<br>&gt; vlc) if its built against x264, which again, we may have issues finding a<br>&gt; package in a reputable repo.<br>&gt; <br>&gt;&gt; <br>&gt;&gt; Imagemagick is needed to be updated only for mod_imagick, otherwise is not<br>&gt;&gt; needed.<br>&gt; <br>&gt; mod_imagick supports playing pdf files like videos.&nbsp; Its useful but your call.<br>&gt; <br>&gt;&gt; <br>&gt;&gt; If we limit everything on what is on SD repo (and exclude vlc+mod_imagick) well<br>&gt;&gt; I think<br>&gt;&gt; (but must check) that epel is enough and only few stuff must be added<br>&gt;&gt; (mpg123, lame?, libshout, libmpv2 and maybe nasm).<br>&gt;&gt; But I need to recheck it since I tried to have everything fs 1.6 needs, with the<br>&gt;&gt; correct<br>&gt;&gt; versions.<br>&gt; <br>&gt; Just to be completely 100% clear, we will not be serving up mp3 or h264 binaries<br>&gt; from our repos.<br>&gt; <br>&gt;&gt; <br>&gt;&gt; there's one dep on freetype2 is FS which is not really needed, I'll file a pull<br>&gt;&gt; rq for it,<br>&gt;&gt; so we can avoid updating it. (you need 2.4.something but with 2.3.11 compiles<br>&gt;&gt; and works ok)<br>&gt; <br>&gt; We for sure need freetype to support a bunch of features that have to do with<br>&gt; putting text on video, and it will require rebuilding it against libpng 1.6 for<br>&gt; some basic functionality, while these are already optional, this will<br>&gt; significantly impact some conference functionality.<br>&gt; <br>&gt;&gt; <br>&gt;&gt; About libpng: I've used the CentOS shipped one and seems to work ok (version<br>&gt;&gt; 1.2.49) to me.<br>&gt; <br>&gt; libpng1.6 is required for some transparency functionality that we use heavily.<br>&gt; It will build with older versions, but functionality will be significantly<br>&gt; diminished.<br>&gt; <br>&gt;&gt; <br>&gt;&gt; So, I think most of the work is around vlc: you say that does not work well,<br>&gt;&gt; what will be it's destiny?<br>&gt; <br>&gt; We are not getting rid of it, but my recommendation would be to not try to build<br>&gt; it.&nbsp; I already spend significant time telling people to use mod_av instead.<br>&gt; <br>&gt;&gt; If is just an experiment I can try to rebuild everything without it and check<br>&gt;&gt; what is needed again<br>&gt;&gt; in order to shrink that list (it will be a lot shorter) and report back.<br>&gt;&gt; <br>&gt;&gt; I'm not sure about mod_imagick, not tested it yet.<br>&gt;&gt; <br>&gt;&gt; Another question about mp3 code: what about mpg123/lame that is needed by FS?<br>&gt; <br>&gt; These can't go into our repo, but any moderately recent one should be fine.&nbsp; I<br>&gt; think the api is stable.&nbsp; The issue with using older versions would be if it<br>&gt; will cause stability issues and crashing, as there has been a long list of<br>&gt; buffer overflow issues in that code over the years.<br>&gt; <br>&gt;&gt; If you're not willing to add it to your repo, how mp3 files are handled ? using<br>&gt;&gt; libav ?<br>&gt; <br>&gt; If there is no other place to get packages for that library, the module simply<br>&gt; wouldn't be built, and that feature would not be available.<br>&gt; <br>&gt;&gt; If yes, another dep can be removed.<br>&gt;&gt; <br>&gt;&gt; matteo<br>&gt;&gt; <br>&gt;&gt; ----- Il 25-giu-15, alle 21:22, Michael Jerris mike@jerris.com ha scritto:<br>&gt;&gt; <br>&gt;&gt;&gt; I have no issues rebuilding some packages for never version in our repos... The<br>&gt;&gt;&gt; big issues are, we will not put binaries of any of the mp3 or h264 code in our<br>&gt;&gt;&gt; repos, and we are not going to include documentation pointing to non-reputable<br>&gt;&gt;&gt; 3rd party repos. I'm open to pointing to rpmforge if we can put together some<br>&gt;&gt;&gt; documentation that won't result in complete nightmares from version conflicts<br>&gt;&gt;&gt; from all the different repos, but I'm not sure this is possible, can we craft a<br>&gt;&gt;&gt; meta package that helps nail down the specific versions to use, or to somehow<br>&gt;&gt;&gt; blacklist all but a small list of packages from rpmforge? In regards to VLC, to<br>&gt;&gt;&gt; be honest, I'd skip it completely, it adds little value and doesn't work great.<br>&gt;&gt;&gt; The one you want to get working is libav or ffmpeg built against x264. The<br>&gt;&gt;&gt; trick is you'll need to audit the versions of all these things you are talking<br>&gt;&gt;&gt; about updating and figuring out if the upgrades are even actually necessary<br>&gt;&gt;&gt; Please note that libav will need to be rebuilt for sure so its built against<br>&gt;&gt;&gt; our version of libvpx, and if not already done, some other libs will need to be<br>&gt;&gt;&gt; rebuilt against libpng 1.6 or greater. Those 2 libraries for sure need to be<br>&gt;&gt;&gt; updated to our versions. Additionally some of the libs in our tree may exist in<br>&gt;&gt;&gt; other distros, but ours are actually different api/abi but have the same name,<br>&gt;&gt;&gt; and the ones in the distros are broken. For example libilbc. I have not yet<br>&gt;&gt;&gt; audited to see if ours has enough backwards api that it could be updated in<br>&gt;&gt;&gt; distro repos to replace their broken one. Most of the version limits that are<br>&gt;&gt;&gt; in place are those versions based on thats what we have in debian jessie that<br>&gt;&gt;&gt; is tested and confirmed working. Its likely you can use older versions, but<br>&gt;&gt;&gt; functionality will need to be tested to confirm on a library by library basis.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Hi,<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; ----- Il 25-giu-15, alle 19:45, Michael Jerris mike at jerris.com ha scritto:<br>&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; for things like nasm, is that newer version out there for example in epel? that<br>&gt;&gt;&gt;&gt;&gt; would be the best case. Sure, the work I've done is already based on epel, so<br>&gt;&gt;&gt;&gt; what is in epel is not built again.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; I've rebuilt some epel packages only when a newer version is needed.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Backup would be to take a source pacakge from something &gt; newer and just rebuild<br>&gt;&gt;&gt;&gt; in a way that doesn't require any modifications, &gt; fallback we can put the src<br>&gt;&gt;&gt;&gt; out on our download servers and create a job for &gt; it. As for x264, we will not<br>&gt;&gt;&gt;&gt; be putting that in our repo, you'll have to find &gt; some way to get that into<br>&gt;&gt;&gt;&gt; some official repo that we can reference, maybe see &gt; if you can get it into<br>&gt;&gt;&gt;&gt; epel? The best case would be to get as much as possible &gt; directly into epel so<br>&gt;&gt;&gt;&gt; it leaves us having to manage as little as possible. The main "source" of deps<br>&gt;&gt;&gt;&gt; (and troubles) is vlc 2.2, which needs a lot of stuff.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; I've taken some packages from rpmfusion and rebuilt them, updating when needed.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; So while epel is needed for deps, rpmfusion is not because all needed rpmfusion<br>&gt;&gt;&gt; packages have been rebuilt by me using same sources/specs (if not updated)<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; I don't know if epel will ever accept all packages, because some are also<br>&gt;&gt;&gt; updates<br>&gt;&gt;&gt; to base system, like opencv which is present on CentOS base but too old and<br>&gt;&gt;&gt; ImageMagick, to name few.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; So the picture is: if you want to have video under CentOS 6 without hosting<br>&gt;&gt;&gt; something (mainly vlc stuff and it's deps), you're out of luck since FS<br>&gt;&gt;&gt; requirements are on very recent packages.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Just a quick list of stuff needed:<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; base CentOS updates not present anywhere:<br>&gt;&gt;&gt; ImageMagick (updated), nasm(updated), libvncserver(updated), opencv(updated)<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; ** from rpmfusion:<br>&gt;&gt;&gt; a52dec, faad2, gpac, lame, vlc(updated), libmad, mpg123(updated), x264(updated<br>&gt;&gt;&gt; for vlc 2.2),<br>&gt;&gt;&gt; xvidcore<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; ** from epel (rebuilt because different version)<br>&gt;&gt;&gt; libmpv2(updated), libshout(updated)<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; ** from Freeswitch SD:<br>&gt;&gt;&gt; g722_1, broadvoice, libav, libcodec2, libsilk, libvpx, libyuv(updated), opus,<br>&gt;&gt;&gt; soundtouch, openh264, flite, ilbc (epel has a newer one, pay attention!)<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; This is the list (should be almost complete, I'm not in the office right now)<br>&gt;&gt;&gt; of what I've rebuit to have video running.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Is possible to reduce by 6 packages if rpmfusion is added with repo. Dunno if is<br>&gt;&gt;&gt; wanted or not.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; I think that epel will never accept updates to packages that are already into<br>&gt;&gt;&gt; base distro.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; And don't know about vlc and its deps... if rpmfusion exists maybe is because<br>&gt;&gt;&gt; patents<br>&gt;&gt;&gt; does not allow it into epel?<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; What do you think?<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Matteo<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; On Jun 25, 2015, at 1:45 PM, Michael Jerris &lt; mike@jerris.com &gt; wrote:<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; for things like nasm, is that newer version out there for example in epel? that<br>&gt;&gt;&gt; would be the best case. Backup would be to take a source pacakge from something<br>&gt;&gt;&gt; newer and just rebuild in a way that doesn't require any modifications,<br>&gt;&gt;&gt; fallback we can put the src out on our download servers and create a job for<br>&gt;&gt;&gt; it. As for x264, we will not be putting that in our repo, you'll have to find<br>&gt;&gt;&gt; some way to get that into some official repo that we can reference, maybe see<br>&gt;&gt;&gt; if you can get it into epel? The best case would be to get as much as possible<br>&gt;&gt;&gt; directly into epel so it leaves us having to manage as little as possible.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; On Thursday, June 25, 2015, Matteo &lt; mbrancaleoni@voismart.it &gt; wrote:<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; I know how specs works, I'm maintaining a private repo like epel with tens of<br>&gt;&gt;&gt; packages since years, using the same tools used by fedora ( koji, mock, mash).<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; My intent is not to create a custom build of freeswitch, but a repo like epel or<br>&gt;&gt;&gt; rpmfusion with only the needed build deps.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; What is not clear to me is the flow to add a new dep.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Let's say I need to add a bunch of new libs, like gpac, nasm, x264, to name a<br>&gt;&gt;&gt; few.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Which is the correct approach to fit into Fs build structure?<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Mat<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Inviato da iPhone<br>&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Il giorno 25/giu/2015, alle ore 18:08, Ken Rice ha scritto:<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; You know in the spec files you can if things for specific versions... You'll<br>&gt;&gt;&gt;&gt; just have to figure out the correct Ifs for Cent7 vs Cent6 vs say Suse<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; On 6/25/15, 11:03 AM, "Matteo" wrote:<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; Ok,<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; since some packages are only centos 6 specific updates, how do you plan to<br>&gt;&gt;&gt;&gt;&gt; handle them?<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; For example, nasm is a required update to CentOS 6 in order to build other<br>&gt;&gt;&gt;&gt;&gt; stuff,<br>&gt;&gt;&gt;&gt;&gt; but is not needed for debian or CentOS 7<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; Right now in the repo I don't see anything distro-specific .<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; Regards,<br>&gt;&gt;&gt;&gt;&gt; Matteo<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; _________________________________________________________________________<br>&gt;&gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt;&gt;&gt;&gt; consulting@freeswitch.org<br>&gt;&gt;&gt;&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt;&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt;&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt;&gt;&gt;&gt; http://www.cluecon.com<br>&gt;&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt;&gt;&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt;&gt;&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt;&gt;&gt;&gt; UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt;&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; --<br>&gt;&gt;&gt;&gt; Ken<br>&gt;&gt;&gt;&gt; http://www.FreeSWITCH.org<br>&gt;&gt;&gt;&gt; http://www.ClueCon.com<br>&gt;&gt;&gt;&gt; http://www.OSTAG.org<br>&gt;&gt;&gt;&gt; irc.freenode.net #freeswitch<br>&gt;&gt;&gt;&gt; Twitter: @FreeSWITCH<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; _________________________________________________________________________<br>&gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt;&gt;&gt; consulting@freeswitch.org<br>&gt;&gt;&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt;&gt;&gt; http://www.cluecon.com<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt;&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt;&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt;&gt;&gt; UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; _________________________________________________________________________<br>&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt;&gt; consulting@freeswitch.org<br>&gt;&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt;&gt; http://www.cluecon.com<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt;&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt;&gt; http://www.freeswitch.org<br>&gt;&gt; <br>&gt;&gt; _________________________________________________________________________<br>&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt; consulting@freeswitch.org<br>&gt;&gt; http://www.freeswitchsolutions.com<br>&gt;&gt; <br>&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt; http://www.freeswitch.org<br>&gt;&gt; http://wiki.freeswitch.org<br>&gt;&gt; http://www.cluecon.com<br>&gt;&gt; <br>&gt;&gt; FreeSWITCH-dev mailing list<br>&gt;&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt;&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt;&gt; http://www.freeswitch.org<br>&gt; <br>&gt; <br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; consulting@freeswitch.org<br>&gt; http://www.freeswitchsolutions.com<br>&gt; <br>&gt; Official FreeSWITCH Sites<br>&gt; http://www.freeswitch.org<br>&gt; http://wiki.freeswitch.org<br>&gt; http://www.cluecon.com<br>&gt; <br>&gt; FreeSWITCH-dev mailing list<br>&gt; FreeSWITCH-dev@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>&gt; http://www.freeswitch.org<br><br><br><br>_______________________________________________<br>FreeSWITCH-dev mailing list<br>FreeSWITCH-dev@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>http://www.freeswitch.org<br></body>