Mathieu Parent
|
5e07bd336c
|
Skinny: hangup and hold calls in PROCEED state
as those CONNECTED
|
2010-07-20 22:43:56 +02:00 |
Jeff Lenk
|
b079eee5fb
|
fix windows build
|
2010-07-20 15:33:48 -05:00 |
Mathieu Rene
|
644a144e19
|
Add esl_connect_timeout to specify custom connection timeouts
|
2010-07-20 15:33:46 -05:00 |
Mathieu Rene
|
27d8378f97
|
mod_hash: use esl_recv_timed with a 5000ms timeout when doing api commands
|
2010-07-20 16:24:50 -04:00 |
Mathieu Rene
|
49d6c803d1
|
use uint32_t instead of long for timeout as in the rest of the lib, 0 means forever. Also added esl_send_recv_timed()
|
2010-07-20 16:24:50 -04:00 |
Mathieu Rene
|
13137e228c
|
esl: use recv_timed in esl_connect_timemout in case we get stuck in a blocking recv
|
2010-07-20 16:24:50 -04:00 |
Anthony Minessale
|
8a7f38c650
|
FSCORE-636
|
2010-07-20 15:22:31 -05:00 |
Mathieu Rene
|
7431fbe9fd
|
mod_hash: use 5 seconds connection timeouts for remote connections
|
2010-07-20 14:45:53 -04:00 |
Mathieu Rene
|
12a0ec741b
|
Add esl_connect_timeout to specify custom connection timeouts
|
2010-07-20 14:45:53 -04:00 |
Steve Underwood
|
28eb6e0ad9
|
Fixed the wording of a FAX log message
|
2010-07-21 00:22:24 +08:00 |
Giovanni Maruzzelli
|
5c2fa74f50
|
let's use XFlush instead of XSync, helps broken XLib
Signed-off-by: root <root@server1.celliax.org>
|
2010-07-20 11:12:22 -05:00 |
Rupa Schomaker
|
cf9ddfa807
|
limit_hash_usage - no session in api
|
2010-07-19 22:56:09 -05:00 |
Anthony Minessale
|
c61a119572
|
add caller table to fifo
|
2010-07-19 19:03:42 -05:00 |
Anthony Minessale
|
b4773504db
|
fix profile shutdown
|
2010-07-19 17:48:14 -05:00 |
Jeff Lenk
|
394d545468
|
doh
|
2010-07-19 15:27:25 -05:00 |
Jeff Lenk
|
6a9a61c79f
|
fix windows build
|
2010-07-19 15:25:45 -05:00 |
Mathieu Rene
|
52885dfc1d
|
esl: make esl_connect thread-safe by using getaddrinfo instead of gethostbyname
|
2010-07-19 16:13:10 -04:00 |
Mathieu Rene
|
a31222acba
|
mod_hash: fix build
|
2010-07-19 16:13:10 -04:00 |
Jeff Lenk
|
74c40f5aa3
|
Fix windows build
|
2010-07-19 12:54:30 -05:00 |
Jeff Lenk
|
0845297642
|
Fix Windows build
|
2010-07-19 12:47:09 -05:00 |
Anthony Minessale
|
c45d21f266
|
s not d
|
2010-07-19 12:10:12 -05:00 |
Mathieu Rene
|
84b4b5da62
|
Fix esl doc, s/ESL_STATUS_SUCESS/ESL_SUCCESS/g
|
2010-07-19 13:09:21 -04:00 |
Mathieu Rene
|
9e047ef1dc
|
mod_hash: formatting and add an error message in the api
|
2010-07-19 13:09:21 -04:00 |
Anthony Minessale
|
c0c699ba7e
|
small tweak to last patch
|
2010-07-19 12:00:19 -05:00 |
Anthony Minessale
|
36bfe432cf
|
add -r to fs_cli to retry every second up to 2 min to connect
|
2010-07-19 11:56:01 -05:00 |
Rupa Schomaker
|
6420099cc9
|
mod_lcr: assign default profile even if testing is skipped
|
2010-07-19 11:18:34 -05:00 |
cypromis
|
cb42c09bf9
|
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch
|
2010-07-19 18:10:16 +02:00 |
cypromis
|
04e3b221f4
|
- new hash module config file added to freeswitch.spec
|
2010-07-19 18:09:56 +02:00 |
Anthony Minessale
|
c8e8f26552
|
fifo tweak
|
2010-07-19 11:04:52 -05:00 |
Anthony Minessale
|
26358d6796
|
FSCORE-635
|
2010-07-19 10:59:18 -05:00 |
Mathieu Rene
|
52c278c2e1
|
mod_hash: fix null check on API
|
2010-07-19 11:50:15 -04:00 |
Mathieu Rene
|
dc37716a29
|
mod_hash: oops, that meant to be commented out
|
2010-07-19 11:37:52 -04:00 |
Mathieu Rene
|
51bc65e299
|
mod_hash: add hash.conf.xml
|
2010-07-19 11:26:53 -04:00 |
Mathieu Rene
|
381d7ac683
|
Merge branch 'mod_hash_remote'
|
2010-07-19 11:24:47 -04:00 |
Mathieu Rene
|
6d8c0b197e
|
mod_hash: change tab spacing for api, remove unnecessary log at every connection attempt in case a box is down
|
2010-07-19 11:24:01 -04:00 |
Rupa Schomaker
|
f10eebf86f
|
FSCORE-632 - limit not decrementing properly
|
2010-07-19 10:16:15 -05:00 |
Mathieu Rene
|
67713fd6c2
|
mod_hash: fix syntax messages and add console autocomplete
|
2010-07-19 11:10:32 -04:00 |
Mathieu Rene
|
7036c9b8cd
|
mod_hash: add api function
|
2010-07-19 11:05:10 -04:00 |
Mathieu Rene
|
90f33b83dc
|
don't create the remote thread detached so we can join it
|
2010-07-19 10:22:40 -04:00 |
Jeff Lenk
|
71650ae1e8
|
FSBUILD-291 fix Windows build of mod_freetdm
|
2010-07-19 08:38:56 -05:00 |
cypromis
|
000a763693
|
adjusted sphinxbase source file in freeswitch.spec
|
2010-07-19 05:09:10 +02:00 |
Andrew Thompson
|
4441d64c37
|
Merge branch 'master' of git.freeswitch.org:freeswitch
|
2010-07-17 14:50:32 -04:00 |
Andrew Thompson
|
9d44ed0409
|
Make XML fetch reply ACKs distinguishable, update freeswitch.erl
|
2010-07-17 14:02:57 -04:00 |
Michael Jerris
|
44b760ceb1
|
revert 98cc631 (FSCORE-635) causes incorrect media timeouts on some bridged sip to sip calls
|
2010-07-17 03:54:20 -04:00 |
Mathieu Rene
|
f66ac8906b
|
mod_hash: remote sync in working state
|
2010-07-17 01:14:11 -04:00 |
Mathieu Rene
|
83891a11d4
|
update
|
2010-07-16 23:35:03 -04:00 |
Mathieu Rene
|
9f7e98e01f
|
add missing makefile
|
2010-07-16 23:06:27 -04:00 |
Mathieu Rene
|
a55747aae2
|
mod_hash: remove runtime function properly
|
2010-07-16 22:57:24 -04:00 |
Mathieu Rene
|
c5ad49da17
|
mod_hash: begin working on remote support
|
2010-07-16 22:50:58 -04:00 |
Anthony Minessale
|
f79e62f305
|
fifo up
|
2010-07-16 18:31:00 -05:00 |