Anthony Minessale
44f78e9e76
FS-4650 --resolve
2012-10-05 09:43:00 -05:00
Anthony Minessale
cefeaee88c
FS-4650 --resolve
2012-10-03 07:46:37 -05:00
Anthony Minessale
7329787b9a
fix warning
2012-10-03 07:45:39 -05:00
Anthony Minessale
03fce657e8
FS-4549 --resolve
2012-10-03 07:09:59 -05:00
Anthony Minessale
10657f3f5c
FS-4675 --resolve
2012-10-02 11:56:31 -05:00
Travis Cross
72baa97369
Condense the humanized FS version string
...
Old:
FreeSWITCH Version 1.3.0+git~20120916T192130Z~3b5aa066c7 (1.3.0; git at commit 3b5aa066c7 on Sun, 16 Sep 2012 19:21:30 Z)
New:
FreeSWITCH Version 1.3.0+git~20120916T192130Z~3b5aa066c7 (git 3b5aa06 2012-09-16 19:21:30Z)
2012-09-23 04:13:04 +00:00
Anthony Minessale
bfc46567c1
add uuid_media_reneg api command to tell a channel to send a re-invite with optional list of new codecs
2012-09-07 15:33:09 -05:00
Raymond Chandler
6ed3218f8a
FS-4558: add uuid
2012-08-31 16:35:13 -04:00
Anthony Minessale
35f0e2ff3a
add uuid_early_ok
2012-08-30 16:51:06 -05:00
Anthony Minessale
8ed7bcd88f
FS-4576 --resolve
2012-08-29 20:35:05 -05:00
Anthony Minessale
65f2961923
add uuid_answer and uuid_pre_answer
2012-08-29 18:14:24 -05:00
Anthony Minessale
66677c940a
move recovery engine up into the core
2012-08-22 16:27:07 -05:00
Anthony Minessale
8e14fd2039
FS-4348 --resolve
2012-08-06 22:34:31 -05:00
Anthony Minessale
293429f78d
add api-expansion to switch.conf.xml and fsctl api_expansion command to control allowing apis to be expanded via variable expansion
2012-07-27 18:53:04 -05:00
Travis Cross
a8019d803c
Make version output more human-friendly
...
Our main version string is designed for release engineering purposes:
it matches file name conventions used for versioned tarballs and the
versions sort lexicographically while containing all pertinent
information.
With this commit we add in parentheses a more human-friendly rendering
of the version string: we spell out the meaning of each field and
render the datetime in RFC 822 notation.
2012-07-20 07:43:26 +00:00
Anthony Minessale
46fee25dad
add fsctl sql start/stop for standby controls
2012-07-12 14:30:44 -05:00
Anthony Minessale
c5ba5acbd5
move stacksize thing into the core deeper to avoid build issues
2012-07-03 11:35:41 -05:00
Jeff Lenk
78addbfe44
trivial fix windows build
2012-07-02 14:42:06 -05:00
Anthony Minessale
d32a72bcc1
show current process stack size from status command where supported
2012-07-02 11:49:42 -05:00
Anthony Minessale
8bb55ed4bf
abstract out originate_signal_bond to a function to avoid confustion and regressions
2012-05-29 13:10:15 -05:00
Anthony Minessale
5a059ef630
add autocomplete for uuid_video_refresh
2012-05-09 12:11:21 -05:00
Anthony Minessale
99bac0d05b
add video_refresh dp and uuid_video_refresh fsapi
2012-05-09 09:06:21 -05:00
Anthony Minessale
1374f98645
make sched_hangup +0 the same as uuid_kill
2012-05-04 19:44:29 -05:00
Anthony Minessale
2a0ca295cc
FS-4144 --resolve
2012-04-27 15:28:17 -05:00
Ken Rice
c5554eb939
Copyright date update.
2012-04-18 11:52:02 -05:00
Anthony Minessale
d655ceecf8
add fsctl debug sql
2012-04-02 12:58:40 -05:00
Jeff Lenk
59afd96128
FS-3403 --resolve
2012-03-23 08:47:48 -05:00
Jeff Lenk
4276680181
FS-3782 --resolve soft timer
2012-03-14 10:08:41 -05:00
Anthony Minessale
7eba3f2b1c
FS-3927 --resolve
2012-02-21 10:10:28 -06:00
Anthony Minessale
d7a37e9754
allow system API command to capture output from the executed command
2011-12-20 12:34:21 -06:00
Marc Olivier Chouinard
de6295b937
FS-3467 --resolve
2011-12-15 21:40:02 -05:00
Anthony Minessale
6e7d44af42
FS-3764 --resolve
2011-12-14 13:23:54 -06:00
Anthony Minessale
b9e28f85cb
add send_info dp app and uuid_send_info FSAPI and execute_on_sip_extra_headers and api_on_sip_extra_headers handler variables
2011-11-23 15:38:59 -06:00
Anthony Minessale
0ec6b81376
FS-3706 see if this helps, otherwise can you test it on other platforms?
2011-11-19 17:10:16 -06:00
Anthony Minessale
3c9551ee90
move code from uuid_kill into core
2011-10-25 11:53:22 -05:00
Anthony Minessale
2094f2d33b
add fsctl sync_clock_when_idle so you can sync the clock but have it not do it till there are 0 calls
2011-10-12 14:55:32 -05:00
Anthony Minessale
1bf97fa7ba
add some more reporting data to logs
2011-10-11 15:13:23 -05:00
Anthony Minessale
256a6264d4
prevent sql injection by using sqlite formatter on various code that generates sql stmts with switch_snprintf
2011-09-29 08:28:12 -05:00
Anthony Minessale
3a2f818387
make app to turn on new zombie exec instead of always doing it
2011-09-13 17:12:37 -05:00
Anthony Minessale
910f5364a4
add threaded-system-exec param and fsctl (set it to false to use fork)
2011-09-12 14:25:01 -05:00
Michael S Collins
2fa8f11002
Update tab-complete for show cmd to include bridged_calls, detailed_calls, detailed_bridged_calls and removed distinct_channels
2011-09-09 14:50:54 -07:00
Michael S Collins
4872e6fff0
mod_commands: Add 'presence_data' field to 'show channels like xxx' list of fields. This makes anthm's trick mentioned on the mailing list even more handy.
2011-09-09 12:09:05 -07:00
Anthony Minessale
c16c74d9c0
update show calls to show both 1 legged calls and bridged calls, also show bridged_calls for previous behaviour of show calls
2011-08-01 14:43:03 -05:00
Anthony Minessale
5a4c25df29
FS-3470 --resolve
2011-08-01 08:56:40 -05:00
Jeff Lenk
5d84efc32e
FS-3403 --resolve
2011-08-01 10:09:35 -05:00
Jeff Lenk
69e61f762b
FS-3468 --resolve
2011-08-01 09:50:04 -05:00
Anthony Minessale
3bfbae343b
re-add detailed_calls another way
2011-07-31 19:57:42 -05:00
Anthony Minessale
beecd937bf
add new detailed_calls view a version of the channels table that shows only one legged calls or bridged calls
2011-07-29 13:59:31 -05:00
Anthony Minessale
f12ab59e88
omit file_string:// prefix if input begins with ~
2011-06-28 08:25:46 -05:00
Anthony Minessale
b6fc1a5f30
FS-3372 --resolve
2011-06-27 10:09:15 -05:00