<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">As for not using home-brew for prereqs, that's why I left my old info on the OS X Alternatives pages, those are samples. I will try to keep them up-to-date and may add things like port audio, etc. there if I find out how to install them.<div><br></div><div>As for using hombrew to install FreeSwitch, I would add that as a comment next update in a few weeks, but I don't see it available. But the reason I did not want to use homebrew for FreeSwitch is that I wanted the person to actually have to install, see, and learn about the directories FreeSwitch assumes. Homebrew uses different directories.</div><div>Mario G</div><div><br><div><div>On Mar 24, 2013, at 7:06 PM, Seven Du &lt;<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
                <div>
                    Hi Lawrence,</div><div><br></div><div>You mean you got mod_portaudio work or just port audio lib? When I last try I cannot get mod_portaudio build, and by linking to home-brew installed portaudio lib I can build and link, but it crashes when actually using that.
                </div><div><br></div><div>Would like to hear it working on Mac. I just like the way that you can "originate portaudio/auto_answer &amp;blah…" than hitting a button on a sip client everything tries to make a call.</div><div><br></div><div>Also for the homebrew, I agree it's easy for the enduser and for developers like me I always build from source by myself.</div><div><br></div><div>and FYI I found the following commands useful to help you get an idea of what installed</div><div><br></div><div><br></div><div>brew list freeswitch</div><div>brew edit freeswitch</div><div><br></div><div><br></div>
                <div><div><br></div><div>--&nbsp;</div><div>Seven Du</div><div><span style="font-size: 10pt; "><a href="http://www.freeswitch.org.cn">http://www.freeswitch.org.cn</a></span></div><div><a href="http://about.me/dujinfang">http://about.me/dujinfang</a></div><div><a href="http://www.dujinfang.com">http://www.dujinfang.com</a></div><div><br></div><div>Sent with <a href="http://www.sparrowmailapp.com/?sig">Sparrow</a></div><div><br></div></div><p style="color: #A0A0A8;">On Monday, March 25, 2013 at 7:31 AM, Lawrence Conroy wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div>OK ... let's try that again, only this time hitting the right buttons §-/</div><div><br></div><div>Hi there,</div><div> Nope. Not for me; from a user perspective, maybe.</div><div>but ... I'm trying to get portaudio to work on ML. To do that, I really need to know exactly what's on the machine, where, what they do and how they interact.</div><div><br></div><div>Looking at the output of fS's <a href="http://bootstrap.sh/">bootstrap.sh</a>, configure and make is a long process; these are all "just build scripts", but they aren't exactly terse.</div><div>I'd have to examine what homebrew did, where everything was, and what symbolic links it put where.</div><div><br></div><div>I've been that way before with fink and macports. They were fine for just installing and running packages.</div><div> ... but I found them a PITA when trying to develop.</div><div>YMMV.</div><div><br></div><div>Having just managed to get portaudio working on my MBP for the first time on ML, installing via homebrew would not have helped me to get it working.</div><div>Now to work out why the upstream stable (when poured into freeswitch/libs/portaudio), isn't installing libportaudio.2.dylib into /usr/local/freeswitch, and I'm done.</div><div><br></div><div>all the best,</div><div>  Lawrence</div><div><br></div><div>On 24 Mar 2013, at 13:50, Ben Langfeld wrote:</div><div><br></div><blockquote type="cite"><div>Since homebrew recipes are just build scripts, wouldn't it be better to use</div><div>homebrew for the whole thing?</div><div><br></div><div>Regards,</div><div>Ben Langfeld</div><div><br></div><div><br></div><div>On 23 March 2013 21:00, Seven Du &lt;<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>&gt; wrote:</div><div><br></div><blockquote type="cite"><div>need to mention that there's also a homebrew formula for FS which installs</div><div>to 1.0.6 dir but actually pull from the latest stable git I think.</div><div><br></div><div>--</div><div>Seven Du</div><div><a href="http://www.freeswitch.org.cn/">http://www.freeswitch.org.cn</a></div><div><a href="http://about.me/dujinfang">http://about.me/dujinfang</a></div><div><a href="http://www.dujinfang.com/">http://www.dujinfang.com</a></div><div><br></div><div>Sent with Sparrow &lt;<a href="http://www.sparrowmailapp.com/?sig">http://www.sparrowmailapp.com/?sig</a>&gt;</div><div><br></div><div>On Sunday, March 24, 2013 at 5:44 AM, Mario M Guzman wrote:</div><div><br></div><div>I did not use uncomment portaudio. What is there is intended to get</div><div>someone started without too many additions. I think if wee need special</div><div>instructions for things like port audio/ssl, etc. I could add another page</div><div>like "Insall… OS_X Additions" or something like that. When I get some time</div><div>I may try a few popular additions and add to a new page. Right now I am</div><div>swamped.</div><div>Mario G</div><div><br></div><div>On Mar 22, 2013, at 9:19 PM, Lawrence Conroy &lt;<a href="mailto:lconroy@insensate.co.uk">lconroy@insensate.co.uk</a>&gt;</div><div>wrote:</div><div><br></div><div>Hi there,</div><div>excellent job.</div><div>I already have autoconf, ..., so many thanks for the warning on the wiki</div><div>about it going horribly wrong if one then tries to use homebrew --</div><div>forewarned is ...</div><div>Question: did you edit modules.conf to uncomment portaudio?</div><div>If so, did it work with homebrew, or did it die during the make process as</div><div>it has for me?</div><div><br></div><div>For me, portaudio seems fundamentally b0rked on MacOS (at least with ML,</div><div>as XCode doesn't include the SDKs it needs).</div><div>If it DOES work for you, it's WELL worth mentioning that -- I'd happily</div><div>bomb it back to the stone age, reinstall ML/Xcode/..., only this time I'll</div><div>use whatever it takes to get it working.</div><div><br></div><div>all the best,</div><div>Lawrence</div><div><br></div><div><br></div><div>On 22 Mar 2013, at 14:57, Mario M Guzman wrote:</div><div><br></div><div>Posting here for interested parties and in case someone searches for OS X</div><div>here.</div><div><br></div><div>I finally completed the long over due major update to my original OS X</div><div>FreeSwitch installation guide from Oct 2010 which had 16,725 hits since</div><div>then (surprised me). Sorry about the delay but it was a lot of work testing</div><div>and "life events" got in the way, also some FreeSwitch bugs had to be</div><div>squashed first. So it took months instead of weeks. I changed the main</div><div>install Guides to point to the new OS X page. Oh, yes… every single OS X</div><div>step was tested as well as all the links in the pages since many were</div><div>updated. FreeSwitch prerequisites are much easier to install on OS X than</div><div>in 2010!</div><div>Mario G</div><div><br></div><div><br></div><div>Changes to the Replacement OS X Page</div><div>The OS X Installation page has a new name:</div><div><a href="http://wiki.freeswitch.org/wiki/Installation_and_Setup_on_OS_X">http://wiki.freeswitch.org/wiki/Installation_and_Setup_on_OS_X</a></div><div>* No longer release dependent</div><div>* Removed installation of prerequisites and FreeSwitch</div><div>* Now uses Homebrew for prerequisites</div><div>* Fixes to allow all things to work on 10.8 through 10.6</div><div>* Many minor edits to enhance or bring info up to date.</div><div><br></div><div>New Pages</div><div>OS X 10.8 installation of prerequisites and FreeSwitch</div><div><a href="http://wiki.freeswitch.org/wiki/Installation_on_OS_X_10.8_Mountain_Lion">http://wiki.freeswitch.org/wiki/Installation_on_OS_X_10.8_Mountain_Lion</a></div><div><br></div><div>OS X 10.7 installation of prerequisites and FreeSwitch</div><div><a href="http://wiki.freeswitch.org/wiki/Installation_on_OS_X_10.7_Lion">http://wiki.freeswitch.org/wiki/Installation_on_OS_X_10.7_Lion</a></div><div><br></div><div>OS X 10.6 installation of prerequisites and FreeSwitch</div><div><a href="http://wiki.freeswitch.org/wiki/Installation_on_OS_X_10.6_Snow_Leopard">http://wiki.freeswitch.org/wiki/Installation_on_OS_X_10.6_Snow_Leopard</a></div><div>* Major changes to the prerequisite installation procedure, now uses</div><div>Homebrew.</div><div>* Major changes due to Apple removing Command Line Tools for 10.6</div><div><br></div><div>OS X Installation Alternatives illustrates how to "hand install"</div><div>prerequisites:</div><div><a href="http://wiki.freeswitch.org/wiki/Installation_on_OS_X_Alternatives">http://wiki.freeswitch.org/wiki/Installation_on_OS_X_Alternatives</a></div><div>NOTE; This is the place to add MacPorts doc if someone wants that there is</div><div>a placeholder.</div><div>Other installation types can be added here as well.</div><div><br></div><div>Old/Deleted Page</div><div><a href="http://wiki.freeswitch.org/wiki/Installation_and_Tips_for_Mac_OS_X">http://wiki.freeswitch.org/wiki/Installation_and_Tips_for_Mac_OS_X</a></div><div>* Comments with link to new page (tried to do timer redirect but I don't</div><div>know how on the wiki)</div><div><br></div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com/">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com/">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><br></div><div><br></div><div><br></div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com/">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com/">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><br></div><div><br></div><div><br></div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com/">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com/">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><br></div><div><br></div><div><br></div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com/">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com/">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div></blockquote><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com/">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com/">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div></blockquote><div><br></div><div><br></div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com/">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com/">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>
            _________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>