Stefan Knoblich
3edb841959
Fix mod_spidermonkey build on FreeBSD, (Undefined symbol
...
PR_LocalTimeParameters).
Move nspr libs to AM_LIBADD to make sure they are _after_ libjs.so.1,
so missing PR_* symbols in libjs can be resolved.
Having all those nspr libs in AM_LDFLAGS will make them to end up before
libjs on the final linker commandline.
The wrong order caused the build-time linker to discard nspr,
since nothing had unresolved symbols belonging to it at that point.
(mod_spidermonkey does not use any PR_* functions/objects.)
Compile + load tested on FreeBSD-8.1.
2010-08-03 13:18:00 +02:00
root
c1e5613e62
fix t38 flag for new spandsp.
2010-08-03 15:35:57 +04:00
Anthony Minessale
a7c80aeeaf
fix bind-meta-up change from last week
2010-08-02 16:06:46 -05:00
Anthony Minessale
9fbe3ea2e1
FSCORE-639
2010-08-02 13:48:35 -05:00
Jeff Lenk
9327c99488
FSCORE-646 core lib won't build for win32
2010-07-31 22:19:39 -05:00
Anthony Minessale
fd2547660b
FSCORE-630
2010-07-30 13:44:11 -05:00
Anthony Minessale
8f1767d3ae
MODAPP-424
2010-07-30 13:15:55 -05:00
Anthony Minessale
88983da46e
FSCORE-639
2010-07-30 02:20:54 -05:00
Anthony Minessale
3b9278710d
don't enable sonus rtp bug by default anymore, they do it right now
2010-07-29 23:42:28 -05:00
Anthony Minessale
786ca1f978
presence changes
2010-07-29 23:39:39 -05:00
Anthony Minessale
3604bd05ba
answer in conf
2010-07-29 23:39:29 -05:00
Anthony Minessale
d6d7773ca4
FSCORE-639 with some additional changes
2010-07-29 17:41:33 -05:00
Anthony Minessale
5c6a1f44ad
add msleep cli
2010-07-29 17:41:33 -05:00
Jeff Lenk
3515c7a020
FSCORE-643 Windows: Add start parameter -monotonic-clock, replaces build flag WIN32_MONOTONIC
2010-07-28 20:44:45 -05:00
Mathieu Parent
b80eb9fb13
Skinny: realign after x86_64 commit
2010-07-28 23:57:27 +02:00
Christopher Rienzo
cc73aec6cf
Updated mod_unimrcp to allow speech/asr channels to be named for logging
2010-07-28 21:07:24 +00:00
Mathieu Parent
59e197584c
Skinny: more on device types
...
- print device type name when doing skinny status profile internal device ...
- add 7962 and 7965
- use base10 number
2010-07-28 22:17:54 +02:00
Mathieu Parent
b062eef12e
Skinny: pack data in mem to fix 64bit
...
On 64bit, fields are aligned which cause Skinny to fail
2010-07-28 21:43:55 +02:00
Anthony Minessale
7d32847894
only do this when we are a SCA call
2010-07-28 14:18:49 -05:00
Mathieu Parent
7eec05736a
Skinny: more API
...
- allow to set most settings at runtime (all but ip, port and odbc-dsn)
- little rewrite of the config load
- don't print Keepalive and KeepaliveAck messages unless profile debug is >=10
- print usage when incorrect parameters
2010-07-28 19:42:59 +02:00
Jeff Lenk
889cadb8aa
Fix mod_managed dynamic compile for V4 Framework
2010-07-27 23:21:59 -05:00
Brian West
638c28d074
update pidf relates presence code
2010-07-27 22:08:58 -05:00
Brian West
d146b15a9c
wip1
2010-07-27 22:08:58 -05:00
Mathieu Parent
0a04ecb8dd
Skinny: ring tone on dialing side
2010-07-28 00:31:52 +02:00
Mathieu Parent
53f75e9c94
Skinny: blind transfer MODSKINNY-10
2010-07-27 23:50:56 +02:00
Mathieu Parent
2d1c5c8dfa
Skinny: don't hangup remote calls
2010-07-27 23:48:21 +02:00
Mathieu Parent
165140e076
Skinny: ib_calls stats
2010-07-27 23:48:21 +02:00
Anthony Minessale
9b4aca3b78
fix regression
2010-07-27 11:11:16 -05:00
Anthony Minessale
21d20ac3f8
revert patch, breaks fs_cli
2010-07-27 10:46:04 -05:00
Jeff Lenk
c8f9fb565c
FSCORE-641 Windows: Don't report "unknown command" on console when empty command has been given
2010-07-27 09:23:56 -05:00
Jeff Lenk
4c64ce4162
VS2010 tweak x64 release
2010-07-27 09:16:26 -05:00
Anthony Minessale
54b768eede
fifo tweaks
2010-07-26 18:53:52 -05:00
Michael Jerris
6bb5703e16
don't delete on fifo reparse
2010-07-26 16:12:55 -04:00
Jeff Lenk
812f4309ee
VS 2010 - Change to V4 framework, add SWIG v2.0 files to fix release build exceptions(temp fix till we upgrade all SWIG files)
2010-07-26 11:34:04 -05:00
Anthony Minessale
8915c6a94e
reduce memory usage
2010-07-24 01:03:21 -05:00
Anthony Minessale
7d554c1164
fix seg in js hangup
2010-07-24 00:20:37 -05:00
Jeff Lenk
e660e01d20
add missing vs2010
2010-07-23 19:49:30 -05:00
Anthony Minessale
9a667aeb1f
fix leak
2010-07-23 16:15:10 -05:00
Anthony Minessale
8670318855
remove dup line
2010-07-23 14:13:45 -05:00
Anthony Minessale
710376fbe8
try to avoid skipping hangup hook
2010-07-23 14:11:47 -05:00
Anthony Minessale
c98b863181
supress error message
2010-07-23 09:40:57 -05:00
Jeff Lenk
015bcaf671
MODENDP-301 Add mod_h323 to windows
2010-07-23 09:12:48 -05:00
root
235f812436
add missing param fax-old-asn in h323.conf.xml
2010-07-23 12:46:40 +04:00
root
30e3ed776b
apply changes from mod_h323-patch.diff by Peter Olsson.
2010-07-23 12:25:48 +04:00
Anthony Minessale
44450cb013
fix some small mem leaks
2010-07-23 00:37:08 -05:00
Mathieu Parent
25fe16dfed
ivr_play: preanswer before getting variables to avoid crash
2010-07-22 23:53:11 +02:00
Mathieu Parent
b40804a5e3
Skinny: corrected early media
...
This is part of MODSKINNY-8
2010-07-22 23:30:15 +02:00
Anthony Minessale
09c1815c42
change channel app_flags to be realm specific and default old version to use __FILE__ as the realm name to avoid cross fire between apps using app flags
2010-07-22 14:37:34 -05:00
Mathieu Parent
db1289dfaf
Skinny: avoid crash with autocompletion when skinny is unloaded
2010-07-22 21:04:18 +02:00
Brian West
d2a29d2c4c
swigall
2010-07-22 12:58:42 -05:00