558 Commits

Author SHA1 Message Date
Michael Jerris
9b1ebff8de CID:1024270 Dereference before null check 2014-05-16 18:54:50 +00:00
Michael Jerris
54fc2f5e39 CID:1023975 Unused pointer value 2014-05-16 18:49:23 +00:00
Michael Jerris
622cd21009 CID:1214231 don't leak when using invalid syntax 2014-05-15 12:27:39 +00:00
Travis Cross
a78596221a Add uuid_ring_ready API command
We already had uuid_answer and uuid_pre_answer, so we might as well
add uuid_ring_ready.
2014-04-01 20:58:49 +00:00
Michael Jerris
bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Anthony Minessale
10d2dd3e73 use portable switch_inet_ntop 2014-02-12 03:31:21 +05:00
Anthony Minessale
b65d2a9a78 FS-5396 --resolve add gethost function to call gethostbyname as desired 2014-02-05 01:08:31 +05:00
Peter Olsson
609209d031 Tweaks to silence some compiler warnings on Windows 2014-02-01 12:04:26 +01:00
Anthony Minessale
32b2a45efc add more rtp statistics with several new vars for cdr processing in_jitter_min_variance in_jitter_max_variance in_jitter_loss_rate in_jitter_burst_rate in_mean_interval in_flaw_total in_quality_percentage in_mos 2014-01-30 05:08:34 +05:00
Peter Olsson
93696934b2 Silence more compiler warnings 2014-01-23 12:25:15 +01:00
Peter Olsson
5a820fdc78 Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future. 2014-01-22 22:47:11 +01:00
Peter Olsson
084e245085 Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks. 2014-01-22 22:30:23 +01:00
Brian West
0b479c57e5 FS-6068 missed on 2014-01-20 11:29:59 -06:00
Anthony Minessale
8dfbd91a3d fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05:00
Anthony Minessale
695ac57e49 FS-6032 --resolve 2014-01-07 00:47:56 +05:00
Seven Du
a14ad62e32 return +OK on success 2014-01-04 16:53:46 +08:00
Brian West
2f3f0bca5d fix list_users to have all users on all profiles 2013-12-27 16:39:18 -06:00
Seven Du
0292a04c7c debug all media type 2013-12-15 11:44:50 +08:00
Anthony Minessale
1e59690cc1 FS-6001 --resolve 2013-11-25 12:34:04 -06:00
Seven Du
46f5055914 avoid loop and adding a missing complete 2013-11-18 15:11:21 +08:00
Seven Du
7256caf278 add a debug_pool param to fsctl 2013-11-16 14:17:59 +08:00
Anthony Minessale
92f6986b40 FS-5945 --resolve 2013-11-08 22:36:48 +05:00
Anthony Minessale
328997fb77 examples of new json api interface 2013-10-24 23:56:02 +05:00
Brian West
230e005a08 Fix my snafu and allow <stun_server>[:port] [<source_ip>[:<source_port]] 2013-10-14 17:36:37 -05:00
Anthony Minessale
b518b09f7c FS-5832 --resolve this should dedicate the interfaces per box assuming the hostnames on the box are distinct and the switchname param is set to be identical on the 2 boxes allowing the hostname as the sep key for the box-specific tables, the aliases table is still shared and sticky aliases should be used to keep them in tact. 2013-10-01 09:46:28 -05:00
Brian West
b9fa4e123f Add ability to specifiy the source port on the stun request 2013-09-23 14:02:54 -05:00
Anthony Minessale
7d6d688e53 FS-5731 --resolve 2013-08-26 20:25:14 +05:00
Anthony Minessale
8e45f23d02 FS-5709 --resolve 2013-08-17 02:16:28 +05:00
Anthony Minessale
116ebc0244 FS-5661 --resolve 2013-08-07 21:22:26 +05:00
Ken Rice
abcf4ac7e6 update status command to include new stats 2013-07-23 08:43:21 -05:00
Ken Rice
5660f90509 add peak SPS for last 5 minutes 2013-07-19 22:40:59 -05:00
Anthony Minessale
c510f3f52e add peak sps to stats and a command to reset it 2013-07-19 15:16:42 -05:00
Raymond Chandler
de9bd1c367 FS-3911 --resolve patch applied 2013-07-10 10:53:41 -04:00
Jeff Lenk
2908e3acd5 fix stupid c89 for windows 2013-07-04 12:28:35 -05:00
Ken Rice
4f71d38e17 --resolve FS-5569 2013-07-03 14:59:53 -05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Anthony Minessale
76177e6196 FS-5531 --resolve add another optional param to supply flags for either behaviour n for null and b for boolean 2013-06-20 22:53:43 -05:00
Nathan Neulinger
ac0ed44b96 FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping
adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
2013-05-31 16:25:08 -05:00
Travis Cross
3dd2376475 Leave room for switch_escape_string to add a terminating null
Thanks-to: Nathan Neulinger <nneul@mst.edu>

FS-5448 --resolve
2013-05-25 23:28:55 +00:00
Seven Du
5b9318c109 FS-4990 change uuid_debug_audio to uuid_debug_media and add video params 2013-04-27 06:47:06 +08:00
Seven Du
03892b5556 fix show module as json 2013-04-22 23:10:17 +08:00
Anthony Minessale
61b313b006 FS-5269 --resolve 2013-04-11 15:03:50 -05:00
Anthony Minessale
84cd461bb2 FS-5285 --resolve 2013-04-08 15:54:44 -05:00
Anthony Minessale
931c633eb2 FS-5262 --resolve 2013-04-04 09:20:02 -05:00
Anthony Minessale
3b50675d25 FS-5231 --resolve 2013-03-27 12:41:17 -05:00
Anthony Minessale
d1292919fb FS-5209 --resolve 2013-03-21 13:52:33 -05:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Anthony Minessale
190da435d1 FS-4958 --resolve thanks but again you could have submitted a patch so I did not have to hunt the 3 million lines of code for the line in question 2012-12-22 22:38:03 -06:00
Anthony Minessale
b7a6d3f551 FS-4959 --resolve 2012-12-22 22:35:52 -06:00