9916 Commits

Author SHA1 Message Date
cseket
76a72be31f add ability to set more error dirs. maybe it's paranoid, but we can use distributed file system, that we don't trust enough 2010-08-11 15:13:22 +02:00
Brian West
fa28b633db comment out VendorInfo for the sake of interop for now 2010-08-10 09:20:08 -05:00
Andrew Thompson
6397f898fd Switch from a busy-wait loop to crazy conditional timedwait stuff for speed 2010-08-06 01:32:28 -04:00
Anthony Minessale
ea1e267723 add relevant parts back 2010-08-05 19:00:06 -05:00
Anthony Minessale
33c6f7a22e revert FSCORE-639 2010-08-05 17:56:18 -05:00
Andrew Thompson
b60d6b3376 Remove deprecated new_pid API (its been there long enough) 2010-08-05 16:07:14 -04:00
Andrew Thompson
f281ac390a Bump the 'spawn process' timeout, fix some logging 2010-08-05 13:38:42 -04:00
root
ab33034266 fix crash on log print. 2010-08-05 00:37:17 +04:00
Andrew Thompson
aa16f939b7 Add some wrapper functions for the new session event filter stuff 2010-08-04 11:28:53 -04:00
Anthony Minessale
a11f4e4fb3 add auto-create-schemas param to switch.conf.xml 2010-08-04 09:57:07 -05:00
Andrew Thompson
0ec9ffe649 Tony said I should use a rwlock for this, so now I do 2010-08-04 10:45:25 -04:00
root
7b5803f71f move PTrace level set to FSH323EndPoint::Initialise.
partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directiv
e.
2010-08-04 18:18:22 +04:00
Andrew Thompson
810ce12791 Merge branch 'master' of git.freeswitch.org:freeswitch 2010-08-03 18:06:02 -04:00
Andrew Thompson
698fa0455b Add 3 new commands; session_event, session_noevents, session_nixevent 2010-08-03 18:05:19 -04:00
Andrew Thompson
64a28ee974 Switching to using a hash instead of a linked list for outbound sessions 2010-08-03 18:02:18 -04:00
Anthony Minessale
7d058402df remove 'online' element from rpid 2010-08-03 13:55:08 -05:00
root
63b6144285 Merge branch 'master' of ssh://git@git.freeswitch.org/freeswitch 2010-08-03 18:11:39 +04:00
root
aa8692576c revert changes from PProcess to PLibraryProcess due console locking issue. 2010-08-03 18:09:56 +04:00
root
c1e5613e62 fix t38 flag for new spandsp. 2010-08-03 15:35:57 +04:00
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
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