Travis Cross
aa10023269
Add fsctl command to summon reincarnation
...
If you start freeswitch with -reincarnate or -reincarnate-reexec, FS
will restart automatically in the event of an unexpected exit.
Currently, you can cause FS to immediately call exit(0) with `fsctl
shutdown now`, or you can have it call abort() with `fsctl crash`.
Which are both nice, but if you have reincarnation engaged, you really
might want FS to call exit([non-zero]) so the great supervisor
immediately breathes life back into your system.
This is now available via `fsctl shutdown reincarnate now`.
2014-06-10 23:57:30 +00:00
Anthony Minessale
e3c1425b9b
make device state code more accurate
...
Conflicts:
src/switch_core_state_machine.c
2014-05-31 00:34:28 +05:00
Anthony Minessale
7763cfebc0
FS-6289 --resolve regression from 1fba654845
2014-02-28 21:43:57 +05:00
Anthony Minessale
a0ba6de40d
FS-6272 --resolve
...
Conflicts:
src/include/switch_types.h
2014-02-27 03:26:22 +05:00
Anthony Minessale
518b98fd9d
FS-6235
2014-02-23 05:17:21 +05:00
Anthony Minessale
d7bc0ab13b
FS-5994 --resolve -- tips appriciated
2014-02-09 04:24:37 +05:00
Travis Cross
6e10c6af3f
Remove misplaced executable bit
2014-01-31 12:11:01 +00:00
Anthony Minessale
fa8392a8c0
FS-5675 --resolve
2014-01-24 00:24:15 +05:00
Anthony Minessale
9a1157078f
FS-6061 swigall
2013-12-23 23:24:53 +05:00
Anthony Minessale
69c947f9e8
add polycom support to multicast paging, broadcast all formats at once to support most every popular phone at once
...
Conflicts:
src/mod/applications/mod_esf/mod_esf.c
2013-11-22 05:00:26 +05:00
Jeff Lenk
a6e636c2d5
FS-5971 fix conditional compile for for windows x64
2013-11-16 12:30:21 -06:00
Anthony Minessale
06e1d700ab
FS-5971 --resolve
2013-11-15 21:35:16 +05:00
Anthony Minessale
0657ce7c52
add channel logical direction
...
Conflicts:
src/include/switch_channel.h
src/switch_channel.c
2013-10-31 15:30:22 -05:00
Anthony Minessale
4783af2ee2
add ring_wait callstate for devstate interface
2013-10-30 14:08:46 -05:00
Anthony Minessale
9863489010
FS-5917 --resolve
2013-10-29 02:08:24 +05:00
Anthony Minessale
6872ab5682
FS-5910 --resolve
2013-10-25 01:27:21 +05:00
Anthony Minessale
9e77e6f392
device state tweaks
2013-10-24 07:41:22 +05:00
Anthony Minessale
0a9ed88019
improve thread pool logic
2013-09-27 23:37:15 +05:00
Michael Jerris
09e45cdda2
FS-5819: add missing status values that we check from apr to the enum so the compiler knows the right type to use for the enum
2013-09-26 13:32:11 -04:00
Jeff Lenk
835594fe9e
fix windows compiler warnings
2013-09-21 16:22:05 -05:00
Anthony Minessale
8084c28d62
FS-5807 contd
2013-09-20 23:34:57 +05:00
Anthony Minessale
9ef1aedb53
update cc banner
2013-09-18 05:14:13 +05:00
Anthony Minessale
480ef2a92d
FS-5778 --resolve use switch_core_event_hook_remove_receive_message() to bind to receive_message and case for new SWITCH_MESSAGE_ANSWER_EVENT, SWITCH_MESSAGE_PROGRESS_EVENT, SWITCH_MESSAGE_RING_EVENT
2013-09-11 22:58:14 +05:00
Anthony Minessale
931027802a
FS-5772 improve odds a little more but the phone is broken here
...
Conflicts:
src/include/switch_types.h
2013-09-11 02:57:49 +05:00
Anthony Minessale
4158393f4e
deliver events with the core thread pool set events-use-dispatch=true in switch.conf.xml to use the old way
2013-09-05 03:42:54 +05:00
Anthony Minessale
66170be9d8
FS-5734 documentation will need to be updated to request languages instead of phrases
2013-08-28 21:25:52 +05:00
Anthony Minessale
1233172101
FS-5731 --resolve
2013-08-26 20:25:26 +05:00
Anthony Minessale
2449371329
FS-5709 --resolve
2013-08-17 02:16:38 +05:00
Anthony Minessale
05444a6ebd
FS-5661 --resolve
2013-08-07 21:22:45 +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
Ken Rice
3c7e78ac5a
peak sessions step 1
2013-07-20 20:12:18 -05:00
Ken Rice
39dfa5e422
add peak SPS for last 5 minutes
2013-07-19 23:05:54 -05:00
Anthony Minessale
dcd15ff1c0
FS-5620 --resolve
2013-07-19 21:50:55 -05:00
Anthony Minessale
578361bea3
add peak sps to stats and a command to reset it
2013-07-19 15:16:57 -05:00
Anthony Minessale
4e74ef3914
FS-5573 --resolve
2013-07-19 14:05:19 -05:00
Anthony Minessale
453cfaaf7f
FS-5583 --resolve
2013-07-19 14:03:11 -05:00
Anthony Minessale
3968f41590
FS-5498
...
Conflicts:
src/mod/endpoints/mod_sofia/mod_sofia.h
src/mod/endpoints/mod_sofia/sofia.c
src/mod/endpoints/mod_sofia/sofia_presence.c
src/mod/endpoints/mod_sofia/sofia_reg.c
2013-07-19 12:15:10 -05:00
Brian West
433fc6a987
REVERT FS-5555
2013-07-12 13:03:43 -05:00
Brian West
f4c37613ab
FS-5555 improvement --resolve
2013-07-12 11:51:02 -05:00
Ken Rice
24669125e4
FS-5555 --resolve
2013-07-10 12:09:24 -05:00
Ken Rice
ab03347c3d
--resolve FS-3922
2013-07-04 21:24:09 -05:00
Nathan Neulinger
543dc3caea
make noexpandtab explicit in all vim modelines other than xml files
...
Conflicts:
src/include/switch_core_media.h
src/mod/endpoints/mod_sofia/sofia_media.c
src/switch_core_media.c
2013-06-25 09:39:37 -05:00
Anthony Minessale
904189a485
add novideo app
2013-06-20 11:29:26 -05:00
Anthony Minessale
b02f288f9e
FS-5529 --resolve
2013-06-20 10:55:20 -05:00
Anthony Minessale
e0dc4842ae
FS-5498
2013-06-10 19:13:05 -05:00
Jeff Lenk
ec44f6aec0
FS-5167
2013-06-07 07:26:11 +00:00
Anthony Minessale
f84bd3b948
add last callback run stamp to device records
2013-06-06 13:08:59 -05:00
Anthony Minessale
50b68f2f85
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
2013-06-05 11:19:53 -05:00
Nathan Neulinger
634a507546
FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping
...
adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
2013-05-31 16:40:10 -05:00
William King
479a06bda6
It's been missing a break there for ~4 years and instead using the 8k max_ms values(the ptime_div value is the same).
2013-05-25 07:16:51 -07:00