23573 Commits

Author SHA1 Message Date
Jeff Lenk
40cbc5c0e5 FS-4768 rest of garmts changes mostly cosmetic 2013-01-04 14:10:51 -06:00
Jeff Lenk
dd25e7ea36 FS-4768 part of garmts changes 2013-01-04 13:53:05 -06:00
Jeff Lenk
71e880a878 FS-4768 add missing solution changes 2013-01-04 13:12:59 -06:00
Jeff Lenk
cca667ade4 FS-4768 add wix 3.7 support this is a work in progress 2013-01-04 12:18:56 -06:00
Jeff Lenk
9bd9e7cfa6 FS-4768 cross 32bit fix 2013-01-04 07:26:08 -06:00
Jeff Lenk
e381422fc0 FS-4768 download changes for openssl 2013-01-04 07:22:40 -06:00
Seven Du
dc41105e16 FS-3568 add zh_CN phrase xml, out-dated but better than nothing 2013-01-04 08:36:57 +08: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
Jeff Lenk
99a8052096 FS-4768 windows fix long term initial build problem 2013-01-02 16:11:34 -06:00
Steve Underwood
f9d4e290cf Tiny mismatch with current code 2013-01-02 22:44:14 +08: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
Steve Underwood
c6c03827b8 T.31 now has basically functional T.38 mode - needs more testing, though
Various modules which lacked routines to get at the sub-structures now
have them.
The tests have been tweaked so they only access internals where essential.
2013-01-01 23:07:55 +08:00
Travis Cross
8859eb0b23 debian: Move some init options to default/freeswitch
Thanks-to: Henning Holtschneider <henning@loca.net>

FS-4979 --resolve
2012-12-30 19:08:55 +00:00
Jeff Lenk
5788195fd7 FS-4768 fix compile error on other platforms 2012-12-30 08:58:44 -06:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Michael S Collins
d706ff3ebd Simple perl script to colorize an existing FreeSWITCH log file; requires CPAN module Term::ANSIColor 2012-12-28 17:00:18 -08:00
Brian West
b1ba926640 fix logging in debug def 2012-12-26 10:57:43 -06:00
Steve Underwood
e22ce3e611 Improved detection of machines that need fixed point support 2012-12-25 03:14:59 +08: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
1ea1773b5d clean up my mess now 2012-12-20 20:21:43 -06:00
Brian West
68913681a4 git status -u, learn something new every day. 2012-12-20 20:17:20 -06:00
Brian West
59205c7678 sigh... git you failed 2012-12-20 20:15:24 -06:00
Brian West
17294cb608 grr more 2012-12-20 20:14:35 -06:00
Brian West
c7005ef138 woops 2012-12-20 20:13:58 -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
Moises Silva
56846c02c6 freetdm: ftmod_analog_em: If the destination number DTMF was already generated, do not generate it again
This bug was cause when answer-supervision is used because now we do not move from DIALING to UP
         as soon as the line is ringing, but instead we wait for the CAS bit change
2012-12-20 12:18:24 -05:00
Jeff Lenk
84be20d770 vs2008 project xmltok dependency missing 2012-12-20 08:56:39 -06:00
Jeff Lenk
ca78de0192 FS-4950 --resolve vs2008 project 2012-12-20 08:34:57 -06:00
Anthony Minessale
b086af58ea remove warnings on newer automake 2012-12-19 14:20:38 -06:00
Anthony Minessale
001a57b1f8 fix double dmachine binding of the same thing resulting in unmapping 2012-12-19 13:19:41 -06:00
Travis Cross
2df9d2e478 Remove the siren and ilbc code from the debian source package
The Siren code is non-free per DFSG, and the ILBC code is under
unclear licensing until we upgrade to the WebRTC version.
2012-12-19 17:55:47 +00:00
Travis Cross
0da6a6dd64 Add an AUTHORS file in debian/ so I can acknowledge contributors 2012-12-19 17:39:41 +00:00
Moises Silva
27a8ec93de freetdm: Added Analog E&M outbound call answer supervision
You must add answer-supervision=yes in your freetdm.conf.xml
         Also added dial-timeout parameter which was previously hard-coded
2012-12-18 22:55:14 -05: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
Moises Silva
6e9dc465cc freetdm: ftmod_analog_em: Fix incorrect read length 2012-12-18 14:24:00 -05:00
Moises Silva
6f5438eded freetdm: ftmod_zt:
Handle driver events while reading media

         ftmod_analog_em:
         Initialize read data len to avoid crashing when
         the freetdm read function does not read anything
2012-12-18 14:23:31 -05:00
Travis Cross
c79509a367 Use /var/lib/freeswitch as home directory on Debian
Previously we were using /var/run/freeswitch.

Julian pointed out that someone may actually want to keep information
around in the home directory.  For Gemeinschaft they need to keep the
.odbc.ini file here.

Thanks-to: Julian Pawlowski <julian.pawlowski@gmail.com>
2012-12-18 17:43:04 +00:00
Michael Jerris
c3e3f818e8 more pedantic standards? 2012-12-18 11:01:51 -05:00
Michael Jerris
216ca57338 missed uncommenting header 2012-12-17 22:53:52 -05:00
Michael Jerris
a4923bbe54 add PL_strtok_r 2012-12-17 22:50:49 -05:00
Anthony Minessale
86487ed459 remove listed missing files 2012-12-17 20:12:31 -06:00
Michael Jerris
9d44329b2c builds with warnings, still not linking 2012-12-17 21:28:13 -05:00