13886 Commits

Author SHA1 Message Date
Anthony Minessale
1b258b607b FS-5010 --resolve 2013-01-10 09:34:11 -06:00
Steve Underwood
b18490ae06 Layout tweaks 2013-01-10 22:12:19 +08:00
Steve Underwood
10152cd336 Tweaks to formatting and minor steps towards T.38 support in T.31 2013-01-10 08:37:58 +08:00
Stefan Knoblich
5bba01f5c3 mod_event_zmq: Use sed to patch configure.in to use AC_CONFIG_HEADERS
AM_CONFIG_HEADER is deprecated in automake 1.13.1 (and temporarily not available in 1.13),
the replacement is available in autoconf-2.59 (and maybe before).

NOTE: Remove sed hackery when upstream has released a fixed version

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-01-10 00:30:16 +01:00
Raymond Chandler
c7c4bda847 fix pnp 2013-01-09 18:18:07 -05:00
Stefan Knoblich
5ae5803e63 mod_soundtouch: Use sed to patch configure.ac to use AC_CONFIG_HEADERS
AM_CONFIG_HEADER is deprecated in automake 1.13.1 (and temporarily not available in 1.13),
the replacement is available in autoconf-2.59 (and maybe before).

NOTE: Remove sed hackery when upstream has released a fixed version (> 1.7.0)

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-01-10 00:17:02 +01:00
Anthony Minessale
8e892abdef fix 64 bit upper/lower 2013-01-08 14:48:16 -06:00
Anthony Minessale
11a7f42459 fix task delete issue in scheduled task in sep threads 2013-01-08 14:22:32 -06:00
Anthony Minessale
17b9f68f80 add better tolower to go with the toupper 2013-01-08 14:21:41 -06:00
Anthony Minessale
30e4c71bbe FS-4996 --resolve 2013-01-08 13:01:07 -06:00
Anthony Minessale
ca6d7a7aa0 FS-4905 This looks like it was only the case adjacent to dtmf; Try this patch. 2013-01-08 11:43:16 -06:00
Anthony Minessale
6f376023a2 send cng less often 2013-01-08 11:47:15 -06:00
Anthony Minessale
1e5beafe97 FS-5002 --resolve 2013-01-07 14:22:56 -06:00
Anthony Minessale
b78ffffed5 FS-3951 --resolve 2013-01-07 12:36:58 -06:00
Brian West
b8dfbbe129 FS-4994 --resolve 2013-01-07 13:41:08 -06:00
Anthony Minessale
eef506bcb0 FS-4985 --resolve 2013-01-07 11:43:26 -06:00
Anthony Minessale
298772184f FS-4978 --resolve this is fine besides one minor change to only consider this path when we are doing passthru 2013-01-07 11:14:51 -06:00
Anthony Minessale
a2e46d558f FS-4984 --resolve 2013-01-07 11:06:55 -06:00
Anthony Minessale
f2428b08f9 FS-4779 --resolve 2013-01-07 10:27:28 -06:00
Anthony Minessale
0177d7b23d FS-4998 --resolve 2013-01-07 10:13:58 -06:00
Raymond Chandler
aeae7ebc83 Merge branch 'master' of fs-git:freeswitch 2013-01-04 20:53:16 -05:00
Raymond Chandler
5462ea69ac don't disable conference if conference-set-profile is disallowed and set expand-vars permission to match code 2013-01-04 20:53:00 -05:00
Eliot Gable
6b9570cbf0 Add some additional info on transfer so callee_id_name and number are available in this scenario. 2013-01-03 23:09:19 +00:00
Eliot Gable
68626bbbbd Fix segfault on shut down of SQL queue manager in rare case where registration cleanup is firing at the same time the queue manager is shutting down. 2013-01-03 23:07:54 +00:00
Travis Cross
b2714cbc30 Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment
os.environ['CFLAGS'] raises a KeyError if no CFLAGS variable is set in
the environment.  So instead we use os.environ.get('CFLAGS','') which
will return the empty string in the event no CFLAGS variable is set.

The previous problematic pattern originated from the suggested code
here for importing the build environment in SCons:

  http://www.scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line.

FS-4746 --resolve
2013-01-03 17:38:28 +00:00
Steve Underwood
79d578adeb Use a new function in spandsp to access the AT interpreter state inside a T.31
state, rather than directly probing inside the T.31 structures.
2013-01-01 23:48:47 +08:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Brian West
b1ba926640 fix logging in debug def 2012-12-26 10:57:43 -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
Anthony Minessale
514f4802c1 FS-4960 --resolve 2012-12-22 22:29:33 -06:00
Brian West
22efebc301 FS-4956 --resolve 2012-12-20 20:49:36 -06:00
Brian West
d67b96af8a i've tested, now you can too 2012-12-20 20:08:42 -06:00
Anthony Minessale
d3fcfa8245 FS-4273 --resolve 2012-12-20 11:44:21 -06:00
Anthony Minessale
001a57b1f8 fix double dmachine binding of the same thing resulting in unmapping 2012-12-19 13:19:41 -06:00
Anthony Minessale
5e62fde357 FS-4789 --resolve 2012-12-18 19:16:10 -06:00
Anthony Minessale
7085de2546 FS-4588 --resolve 2012-12-18 18:18:31 -06:00
Anthony Minessale
ef077917fd FS-4867 2012-12-18 14:56:44 -06:00
Anthony Minessale
cc74845461 use interrupt_all now that it works again 2012-12-17 11:29:15 -06:00
Anthony Minessale
19d4493ab9 FS-4876 reverting this to default 2012-12-17 11:29:15 -06:00
Anthony Minessale
c1d6b62593 FS-4926 --resolve You found it, the registration table was not updating the call_id field. 2012-12-15 08:55:02 -06:00
Anthony Minessale
40346ff6a8 minor tweaks for udptl mode 2012-12-14 16:52:27 -06:00
Anthony Minessale
9b7b46dbca FS-4935 add nested condition support to XML dialplan 2012-12-14 00:29:20 -06:00
Jeff Lenk
17833733aa fix for last commit - windows compiler warning 2012-12-13 21:54:54 -06:00
Anthony Minessale
d301451782 fix issue where rtp stack was not paying attn to header extensions 2012-12-13 19:49:02 -06:00
Anthony Minessale
3730504693 FS-4933 --resolve 2012-12-13 10:02:36 -06:00
Jeff Lenk
17b6087d7a fix for covici on mailing list 2012-12-12 21:15:09 -06:00
Anthony Minessale
ddea76280f deteect 64 bit 2012-12-12 14:09:39 -06:00
Anthony Minessale
e89fe5a03b FS-4905 hmm, part of my patch did not get comitted... try this... 2012-12-12 09:33:48 -06:00
Jeff Lenk
fef77d9123 FS-4929 -revert fix differently 2012-12-12 10:37:49 -06:00