I'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't have a skinny-based phone with which to test so I'll have to live vicariously through others' debug logs.<br>
<br>-MC<br><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 8:57 AM, Abaci <span dir="ltr"><<a href="mailto:abaci64@gmail.com" target="_blank">abaci64@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
why shouldn't mod_skinny do it the same way mod_sofia is doing it, not<br>
that it can' be done in dialplan but it'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>
> This shouldn'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>
><br>
> On Mar 13, 2013, at 8:34 PM, Nathan Neulinger <<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>> wrote:<br>
><br>
>> Main concerns right now is it seems like some pretty critical functionality is missing - right now, doesn't seem to be<br>
>> any way to get calls to roll over to voicemail.<br>
>><br>
>> I've been able to come up with ways to work around other limitations (like the variables not coming in from the user<br>
>> directory entry), but haven't been able to find any way yet to get voicemail to work.<br>
>><br>
>> I'll certainly be looking at the code with intent to make improvements, but there's some learning curve involved in<br>
>> knowing how the rest of the system works.<br>
>><br>
>> For the voicemail stuff - seems like if there would be a way to just get the bridge to skinny to fall through<br>
>> (hangup_after_bridge,continue_on_fail) with some sort of failure/status code set - I could always check the status with<br>
>> a condition afterwards and route to voicemail that way.<br>
>><br>
>> -- Nathan<br>
>><br>
>> On 03/13/2013 12:13 PM, Anthony Minessale wrote:<br>
>>> I asked the author of the module and here is his response:<br>
>>><br>
>>> -------------------------------------------------------------------------------------------------------------------------------------<br>
>>> mod_skinny hasn't seen updates since long time because my dev machines<br>
>>> are in a bad shape since that time (and for other reasons : I'm<br>
>>> building a new house). The main reason is lack of time.<br>
>>><br>
>>> Mod_skinny is stable and works for me. There are currently 8 issues in<br>
>>> Jira. Only one (FS-4321) may be critical (but there is a patch<br>
>>> attached).<br>
>>><br>
>>> Appart from that, contributions are welcome. I think the code is clean<br>
>>> enough to allow easy hacking. There is a TODO:<br>
>>> <a href="http://wiki.freeswitch.org/wiki/Mod_skinny/Development#TODO" target="_blank">http://wiki.freeswitch.org/wiki/Mod_skinny/Development#TODO</a><br>
>>><br>
>>> Summary: I won't contribute features soon, but others may do (and I<br>
>>> can help them understand the code).<br>
>>><br>
>>> Regards<br>
>>><br>
>>> 2013/3/13 Mathieu Parent <<a href="mailto:math.parent@gmail.com">math.parent@gmail.com</a> <mailto:<a href="mailto:math.parent@gmail.com">math.parent@gmail.com</a>>>:<br>
>>><br>
>>><br>
>>> On Wed, Mar 13, 2013 at 7:59 AM, Nathan Neulinger <<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>>> wrote:<br>
>>><br>
>>> My impression from this is that the skinny support is operating very differently - it almost appears as if the<br>
>>> user/directory entry isn't getting used at all, it's only being referenced as a source for some of the skinny<br>
>>> 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>
>>><br>
>>> On 03/12/2013 03:55 PM, Michael Collins wrote:<br>
>>>> I'm not up on mod_skinny, but this sounds like possibly the user isn't authorized and therefore the variables in the<br>
>>>> user's directory entry aren't getting added. The best way to tell is to look at the console log of a user making<br>
>>> a phone<br>
>>>> call. Is is being handled in context "default" or context "public"? (This is assuming you're starting with the<br>
>>> vanilla<br>
>>>> configs and working from there.)<br>
>>>><br>
>>>> If you'd like to share then use our pb: <a href="http://pastebin.freeswitch.org" target="_blank">pastebin.freeswitch.org</a> <<a href="http://pastebin.freeswitch.org" target="_blank">http://pastebin.freeswitch.org</a>><br>
>>> <<a href="http://pastebin.freeswitch.org" target="_blank">http://pastebin.freeswitch.org</a>> and select "FreeSWITCH<br>
>>>> Log" as the syntax highlighting. The folks here can assist you with learning the ropes on debugging.<br>
>>>><br>
>>>> Thanks,<br>
>>>> MC<br>
>>>><br>
>>>> On Tue, Mar 12, 2013 at 8:32 AM, Nathan Neulinger <<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a><br>
>>> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>>>> wrote:<br>
>>>><br>
>>>> It's actually working fine, though one issue. Shared line appearances, busy lamp, transfers, etc. all operating<br>
>>>> correctly.<br>
>>>><br>
>>>> The one piece I was trying to get to work and isn't was adding a variable (toll_allow) to the user directory<br>
>>> entry for<br>
>>>> the skinny phone - but it doesn't seem to take effect. When I started looking around and saw that nothing had<br>
>>> been<br>
>>>> touched in mod_skinny, was a little concerned that it may no longer have an active maintainer.<br>
>>>><br>
>>>> -- Nathan<br>
>>>><br>
>>>> On 03/12/2013 09:54 AM, Erik Dekkers wrote:<br>
>>>>> Hi Nathan,<br>
>>>>><br>
>>>>> As far as I know mod_skinny just works. Although there no recent development I suggest to give it a change.<br>
>>>>> Just take a few SCCP phones, connect them to a freeswitch box and see for yourself if it suit your needs.<br>
>>>>><br>
>>>>> Oh, please read the wiki on mod_skinny. There's enough information to get it working. Otherwise you can<br>
>>> contact<br>
>>>> me on IRC (wvds-nl) and I will be glad to help you.<br>
>>>>><br>
>>>>> Regards,<br>
>>>>><br>
>>>>> Erik<br>
>>>>><br>
>>>>> Please excuse for the disclaimer below, it is send automaticly by company mailserver..<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> Certhon<br>
>>>>><br>
>>>>> ABC Westland 555 Tel: <a href="tel:%2B31%20174%2022%2050%2080" value="+31174225080">+31 174 22 50 80</a> <tel:%2B31%20174%2022%2050%2080><br>
>>> <tel:%2B31%20174%2022%2050%2080><br>
>>>>> P.O. Box 90 Fax: +31 174 22 50 81 <tel:%2B31%20174%2022%2050%2081><br>
>>> <tel:%2B31%20174%2022%2050%2081><br>
>>>>> 2685 ZH Poeldijk <a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a> <mailto:<a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a>><br>
>>> <mailto:<a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a> <mailto:<a href="mailto:erik.dekkers@certhon.com">erik.dekkers@certhon.com</a>>><br>
>>>>> The Netherlands <a href="http://www.certhon.com" target="_blank">www.certhon.com</a> <<a href="http://www.certhon.com" target="_blank">http://www.certhon.com</a>> <<a href="http://www.certhon.com" target="_blank">http://www.certhon.com</a>><br>
>>>>><br>
>>>>> DISCLAIMER<br>
>>>>> All our quotations, all orders and all contracts are subject to the AVAG-CONDITIONS.<br>
>>>>> Op alle offertes, opdrachten en overeenkomsten zijn de AVAG-verkoopvoorwaarden van toepassing.<br>
>>>>><br>
>>>>> -----Oorspronkelijk bericht-----<br>
>>>>> Van: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> <mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>><br>
>>> <mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> <mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>>><br>
>>>> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> <mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>><br>
>>> <mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> <mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>>>] Namens<br>
>>>> Nathan Neulinger<br>
>>>>> Verzonden: dinsdag 12 maart 2013 14:40<br>
>>>>> Aan: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
>>> <mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>>><br>
>>>>> Onderwerp: [Freeswitch-users] Status of mod_skinny? is it being maintained?<br>
>>>>><br>
>>>>> Started looking around at the git log for mod_skinny after putting in a jira issue on it, and noticed that it<br>
>>>> hasn't been directly touched since around Dec 2011.<br>
>>>>><br>
>>>>> Is it being worked on at all or is the lack of changes just due to "nothing really broke, but no new<br>
>>> development<br>
>>>> taking place"?<br>
>>>>><br>
>>>>> I'm looking at a possible large (1600+) phone deployment (replacement of old CCM deployment) using almost all<br>
>>>> SCCP based Cisco phones and just want to know what the status is since it looks like SCCP development on<br>
>>> Asterisk is<br>
>>>> actively ongoing. I started with Freeswitch based on others recommendations, but if the core support for<br>
>>> cisco isn't<br>
>>>> actively maintained, it would probably be a mistake for us to go that direction.<br>
>>>>><br>
>>>>> -- Nathan<br>
>>>>><br>
>>>>> ------------------------------------------------------------<br>
>>>>> Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>>><br>
>>>>> Missouri S&T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a> <tel:%28573%29%20612-1412> <tel:%28573%29%20612-1412><br>
>>>>> System Administrator - Architect<br>
>>>>><br>
>>>>> _________________________________________________________________________<br>
>>>>> Professional FreeSWITCH Consulting Services:<br>
>>>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>>> <mailto:<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 <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> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
>>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> <mailto:<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>
>>>>><br>
>>>>> _________________________________________________________________________<br>
>>>>> Professional FreeSWITCH Consulting Services:<br>
>>>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>>> <mailto:<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> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
>>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> <mailto:<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>
>>>>><br>
>>>><br>
>>>> --<br>
>>>> ------------------------------------------------------------<br>
>>>> Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>>><br>
>>>> Missouri S&T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a> <tel:%28573%29%20612-1412> <tel:%28573%29%20612-1412><br>
>>>> System Administrator - Architect<br>
>>>><br>
>>>> _________________________________________________________________________<br>
>>>> Professional FreeSWITCH Consulting Services:<br>
>>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>>> <mailto:<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> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
>>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> <mailto:<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>
>>>><br>
>>>><br>
>>>><br>
>>>><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>
>>><br>
>>> --<br>
>>> ------------------------------------------------------------<br>
>>> Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a> <mailto:<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>><br>
>>> Missouri S&T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a> <tel:%28573%29%20612-1412><br>
>>> System Administrator - Architect<br>
>>><br>
>>> _________________________________________________________________________<br>
>>> Professional FreeSWITCH Consulting Services:<br>
>>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<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> <mailto:<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>
>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Anthony Minessale II<br>
>>><br>
>>> FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
>>> ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">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> <mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>><br>
>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a> <mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>><br>
>>> IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> <<a href="http://irc.freenode.net" target="_blank">http://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> <mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>><br>
>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a> <mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>><br>
>>> pstn:<a href="tel:%2B19193869900" value="+19193869900">+19193869900</a><br>
>><br>
>> --<br>
>> ------------------------------------------------------------<br>
>> Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a><br>
>> Missouri S&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>
><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>
<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>