<div dir="ltr">I asked the author of the module and here is his response:<div><br></div><div>-------------------------------------------------------------------------------------------------------------------------------------</div>
<div><span style="font-family:arial,sans-serif;font-size:13px">mod_skinny hasn&#39;t seen updates since long time because my dev machines</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">are in a bad shape since that time (and for other reasons : I&#39;m</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">building a new house). The main reason is lack of time.</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">Mod_skinny is stable and works for me. There are currently 8 issues in</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Jira. Only one (FS-4321) may be critical (but there is a patch</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">attached).</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Appart from that, contributions are welcome. I think the code is clean</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">enough to allow easy hacking. There is a TODO:</span><br style="font-family:arial,sans-serif;font-size:13px"><a href="http://wiki.freeswitch.org/wiki/Mod_skinny/Development#TODO" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://wiki.freeswitch.org/wiki/Mod_skinny/Development#TODO</a><br style="font-family:arial,sans-serif;font-size:13px">
<br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Summary: I won&#39;t contribute features soon, but others may do (and I</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">can help them understand the code).</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Regards</span><br style="font-family:arial,sans-serif;font-size:13px">
<br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">2013/3/13 Mathieu Parent &lt;</span><a href="mailto:math.parent@gmail.com" style="font-family:arial,sans-serif;font-size:13px">math.parent@gmail.com</a><span style="font-family:arial,sans-serif;font-size:13px">&gt;:</span><br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 13, 2013 at 7:59 AM, Nathan Neulinger <span dir="ltr">&lt;<a href="mailto:nneul@mst.edu" target="_blank">nneul@mst.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My impression from this is that the skinny support is operating very differently - it almost appears as if the<br>
user/directory entry isn&#39;t getting used at all, it&#39;s only being referenced as a source for some of the skinny configuration.<br>
<br>
Log:<br>
        <a href="http://pastebin.freeswitch.org/20685" target="_blank">http://pastebin.freeswitch.org/20685</a><br>
<br>
Portion of dialplan that is getting hit:<br>
        <a href="http://pastebin.freeswitch.org/20686" target="_blank">http://pastebin.freeswitch.org/20686</a><br>
<br>
User directory entry:<br>
        <a href="http://pastebin.freeswitch.org/20687" target="_blank">http://pastebin.freeswitch.org/20687</a><br>
<br>
<br>
-- Nathan<br>
<div class="im"><br>
On 03/12/2013 03:55 PM, Michael Collins wrote:<br>
&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; 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 a phone<br>
&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 vanilla<br>
&gt; configs and working from there.)<br>
&gt;<br>
</div>&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; and select &quot;FreeSWITCH<br>

<div class="im">&gt; Log&quot; as the syntax highlighting. The folks here can assist you with learning the ropes on debugging.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; MC<br>
&gt;<br>
</div><div class="im">&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;&gt; wrote:<br>
&gt;<br>
&gt;     It&#39;s actually working fine, though one issue. Shared line appearances, busy lamp, transfers, etc. all operating<br>
&gt;     correctly.<br>
&gt;<br>
&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 entry for<br>
&gt;     the skinny phone - but it doesn&#39;t seem to take effect. When I started looking around and saw that nothing had been<br>
&gt;     touched in mod_skinny, was a little concerned that it may no longer have an active maintainer.<br>
&gt;<br>
&gt;     -- Nathan<br>
&gt;<br>
&gt;     On 03/12/2013 09:54 AM, Erik Dekkers wrote:<br>
&gt;      &gt; Hi Nathan,<br>
&gt;      &gt;<br>
&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; Just take a few SCCP phones, connect them to a freeswitch box and see for yourself if it suit your needs.<br>
&gt;      &gt;<br>
&gt;      &gt; Oh, please read the wiki on mod_skinny. There&#39;s enough information to get it working. Otherwise you can contact<br>
&gt;     me on IRC (wvds-nl) and I will be glad to help you.<br>
&gt;      &gt;<br>
&gt;      &gt; Regards,<br>
&gt;      &gt;<br>
&gt;      &gt; Erik<br>
&gt;      &gt;<br>
&gt;      &gt; Please excuse for the disclaimer below, it is send automaticly by company mailserver..<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt; Certhon<br>
&gt;      &gt;<br>
</div>&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; P.O. Box 90             Fax: <a href="tel:%2B31%20174%2022%2050%2081" value="+31174225081">+31 174 22 50 81</a> &lt;tel:%2B31%20174%2022%2050%2081&gt;<br>
&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; 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;<br>
<div class="im">&gt;      &gt;<br>
&gt;      &gt; DISCLAIMER<br>
&gt;      &gt; All our quotations, all orders and all contracts are subject to the AVAG-CONDITIONS.<br>
&gt;      &gt; Op alle offertes, opdrachten en overeenkomsten zijn de AVAG-verkoopvoorwaarden van toepassing.<br>
&gt;      &gt;<br>
&gt;      &gt; -----Oorspronkelijk bericht-----<br>
&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>

</div>&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;] Namens<br>

<div class="im">&gt;     Nathan Neulinger<br>
&gt;      &gt; Verzonden: dinsdag 12 maart 2013 14:40<br>
</div>&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>

<div class="im">&gt;      &gt; Onderwerp: [Freeswitch-users] Status of mod_skinny? is it being maintained?<br>
&gt;      &gt;<br>
&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;     hasn&#39;t been directly touched since around Dec 2011.<br>
&gt;      &gt;<br>
&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 development<br>
&gt;     taking place&quot;?<br>
&gt;      &gt;<br>
&gt;      &gt; I&#39;m looking at a possible large (1600+) phone deployment (replacement of old CCM deployment) using almost all<br>
&gt;     SCCP based Cisco phones and just want to know what the status is since it looks like SCCP development on Asterisk is<br>
&gt;     actively ongoing. I started with Freeswitch based on others recommendations, but if the core support for cisco isn&#39;t<br>
&gt;     actively maintained, it would probably be a mistake for us to go that direction.<br>
&gt;      &gt;<br>
&gt;      &gt; -- Nathan<br>
&gt;      &gt;<br>
&gt;      &gt; ------------------------------------------------------------<br>
</div>&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; 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>
<div class="im">&gt;      &gt; System Administrator - Architect<br>
&gt;      &gt;<br>
&gt;      &gt; _________________________________________________________________________<br>
&gt;      &gt; Professional FreeSWITCH Consulting Services:<br>
</div>&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>
<div class="im">&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 <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>
</div>&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>

<div class="im">&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;      &gt;<br>
&gt;      &gt; _________________________________________________________________________<br>
&gt;      &gt; Professional FreeSWITCH Consulting Services:<br>
</div>&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>
<div class="im">&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>
</div>&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>

<div class="im">&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;      &gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     ------------------------------------------------------------<br>
</div>&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;     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>
<div class="im">&gt;     System Administrator - Architect<br>
&gt;<br>
&gt;     _________________________________________________________________________<br>
&gt;     Professional FreeSWITCH Consulting Services:<br>
</div>&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>
<div class="im">&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>
</div>&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>

<div class="HOEnZb"><div class="h5">&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>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Michael S Collins<br>
&gt; Twitter: @mercutioviz<br>
&gt; <a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br>
&gt; <a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
&gt; <a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br>
&gt;<br>
<br>
--<br>
------------------------------------------------------------<br>
Nathan Neulinger                       <a href="mailto:nneul@mst.edu">nneul@mst.edu</a><br>
Missouri S&amp;T Information Technology    <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a><br>
System Administrator - Architect<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900
</div>