Commit Graph

24954 Commits

Author SHA1 Message Date
Nathan Neulinger b38a7f5392 mod_skinny: initial reg wasn't able to clean up due to missing device name, add new function to clean up given explicit device name, also add more logging 2013-07-30 14:36:00 -05:00
Seven Du 7f2bbf0326 Hope can fix on IE, not tested 2013-07-31 00:23:24 +08:00
Seven Du 1ad149e15c allow debug event 2013-07-30 23:58:25 +08:00
Seven Du 8bf4e1eaa6 update FreeSWITCH Portal About page 2013-07-30 23:43:39 +08:00
Seven Du b18bb26c9d add back the log line deleted by accident 2013-07-30 22:13:16 +08:00
Seven Du 04062625ba remove debug 2013-07-30 18:02:08 +08:00
Seven Du 44c0fd2498 add timeout options to mod_curl 2013-07-30 16:37:02 +08:00
Anthony Minessale c0477f966f FS-5652 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/sofia.c
2013-07-29 16:57:55 -05:00
Anthony Minessale e765748288 rebuild 2013-07-29 16:07:52 -05:00
Anthony Minessale c0e75741b0 FS-5641 --resolve 2013-07-29 16:07:14 -05:00
Seven Du 8a60377113 Oops, we already have auto_update with pulling
Only use events to update calls when not pulling
2013-07-30 02:18:14 +08:00
Seven Du cf96ada2f8 show live calls 2013-07-30 02:11:47 +08:00
Jeff Lenk 371fce4649 more fixes for last commit 2013-07-27 22:13:08 -05:00
Jeff Lenk 23bfa9c968 add missing cielab_luts to spandsp build 2013-07-27 10:52:13 -05:00
Travis Cross 465e21c76f 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:39:38 +00:00
Travis Cross f5bb52d516 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:35:47 +00:00
Travis Cross bb7a62b311 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:20:07 +00:00
Travis Cross 15290bc4f2 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:30:45 +00:00
Travis Cross f1ae5211b2 debian: Handle mod_managed .dll more idiomatically 2013-07-26 21:57:20 +00:00
Travis Cross fee21f8ad9 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:49:38 +00:00
Anthony Minessale a53608589b add global mutex to cdr_csv to protech the fd_hash 2013-07-26 15:56:31 -05:00
Anthony Minessale 948a7218e0 add last_sched_id var 2013-07-26 14:30:25 -05:00
Travis Cross d31fca2089 Kill FS if -reincarnate parent dies unexpectedly
This only works on Linux.
2013-07-26 13:25:49 +00:00
Travis Cross 94b6cfb24c 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 03:35:46 +00:00
Travis Cross 2398950fcd Add -reincarnate flag to FS
When FS is given the -reincarnate flag, FS will be automatically
restarted after any uncontrolled exit.
2013-07-26 01:18:25 +00:00
Travis Cross 22dd4bfff3 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:15:19 +00:00
Anthony Minessale 64af870bef let sched_cancel operate on both task id and group id 2013-07-25 14:53:11 -05:00
Anthony Minessale 3d9e9713b8 missed a spot 2013-07-25 14:36:05 -05:00
Anthony Minessale 0b3cb9325c typo 2013-07-25 14:33:56 -05:00
Anthony Minessale 010085e92d 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:44 -05:00
Anthony Minessale bbf2d73cf5 swigall 2013-07-25 10:49:12 -05:00
Jeff Lenk 5d891b4632 vs2010 reswig 2013-07-24 22:13:19 -05:00
Anthony Minessale 03a116b78d swigall 2013-07-24 18:50:25 -05:00
Anthony Minessale cb79b66679 swigall 2013-07-24 18:46:06 -05:00
Brian West a4b3b40952 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:31 -05:00
Anthony Minessale 7d020eff65 FS-5561 --resolve
Merge remote-tracking branch 'moy/blind-transfer-response'
2013-07-24 16:17:58 -05:00
Travis Cross 6e090934d2 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:38:18 +00:00
Ken Rice 50d1af33a3 another tweak to the spec file 2013-07-24 13:39:22 -05:00
Ken Rice 4375653fd4 tweak to the spec file 2013-07-24 12:50:20 -05:00
Ken Rice bf84cd1cd9 bump 2013-07-24 12:49:20 -05:00
Anthony Minessale 0a84f7be50 FS-5633 --resolve 2013-07-24 11:38:13 -05:00
Anthony Minessale c4e2745923 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:38 -05:00
Nathan Neulinger 3c8fd77a65 FS-5636 --resolve hold active lines when receiving a call 2013-07-24 10:14:41 -05:00
Ken Rice fa66ed3088 disable ldap things as this doesnt build right at this time 2013-07-24 10:04:42 -05:00
Brian West 55b6b8424f You can't prefix this one with MWI as it ends up in the body of the MWI notify causing some devices to have a heart attack 2013-07-23 17:22:15 -05:00
Michael S Collins 74581e3c97 Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable 2013-07-23 12:00:21 -07:00
Michael S Collins 8b87b601a4 mod_valet_parking: add valet_lot_extension chan var - stores the current park location of the channel 2013-07-23 12:00:09 -07:00
Anthony Minessale b60efc410c let sofia recover work in some tcp situations 2013-07-23 13:53:06 -05:00
Ken Rice 5873e6ff37 update status command to include new stats 2013-07-23 08:44:12 -05:00
Raymond Chandler d458898200 fix commented load 2013-07-22 10:42:05 -04:00