- 01 2月, 2014 6 次提交
-
-
由 Peter Olsson 提交于
-
由 Peter Olsson 提交于
mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon.
-
由 Travis Cross 提交于
This commit changes behavior such that if --disable-core-odbc-support is provided we'll build without ODBC even if the libraries are there. Previously we would always quietly build with ODBC support if it was on the system. Contrary to what was said in commit 72a80498, my 2012 commit ffc8e81b did not affect the behavior of --disable-core-odbc-support. We never recognized the flag as being different from not providing the option at all. What the commit did do was to cause us to fail loudly if --enable-core-odbc-support was provided but the system libraries were not there. This behavior is preserved. (That commit also caused us to potentially run certain checks twice, which this commit resolves.) You can also now provide --enable-core-odbc-support=optional which has the same effect as the default behavior. FS-6173 --resolve Thanks-to: James Le Cuirot <chewi@aura-online.co.uk>
-
由 Travis Cross 提交于
-
由 Giovanni Maruzzelli 提交于
-
由 Peter Olsson 提交于
-
- 31 1月, 2014 21 次提交
-
-
-
由 Chris Rienzo 提交于
-
由 Travis Cross 提交于
This reverts commit dfd591e9, reversing changes made to 998b6567.
-
由 Travis Cross 提交于
This reverts commit ef35dc63.
-
由 Travis Cross 提交于
...and rewrite entire block for better clarity of purpose. We might want to look more closely at the AX_LIB_ODBC macro as well. This amends commit dfd591e9.
-
由 Moises Silva 提交于
system calls do not clear errno, just set it in case of failure, so we gotta make sure the recv() syscall really failed by checking the return value
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 James Le Cuirot 提交于
In commit ffc8e81b, tc ensured that configure would abort if libodbc was not found. However this resulted in the library check being done twice, as well as rendering --disable-core-odbc-support ineffective. If libodbc was found, it would enable core ODBC support regardless. This fix ensures the check is only done once or not at all if core ODBC support is explicitly disabled. Signed-off-by:
Travis Cross <tc@traviscross.com>
-
由 Chris Rienzo 提交于
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Chris Rienzo 提交于
-
由 James Le Cuirot 提交于
Call-bound XMPP messages are translated to SIP messages via SWITCH_EVENT_SEND_MESSAGE in a similar manner to that described in draft-ietf-stox-im-06. Messages with a type of "normal" are directed to the caller. Other types receive a feature-not-implemented response but it is envisaged that the "groupchat" type could be used to direct the message to all joined parties.
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
FS-6174 --resolve after updating to this revision, put ca-bundle.crt in /usr/local/freeswitch/certs to get chain cert in place for both dtls and wss
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
FS-6163 --resolve Thanks-to: Davide Colombo <davec82@gmail.com>
-
- 30 1月, 2014 13 次提交
-
-
由 Michael Jerris 提交于
-
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
Thanks-to: Humberto Diógenes <hdiogenes@gmail.com>
-
由 Michael Jerris 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
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
-