I&#39;d very much like to see the fs debug logs of a call to a skinny phone that did not pick up but did not go to voicemail. I don&#39;t have a skinny-based phone with which to test so I&#39;ll have to live vicariously through others&#39; debug logs.<br>
<br>-MC<br><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 8:57 AM, Abaci <span dir="ltr">&lt;<a href="mailto:abaci64@gmail.com" target="_blank">abaci64@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
why shouldn&#39;t mod_skinny do it the same way mod_sofia is doing it, not<br>
that it can&#39; be done in dialplan but it&#39;s sometimes much simpler and<br>
easier to implement in the user directory.<br>
<br>
On Thursday, March 14, 2013 10:09:48 AM, Michael Jerris wrote:<br>
&gt; This shouldn&#39;t be anything at all in mod_skinny.  You would use dialplan to do all of this.  Just set the timeouts, hangup_after, continue_on, etc… and have the next dialplan entries go to voicemail.<br>
&gt;<br>
&gt; On Mar 13, 2013, at 8:34 PM, Nathan Neulinger &lt;<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Main concerns right now is it seems like some pretty critical functionality is missing - right now, doesn&#39;t seem to be<br>
&gt;&gt; any way to get calls to roll over to voicemail.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve been able to come up with ways to work around other limitations (like the variables not coming in from the user<br>
&gt;&gt; directory entry), but haven&#39;t been able to find any way yet to get voicemail to work.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ll certainly be looking at the code with intent to make improvements, but there&#39;s some learning curve involved in<br>
&gt;&gt; knowing how the rest of the system works.<br>
&gt;&gt;<br>
&gt;&gt; For the voicemail stuff - seems like if there would be a way to just get the bridge to skinny to fall through<br>
&gt;&gt; (hangup_after_bridge,continue_on_fail) with some sort of failure/status code set - I could always check the status with<br>
&gt;&gt; a condition afterwards and route to voicemail that way.<br>
&gt;&gt;<br>
&gt;&gt; -- Nathan<br>
&gt;&gt;<br>
&gt;&gt; On 03/13/2013 12:13 PM, Anthony Minessale wrote:<br>
&gt;&gt;&gt; I asked the author of the module and here is his response:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -------------------------------------------------------------------------------------------------------------------------------------<br>
&gt;&gt;&gt; mod_skinny hasn&#39;t seen updates since long time because my dev machines<br>
&gt;&gt;&gt; are in a bad shape since that time (and for other reasons : I&#39;m<br>
&gt;&gt;&gt; building a new house). The main reason is lack of time.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Mod_skinny is stable and works for me. There are currently 8 issues in<br>
&gt;&gt;&gt; Jira. Only one (FS-4321) may be critical (but there is a patch<br>
&gt;&gt;&gt; attached).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Appart from that, contributions are welcome. I think the code is clean<br>
&gt;&gt;&gt; enough to allow easy hacking. There is a TODO:<br>
&gt;&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Mod_skinny/Development#TODO" target="_blank">http://wiki.freeswitch.org/wiki/Mod_skinny/Development#TODO</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Summary: I won&#39;t contribute features soon, but others may do (and I<br>
&gt;&gt;&gt; can help them understand the code).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2013/3/13 Mathieu Parent &lt;<a href="mailto:math.parent@gmail.com">math.parent@gmail.com</a> &lt;mailto:<a href="mailto:math.parent@gmail.com">math.parent@gmail.com</a>&gt;&gt;:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Mar 13, 2013 at 7:59 AM, Nathan Neulinger &lt;<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     My impression from this is that the skinny support is operating very differently - it almost appears as if the<br>
&gt;&gt;&gt;     user/directory entry isn&#39;t getting used at all, it&#39;s only being referenced as a source for some of the skinny<br>
&gt;&gt;&gt;     configuration.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Log:<br>
&gt;&gt;&gt;     <a href="http://pastebin.freeswitch.org/20685" target="_blank">http://pastebin.freeswitch.org/20685</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Portion of dialplan that is getting hit:<br>
&gt;&gt;&gt;     <a href="http://pastebin.freeswitch.org/20686" target="_blank">http://pastebin.freeswitch.org/20686</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     User directory entry:<br>
&gt;&gt;&gt;     <a href="http://pastebin.freeswitch.org/20687" target="_blank">http://pastebin.freeswitch.org/20687</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     -- Nathan<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     On 03/12/2013 03:55 PM, Michael Collins wrote:<br>
&gt;&gt;&gt;&gt; I&#39;m not up on mod_skinny, but this sounds like possibly the user isn&#39;t authorized and therefore the variables in the<br>
&gt;&gt;&gt;&gt; user&#39;s directory entry aren&#39;t getting added. The best way to tell is to look at the console log of a user making<br>
&gt;&gt;&gt;     a phone<br>
&gt;&gt;&gt;&gt; call. Is is being handled in context &quot;default&quot; or context &quot;public&quot;? (This is assuming you&#39;re starting with the<br>
&gt;&gt;&gt;     vanilla<br>
&gt;&gt;&gt;&gt; configs and working from there.)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; If you&#39;d like to share then use our pb: <a href="http://pastebin.freeswitch.org" target="_blank">pastebin.freeswitch.org</a> &lt;<a href="http://pastebin.freeswitch.org" target="_blank">http://pastebin.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     &lt;<a href="http://pastebin.freeswitch.org" target="_blank">http://pastebin.freeswitch.org</a>&gt; and select &quot;FreeSWITCH<br>
&gt;&gt;&gt;&gt; Log&quot; as the syntax highlighting. The folks here can assist you with learning the ropes on debugging.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;&gt; MC<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Tue, Mar 12, 2013 at 8:32 AM, Nathan Neulinger &lt;<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt; &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a><br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     It&#39;s actually working fine, though one issue. Shared line appearances, busy lamp, transfers, etc. all operating<br>
&gt;&gt;&gt;&gt;     correctly.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     The one piece I was trying to get to work and isn&#39;t was adding a variable (toll_allow) to the user directory<br>
&gt;&gt;&gt;     entry for<br>
&gt;&gt;&gt;&gt;     the skinny phone - but it doesn&#39;t seem to take effect. When I started looking around and saw that nothing had<br>
&gt;&gt;&gt;     been<br>
&gt;&gt;&gt;&gt;     touched in mod_skinny, was a little concerned that it may no longer have an active maintainer.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     -- Nathan<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     On 03/12/2013 09:54 AM, Erik Dekkers wrote:<br>
&gt;&gt;&gt;&gt;&gt; Hi Nathan,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; As far as I know mod_skinny just works. Although there no recent development I suggest to give it a change.<br>
&gt;&gt;&gt;&gt;&gt; Just take a few SCCP phones, connect them to a freeswitch box and see for yourself if it suit your needs.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Oh, please read the wiki on mod_skinny. There&#39;s enough information to get it working. Otherwise you can<br>
&gt;&gt;&gt;     contact<br>
&gt;&gt;&gt;&gt;     me on IRC (wvds-nl) and I will be glad to help you.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Erik<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Please excuse for the disclaimer below, it is send automaticly by company mailserver..<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Certhon<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; ABC Westland 555        Tel: <a href="tel:%2B31%20174%2022%2050%2080" value="+31174225080">+31 174 22 50 80</a> &lt;tel:%2B31%20174%2022%2050%2080&gt;<br>
&gt;&gt;&gt;     &lt;tel:%2B31%20174%2022%2050%2080&gt;<br>
&gt;&gt;&gt;&gt;&gt; P.O. Box 90             Fax: +31 174 22 50 81 &lt;tel:%2B31%20174%2022%2050%2081&gt;<br>
&gt;&gt;&gt;     &lt;tel:%2B31%20174%2022%2050%2081&gt;<br>
&gt;&gt;&gt;&gt;&gt; 2685 ZH Poeldijk <a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a> &lt;mailto:<a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a>&gt;<br>
&gt;&gt;&gt;     &lt;mailto:<a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a> &lt;mailto:<a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a>&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; The Netherlands <a href="http://www.certhon.com" target="_blank">www.certhon.com</a> &lt;<a href="http://www.certhon.com" target="_blank">http://www.certhon.com</a>&gt; &lt;<a href="http://www.certhon.com" target="_blank">http://www.certhon.com</a>&gt;<br>

&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; DISCLAIMER<br>
&gt;&gt;&gt;&gt;&gt; All our quotations, all orders and all contracts are subject to the AVAG-CONDITIONS.<br>
&gt;&gt;&gt;&gt;&gt; Op alle offertes, opdrachten en overeenkomsten zijn de AVAG-verkoopvoorwaarden van toepassing.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; -----Oorspronkelijk bericht-----<br>
&gt;&gt;&gt;&gt;&gt; Van: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt;     [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;&gt;] Namens<br>

&gt;&gt;&gt;&gt;     Nathan Neulinger<br>
&gt;&gt;&gt;&gt;&gt; Verzonden: dinsdag 12 maart 2013 14:40<br>
&gt;&gt;&gt;&gt;&gt; Aan: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt;&gt; Onderwerp: [Freeswitch-users] Status of mod_skinny? is it being maintained?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Started looking around at the git log for mod_skinny after putting in a jira issue on it, and noticed that it<br>
&gt;&gt;&gt;&gt;     hasn&#39;t been directly touched since around Dec 2011.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Is it being worked on at all or is the lack of changes just due to &quot;nothing really broke, but no new<br>
&gt;&gt;&gt;     development<br>
&gt;&gt;&gt;&gt;     taking place&quot;?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I&#39;m looking at a possible large (1600+) phone deployment (replacement of old CCM deployment) using almost all<br>
&gt;&gt;&gt;&gt;     SCCP based Cisco phones and just want to know what the status is since it looks like SCCP development on<br>
&gt;&gt;&gt;     Asterisk is<br>
&gt;&gt;&gt;&gt;     actively ongoing. I started with Freeswitch based on others recommendations, but if the core support for<br>
&gt;&gt;&gt;     cisco isn&#39;t<br>
&gt;&gt;&gt;&gt;     actively maintained, it would probably be a mistake for us to go that direction.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; -- Nathan<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; ------------------------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt; Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a> &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt; &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt;&gt; Missouri S&amp;T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a> &lt;tel:%28573%29%20612-1412&gt; &lt;tel:%28573%29%20612-1412&gt;<br>
&gt;&gt;&gt;&gt;&gt; System Administrator - Architect<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; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt; &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><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; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt; &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     --<br>
&gt;&gt;&gt;&gt;     ------------------------------------------------------------<br>
&gt;&gt;&gt;&gt;     Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a> &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt; &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt;     Missouri S&amp;T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a> &lt;tel:%28573%29%20612-1412&gt; &lt;tel:%28573%29%20612-1412&gt;<br>
&gt;&gt;&gt;&gt;     System Administrator - Architect<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     _________________________________________________________________________<br>
&gt;&gt;&gt;&gt;     Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt; &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     Official FreeSWITCH Sites<br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;&gt;<br>

&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><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; Michael S Collins<br>
&gt;&gt;&gt;&gt; Twitter: @mercutioviz<br>
&gt;&gt;&gt;&gt; <a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     --<br>
&gt;&gt;&gt;     ------------------------------------------------------------<br>
&gt;&gt;&gt;     Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a> &lt;mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>&gt;<br>
&gt;&gt;&gt;     Missouri S&amp;T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a> &lt;tel:%28573%29%20612-1412&gt;<br>
&gt;&gt;&gt;     System Administrator - Architect<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     _________________________________________________________________________<br>
&gt;&gt;&gt;     Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt;     <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
&gt;&gt;&gt;     <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;     <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Official FreeSWITCH Sites<br>
&gt;&gt;&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;     <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;     <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;     <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt;     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Anthony Minessale II<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt;&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; AIM: anthm<br>
&gt;&gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt;&gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a> &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>

&gt;&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a> &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a> &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>

&gt;&gt;&gt; pstn:<a href="tel:%2B19193869900" value="+19193869900">+19193869900</a><br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; ------------------------------------------------------------<br>
&gt;&gt; Nathan Neulinger                       <a href="mailto:nneul@mst.edu">nneul@mst.edu</a><br>
&gt;&gt; Missouri S&amp;T Information Technology    <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a><br>
&gt;&gt; System Administrator - Architect<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>