Travis Cross 0c1a95f745 fix gcc 4.7.0 warning related to enum type
This amends commit 7bd9efc7f52a725b7ef9efb64b65873b4bc4330b.

We changed away from using unsigned here because it caused a warning
on Windows.  Using the more specific type, however, is causing a
warning on gcc-4.7 (it notices that the switch statement contains
values not present in the specified enum type).  So we're switching
back to unsigned here while keeping the type casts and hoping that
keeps Windows happy.
2012-05-24 00:48:59 +00:00
2012-05-21 09:58:02 -05:00
2009-02-11 02:53:31 +00:00
2009-02-13 23:33:36 +00:00
2008-05-14 20:39:43 +00:00
2012-05-23 13:12:32 -05:00
2009-12-17 18:33:45 +00:00
2010-04-01 21:00:45 -04:00
2012-05-22 00:24:48 -04:00
2009-10-02 14:44:16 +00:00
2012-05-08 11:04:01 -05:00
2012-05-15 10:20:52 -05:00
2010-01-23 20:19:18 +00:00
2011-07-12 14:35:53 -05:00
2009-11-18 19:42:00 +00:00
2006-12-17 01:01:09 +00:00
add
2011-10-21 10:15:15 -05:00
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses 267 MiB
Languages
C 64.4%
C++ 21.8%
JavaScript 4.7%
Assembly 2%
Makefile 1%
Other 5.4%