Commit Graph

24932 Commits

Author SHA1 Message Date
Seven Du
2eb010758e Hope can fix on IE, not tested 2013-07-31 03:26:46 +08:00
Seven Du
5454a95f5b allow debug event 2013-07-31 03:26:46 +08:00
Seven Du
8133e58acb update FreeSWITCH Portal About page 2013-07-31 03:26:45 +08:00
Anthony Minessale
28a58f5436 add -certs command line switch 2013-07-30 19:37:25 +05:00
Seven Du
92d945e893 add back the log line deleted by accident 2013-07-30 22:12:58 +08:00
Seven Du
b5e1725d52 remove debug 2013-07-30 18:02:42 +08:00
Seven Du
d8a02dc244 add timeout options to mod_curl 2013-07-30 16:36:00 +08:00
Anthony Minessale
511efc5cf0 FS-5652 --resolve 2013-07-29 16:55:16 -05:00
Anthony Minessale
143b1c44eb rebuild 2013-07-29 16:07:34 -05:00
Anthony Minessale
d00c8a6abf FS-5641 --resolve 2013-07-29 16:07:03 -05:00
Seven Du
b97103d6be Oops, we already have auto_update with pulling
Only use events to update calls when not pulling
2013-07-30 02:18:48 +08:00
Seven Du
bd71934e81 show live calls 2013-07-30 02:10:52 +08:00
Seven Du
0d4964f7b7 add settings disabled by default
The new websocket stuff breaks windows build so please fix, thanks
2013-07-29 23:59:06 +08:00
Seven Du
771d79e313 Merge branch 'ws1' patch abyss to support websocket 2013-07-29 23:55:47 +08:00
Anthony Minessale
39ad799683 FS-4932 FS-5090 --resolve 2013-07-29 10:18:05 -05:00
Seven Du
253880f586 make websocket work with abyss 2013-07-29 23:06:12 +08:00
Seven Du
f0a0e469e8 add ws 2013-07-29 20:04:32 +08:00
Jeff Lenk
4fc8bc7696 more fixes for last commit 2013-07-27 22:13:47 -05:00
Jeff Lenk
7e1418d634 add missing 2013-07-27 11:28:08 -05:00
Jeff Lenk
734d5f57ca add missing to last commit 2013-07-27 10:43:04 -05:00
Jeff Lenk
ee0383f03c add missing cielab_luts to spandsp build 2013-07-27 10:40:06 -05:00
Travis Cross
6a5595b049 Improve our .gitignore files
Avoid ignoring files actually in our tree, and ignore some generated
files that were not being ignored previously.
2013-07-27 03:41:11 +00:00
Travis Cross
5ca2276711 Remove autogenerated file from tree
This file is specifically ignored by our .gitignore.  Brian added this
ignore on 2013-06-06 but neglected to remove the file.  I've now
bulid-tested without the file to be sure that it is indeed generated
correctly and so can be removed safely.
2013-07-27 03:41:10 +00:00
Travis Cross
b9ff5799fe Remove freeswitch.serial from fscomm/conf
freeswitch.serial is used by ZRTP as a ZID, so it should not be shared
between systems and definitely should not be distributed as a default
value by us.
2013-07-27 03:41:08 +00:00
Travis Cross
03dcbde8b4 debian: Add additional module files for mod_spidermonkey
Note that we don't actually support building mod_spidermonkey for
Debian at the moment.

FS-4552
2013-07-26 22:28:49 +00:00
Travis Cross
b35869da62 debian: Handle mod_managed .dll more idiomatically 2013-07-26 21:56:07 +00:00
Travis Cross
d0a9574fa9 debian: Include the .dll file for mod_managed
Note that we don't actually support building mod_managed at this time
for Debian.

FS-5317 --resolve

Thanks-to: Artur Kraev <ravenox@gmail.com>
2013-07-26 21:47:31 +00:00
Anthony Minessale
7973b7be7a add global mutex to cdr_csv to protech the fd_hash 2013-07-26 15:56:50 -05:00
Anthony Minessale
1a2ca10203 add last_sched_id var 2013-07-26 14:30:10 -05:00
Travis Cross
1ab16bbd92 Kill FS if -reincarnate parent dies unexpectedly
This only works on Linux.
2013-07-26 17:30:05 +00:00
Travis Cross
9959096559 Handle signals better with -reincarnate
If we receive SIGTERM or SIGILL we should propagate the signal to the
child FS process.  As FS normally handles these signals, we need to
restore the handler before we refork.

FS may also add a handler for SIGCHLD; we need the default action
here instead for the parent.
2013-07-26 17:30:03 +00:00
Travis Cross
9fc3990e04 Add -reincarnate flag to FS
When FS is given the -reincarnate flag, FS will be automatically
restarted after any uncontrolled exit.
2013-07-26 17:30:01 +00:00
Anthony Minessale
bc851de200 FS-5642 FS-5556 --resolve I have not tested this yet for the connect but I fixed the seg for sure which was an outstanding issue in 5556 reopen 5642 if connect still doesnt work 2013-07-26 11:27:45 -05:00
Anthony Minessale
a4bc98a775 FS-5643 --resolve this is the kind of regressions we need to keep an eye on from the refactoring of the media code. I removed the codec_ms from the engine in addition to applying your patch 2013-07-26 10:24:19 -05:00
Travis Cross
b79932550f Fix memset invocation in mod_skypopen
We were previously clearing a pointer's worth of memory rather than
clearing a full element.

This also fixes the build as gcc-4.8 catches this error.
2013-07-26 01:14:50 +00:00
Anthony Minessale
d4c7ae05fe let sched_cancel operate on both task id and group id 2013-07-25 14:53:26 -05:00
Anthony Minessale
84c3e3ade2 FS-5572 --resolve set new variable by doing export bypass_keep_codec=true to force re-invite with the same codec it was using previously 2013-07-25 14:12:26 -05:00
Anthony Minessale
185917edfe swigall 2013-07-25 10:50:14 -05:00
Jeff Lenk
292e39187c vs2010 reswig 2013-07-24 22:11:01 -05:00
Anthony Minessale
5f2dca72b3 swigall 2013-07-24 18:49:27 -05:00
Anthony Minessale
ac700966e9 swigall 2013-07-24 18:42:50 -05:00
Brian West
fb34ff9ade adding transfer-sound to ivr menu so you can specifiy a sound file to pay when a transfer takes place 2013-07-24 18:40:45 -05:00
Anthony Minessale
b22a693e9d FS-5561 --resolve
Merge remote-tracking branch 'moy/blind-transfer-response'
2013-07-24 16:15:16 -05:00
Travis Cross
82f2ea07df Add docs/SubmittingPatches to document our process
This document is intended to get new people started with how to create
and submit source code patches to us.  It attempts to demonstrate our
workflow as well as some best practices.
2013-07-24 19:37:29 +00:00
Ken Rice
88eb14a7be another tweak to the spec file 2013-07-24 13:38:59 -05:00
Ken Rice
ab670497ec tweak to the spec file 2013-07-24 12:52:30 -05:00
Anthony Minessale
2c4287ed54 FS-5633 --resolve 2013-07-24 11:38:01 -05:00
Anthony Minessale
569dd9c540 FS-5634 --resolve this patch should fix it but comment it out instead in the old version to get the same effect 2013-07-24 11:23:54 -05:00
Nathan Neulinger
12fab353f3 FS-5636 --resolve hold active lines when receiving a call 2013-07-24 10:14:08 -05:00
Ken Rice
b8a5cac2d7 disable ldap things as this doesnt build right at this time 2013-07-24 10:04:07 -05:00