Anthony Minessale
|
31273b428d
|
pass failure across in T.38 passthru mode
|
2011-03-30 11:35:19 -05:00 |
|
Anthony Minessale
|
8312d74121
|
FS-2819 --comment-only please try this patch
|
2011-03-30 11:26:19 -05:00 |
|
Jeff Lenk
|
e53487af57
|
FS-3204
|
2011-03-30 11:21:52 -05:00 |
|
Anthony Minessale
|
3a2e1d0337
|
FS-3176 --comment-only try this patch, native is a special case so use the extension native e.g. en.native
|
2011-03-30 10:55:40 -05:00 |
|
Anthony Minessale
|
7dcbe7bda6
|
FS-3189 ok, patch added, but have you discovered why you trigger this because its not typical and is the sign of a problem I would assume?
|
2011-03-29 21:05:04 -05:00 |
|
Anthony Minessale
|
8806ba8c2f
|
missed a spot
|
2011-03-29 20:39:21 -05:00 |
|
Anthony Minessale
|
eefdb764cf
|
merge file_string into dptools
|
2011-03-29 20:35:34 -05:00 |
|
Anthony Minessale
|
d5ef86d778
|
introduce new say_string method of doing say and use it in mod_say_en as an example. try: eval ${say_string en.gsm en current_date_time pronounced ${strepoch()}} from the cli with this patch. We can do more to centralize the say things and go back and apply it to other langs, using this method you can set the desired file ext as well which I think is a bounty....
|
2011-03-29 19:55:35 -05:00 |
|
Anthony Minessale
|
1552ecf54a
|
prevent race condition on conference join/exit
|
2011-03-29 19:55:35 -05:00 |
|
Brian West
|
dae2cb4aac
|
Fix X-PREPROCESS exec to wait pid
|
2011-03-29 18:05:05 -05:00 |
|
Anthony Minessale
|
45edec4ce3
|
FS-3193 note I changed the variable name to auto_cause
|
2011-03-29 12:52:12 -05:00 |
|
Jeff Lenk
|
cfe087ec57
|
FS-3202
|
2011-03-29 13:09:15 -05:00 |
|
Jeff Lenk
|
06bccf2801
|
FS-3202
|
2011-03-29 12:08:07 -05:00 |
|
Stefan Knoblich
|
6e37a8b25c
|
mod_celt: Add dependency to fix parallel builds
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
|
2011-03-29 13:11:59 +02:00 |
|
Stefan Knoblich
|
74bbd4be84
|
mod_opus: Use libtool archives for linking, add dependencies to fix parallel builds
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
|
2011-03-29 13:09:45 +02:00 |
|
Anthony Minessale
|
7e52acf8ea
|
reduce flags to buy time. Solaris thinks enum should be int32 not uint32 and cries about overflow in enum shifted by 31
|
2011-03-28 22:18:47 -05:00 |
|
Anthony Minessale
|
305920eb3f
|
Merge remote branch 'remotes/github-joshperry/modzmq'
|
2011-03-28 19:04:01 -05:00 |
|
Anthony Minessale
|
9d8e54b500
|
FS-2751 --comment-only Please try latest patch with profile param NDLB-force-rport set to server-only or disabled. The parameter you were hacking on only applies to inbound calls not outbound calls. Its confusing but in in sip lingo client and server are outbound and inbound call direction respectively.
|
2011-03-28 18:31:46 -05:00 |
|
Rupa Schomaker
|
98a950165a
|
FS-1792 - add API uuid_limit - thanks to Franois Delawarde
|
2011-03-28 18:24:01 -05:00 |
|
Rupa Schomaker
|
084819a331
|
Fix FS-3199
|
2011-03-28 18:17:59 -05:00 |
|
Anthony Minessale
|
246b21952d
|
FS-3095 --comment-only This patch removes the existing conference transfer function and replaces it using the core transfer it also introduces a new tracking method where the same conference id is reserved for a particular member for the lifetime of the call allowing a user to transfer in and out of conferences and ivr and bridges etc and retain the same member id for the duration of that call
|
2011-03-28 14:44:28 -05:00 |
|
Stefan Knoblich
|
87884c5c67
|
mod_enum: fix race condition between ldns configure creating ldns/util.h and mod_enum
Unbreaking make -jX parallel builds...
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
|
2011-03-28 21:21:13 +02:00 |
|
Anthony Minessale
|
6388e03d07
|
allow 100 microsecond tolerance on timer loop
|
2011-03-28 13:50:52 -05:00 |
|
Marc Olivier Chouinard
|
d04b9a85a5
|
mod_callcenter: Fix error from previous commit
|
2011-03-28 15:10:59 -04:00 |
|
Marc Olivier Chouinard
|
6cf8c8f6b0
|
mod_callcenter: Fix potential segfault on loopback agent. Thanks to François Delawarde
|
2011-03-28 12:33:07 -04:00 |
|
Jeff Lenk
|
c735e28a55
|
FS-3190
|
2011-03-28 10:27:06 -05:00 |
|
Anthony Minessale
|
484a397d88
|
FS-3194 see comitted patch. I made the function assert rather than tolerate NULL and fixed the imporper usage.
|
2011-03-28 09:49:52 -05:00 |
|
Brian West
|
4827374574
|
FS-3192 FS-3191
|
2011-03-27 22:35:26 -05:00 |
|
Marc Olivier Chouinard
|
92671067f0
|
media_bug: Fix for rare race condition. More work required to make media bug safe.
|
2011-03-27 00:34:07 -04:00 |
|
Josh Perry
|
e83af31960
|
Updated message creation
|
2011-03-26 12:34:22 -06:00 |
|
Marc Olivier Chouinard
|
608b9abd5a
|
mod_callcenter: Temporary fix for some race condition with loopback agent. Need to find the root cause of this problem
|
2011-03-26 10:20:06 -04:00 |
|
Josh Perry
|
2b1793ed56
|
Merge branch 'master' into modzmq
|
2011-03-25 18:41:47 -06:00 |
|
Josh Perry
|
4d55406717
|
Intitial mod_event_zmq code
|
2011-03-25 18:30:35 -06:00 |
|
Anthony Minessale
|
b8d93de097
|
memset str on cache_db_sql2str
|
2011-03-25 17:05:13 -05:00 |
|
Jeff Lenk
|
159efea47c
|
ldns for windows first working version
|
2011-03-25 17:18:16 -05:00 |
|
Anthony Minessale
|
7556ec57e9
|
FS-3187
|
2011-03-25 16:35:30 -05:00 |
|
Anthony Minessale
|
3e4957c0b3
|
revert 4f6d888152febb9b8c28854192d13fd6e7228b1d
|
2011-03-25 16:30:16 -05:00 |
|
Anthony Minessale
|
2bbc37e3d1
|
switch mod_enum to use new portable in-tree version
|
2011-03-25 15:54:13 -05:00 |
|
Jeff Lenk
|
bc0b702cf6
|
add ldns and mod_enum to vs2010 solution - not tested yet
|
2011-03-25 15:11:31 -05:00 |
|
Marc Olivier Chouinard
|
81bfe43589
|
mod_sofia: Correct a problem where restarting profile would cause some profile hash entry to remain.
|
2011-03-25 15:50:52 -04:00 |
|
Michael Jerris
|
294b077977
|
FS-3182: fix mod_dingaling/iksemel/gnutls link error when using newer autotools
|
2011-03-25 12:17:25 -05:00 |
|
Brian West
|
4f6d888152
|
Here try this
|
2011-03-24 21:29:55 -05:00 |
|
Anthony Minessale
|
45162c15b7
|
FS-3110 --comment-only OMFG select on FD > 1024 get this patch to ldns ppl
|
2011-03-24 20:45:48 -05:00 |
|
Anthony Minessale
|
60da5740eb
|
FS-3110 --comment-only phase 3.3 nevermind use getlibs
|
2011-03-24 17:22:42 -05:00 |
|
Anthony Minessale
|
a25ef8b9ae
|
FS-3110 --comment-only phase 3.1 nevermind use getlibs
|
2011-03-24 17:12:02 -05:00 |
|
Anthony Minessale
|
017bea0468
|
FS-3110 --comment-only phase 3 nevermind use getlibs
|
2011-03-24 17:08:41 -05:00 |
|
Anthony Minessale
|
1773b890eb
|
FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to rerun bootstrap
|
2011-03-24 16:27:08 -05:00 |
|
Jeff Lenk
|
047110cd56
|
vs2010 reswig
|
2011-03-24 13:15:54 -05:00 |
|
Brian West
|
f3c33c7511
|
swigall
|
2011-03-23 14:57:16 -05:00 |
|
Michal Bielicki - cypromis
|
13f4d80883
|
FS-3180, thank you Sergey Spatar
|
2011-03-23 18:31:31 +01:00 |
|