Commit Graph

14802 Commits

Author SHA1 Message Date
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 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
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
Steve Underwood 3ae87091e1 Reworked some of the definition names and values in preparation for
colour FAX
2013-07-24 11:58:36 +08:00
Brian West 612c81c13d 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:23:04 -05:00
Anthony Minessale 3ddbad4dd3 let sofia recover work in some tcp situations 2013-07-23 13:52:49 -05:00
Michael S Collins 01d45ae506 mod_valet_parking: add valet_lot_extension chan var - stores the current park location of the channel 2013-07-23 11:09:00 -07:00
Ken Rice abcf4ac7e6 update status command to include new stats 2013-07-23 08:43:21 -05:00
Steve Underwood c741332dcd Spandsp tweaks 2013-07-23 20:44:46 +08:00
Jeff Lenk adf5e2f6ec fix windows compiler warnings 2013-07-20 22:13:27 -05:00
Ken Rice 7fb4369932 peak sessions step 1 2013-07-20 20:11:46 -05:00
Anthony Minessale f08c3309f6 FS-5621 2013-07-20 14:07:01 -05:00
Ken Rice 5660f90509 add peak SPS for last 5 minutes 2013-07-19 22:40:59 -05:00
Anthony Minessale e45774e764 FS-5620 --resolve 2013-07-19 21:51:18 -05:00
Ken Rice 241e9f45ed Add to the MIB and small tweak to subagent.c 2013-07-19 17:06:17 -05:00
Anthony Minessale c510f3f52e add peak sps to stats and a command to reset it 2013-07-19 15:16:42 -05:00
Anthony Minessale 75bdc43d82 FS-5573 --resolve 2013-07-19 14:05:03 -05:00
Anthony Minessale 70d78f1665 FS-5583 --resolve 2013-07-19 14:02:58 -05:00
Anthony Minessale fab8e29dd6 FS-5607 --resolve 2013-07-19 13:48:34 -05:00
Anthony Minessale ce80ddc93a FS-5614 --resolve 2013-07-19 13:41:56 -05:00
Anthony Minessale ef28a88c75 FS-5619 --resolve 2013-07-19 13:26:00 -05:00
Seven Du d88b2ed793 FS-5498 --close remove debug line 2013-07-20 02:17:59 +08:00
Anthony Minessale a6bffd38cb FS-5498 2013-07-19 12:03:51 -05:00
Seven Du 2490868830 FS-5498 fix typo from commit ab947f5 2013-07-19 12:41:40 +08:00
Anthony Minessale 70e22e1d0b few more tweaks on new conference video functionality w/ webrtc 2013-07-18 08:33:20 -05:00
Anthony Minessale 663c180cd9 FS-5615 --resolve 2013-07-17 17:08:03 -05:00
Anthony Minessale a799396239 FS-5545 try this and repeat the trace if it doesn't fix it 2013-07-17 16:35:39 -05:00
Anthony Minessale c98b01a205 make display in contact compat with broken aastra 2013-07-17 16:35:24 -05:00
Anthony Minessale 8253bab19d send 2 firs to make sure it works 2013-07-17 12:46:10 -05:00
Anthony Minessale 615e2691a9 fix some regressions from recent changes 2013-07-17 12:34:32 -05:00
Anthony Minessale 9f52531630 FS-5613 --resolve only alphanumeric plus - _ . are now allowed 2013-07-17 09:21:28 -05:00
Anthony Minessale 90682d03ec FS-5612 --resolve 2013-07-16 19:28:02 -05:00
Anthony Minessale eebac2ea95 webrtc video tweaks 2013-07-16 19:16:01 -05:00
Anthony Minessale eff5f3a766 add debug 2013-07-16 09:05:06 -05:00
Anthony Minessale 0b96a23cd8 tweak 2013-07-16 08:56:13 -05:00
Chris Rienzo 07e0de3229 mod_rayo: support secure client-to-server connections 2013-07-15 18:52:09 -04:00