Travis Cross e8ba8ed5a5 Avoid useless NAT log message
If FS is not behind NAT, then every call generates at least three
INFO-level log messages:

  [INFO] switch_nat.c:589 NAT port mapping disabled

This is useless noise.  The message is only interesting if you do have
NAT enabled but mapping disabled, which might indicate a configuration
issue.

With this change, we just skip the entire nat_add_mapping function if
the NAT system isn't initialized or we're not behind NAT.
2014-05-24 08:57:03 +00:00
2014-05-23 16:53:42 -04:00
2014-03-24 12:39:59 +00:00
2014-04-01 20:14:55 -07:00
2014-02-12 12:08:56 -06:00
2014-03-15 00:15:02 +08:00
2014-05-22 16:41:21 -04:00
2014-04-30 17:10:30 +00:00
2014-05-24 08:57:03 +00:00
2014-03-21 10:59:38 -05:00
2014-04-13 10:01:17 +02:00
2012-05-28 16:35:00 +00:00
2014-05-15 16:32:06 +00:00
2013-09-16 22:59:26 +05:00
2013-09-16 22:59:26 +05:00
2014-05-23 16:53:42 -04:00
2012-05-15 10:20:52 -05:00
2014-02-02 12:33:37 +01:00
2014-01-17 16:17:57 -06:00
2013-04-04 20:52:47 -05:00
2013-12-23 22:43:06 +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 268 MiB
Languages
C 64.4%
C++ 21.8%
JavaScript 4.7%
Assembly 2%
Makefile 1%
Other 5.4%