Michael Jerris
780acf0d33
FS-4264: --resolve make sure directory exists
2012-08-20 16:49:52 -04:00
Anthony Minessale
679921d914
FS-4548 --resolve such a little patch for a big problem, good find
2012-08-20 12:11:17 -05:00
Anthony Minessale
e804d95618
add _preconfigured_t38_options as a back door for opal
2012-08-20 12:06:42 -05:00
Seven Du
376f137392
Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all params should be hardcoded
2012-08-15 14:35:42 +08:00
Brian West
90ce980c61
STFU already
2012-08-14 21:10:43 -05:00
Stefan Knoblich
eca5c0ad73
FreeSWITCH: Add WIN32 strerror_s() variant to custom switch_strerror_r() helper function and fix more strerror_r() users.
...
Convert mod_xml_cdr, mod_json_cdr and mod_conference to the new function.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-14 14:54:06 +02:00
Anthony Minessale
48857cc7a7
typo
2012-08-07 09:03:02 -05:00
Anthony Minessale
d23b74e66a
FS-4352 --resolve alternate implementation as multiset to avoid regressions on set
2012-08-06 23:50:39 -05:00
Anthony Minessale
8e14fd2039
FS-4348 --resolve
2012-08-06 22:34:31 -05:00
Anthony Minessale
258afd4704
FS-4480 try this
2012-07-31 15:32:04 -05:00
Anthony Minessale
a7b10081c8
send notifies for refer for 4579
2012-07-31 15:26:03 -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
Anthony Minessale
cfb2335406
FS-4462 add log message to point out this problem in the future
2012-07-27 15:27:01 -05:00
Anthony Minessale
365b9feb72
457x tweaks
2012-07-27 15:07:11 -05:00
Anthony Minessale
b6de76cb8c
tweak
2012-07-27 14:49:08 -05:00
Anthony Minessale
aba2b391fb
fix seg
2012-07-27 13:23:30 -05:00
Anthony Minessale
cd88211d0a
FS-4470 try this, the tmp_hanguphook will flag the b leg with CF_REDIRECT in the event that it hangs up which should spare it from the codepath in exchange_media state
2012-07-26 14:33:45 -05:00
Anthony Minessale
d832b5dfef
FS-4453 --resolve this will now cause up to a 20 second timeout waiting for the response and the call will be blocking
2012-07-24 13:45:10 -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
Seven Du
14cb9af607
add switch_core_file_write_video
...
open a door to write video data
so it is possible to record a .fsv file
also possible to write to .mp4 with proper file format support
2012-07-20 11:38:20 +08:00
Seven Du
30c009b30e
fsv file formate
...
audio only at this time
video is possible when add a file_write_video interface to core
only tested/working with 8000hz at this time
2012-07-20 11:06:48 +08:00
Anthony Minessale
42f296de9b
FS-4331 FS-4424 --resolve 2 for one sale
2012-07-19 17:39:42 -05:00
Ken Rice
fa991a4731
Fix the API
2012-07-19 10:17:26 -05:00
Steve Underwood
d5fda5ea76
Made mod_spandsp default to enabling T.85 compression
2012-07-19 23:23:05 +08:00
Christopher Rienzo
1dbb05b690
more spacing fixes to mod_spandsp.
2012-07-19 13:32:42 +00:00
Anthony Minessale
da18061744
FS-4444
2012-07-18 21:48:53 -05:00
Christopher Rienzo
338c173752
parse uuid and descriptor name in start_tone_detect API
2012-07-19 00:29:26 +00:00
Christopher Rienzo
0ac014da6e
use SWITCH_CHANNEL_SESSION_LOG in mod_spandsp call progress detector
2012-07-19 00:17:26 +00:00
Christopher Rienzo
913b39830f
replace spaces with tabs in mod_spandsp
2012-07-19 00:03:47 +00:00
Christopher Rienzo
797bdf3edc
Added debug-level param for spandsp tone detector
2012-07-18 20:41:07 +00:00
Anthony Minessale
6a85ad31d2
fix regression in spandsp_tone_detect caused by some recent core changes (part 2)
2012-07-17 17:32:46 -05:00
Anthony Minessale
70c6e65e60
fix regression in spandsp_tone_detect caused by some revent core changes
2012-07-17 17:19:28 -05:00
Anthony Minessale
f69573002c
set hard domain first
2012-07-17 13:54:39 -05:00
Christopher Rienzo
ac3e6ba140
Forgot to allow https on http_tryget
2012-07-17 14:29:36 +00:00
Seven Du
5a0d9514db
set marker and ts, some endpoints depending on the marker bit to render correct video
2012-07-15 18:48:51 +08:00
Seven Du
748c15221b
enforce floor
2012-07-15 15:29:16 +08:00
Brian West
b2f0e90795
fix set user call to include domain
2012-07-15 00:05:36 -05:00
Seven Du
253e74d69b
add video_bridge flag to xml members
2012-07-15 12:37:54 +08:00
Seven Du
8d6b64e0ca
add flags to conference xml_list and show also on conference list
2012-07-15 11:22:18 +08:00
Stefan Knoblich
fa03e4e0ca
mod_http_cache: Remove DOS line-endings in http_put().
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-15 00:43:00 +02:00
Stefan Knoblich
addcddc1ae
mod_http_cache: Fix last remaining C99-style for loop.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-15 00:37:35 +02:00
Brian West
b256cf5695
fix auth_only voicemail usage
2012-07-14 14:05:34 -05:00
Stefan Knoblich
445b74b765
mod_http_cache: Do not use C99-style for loops to fix non-debug builds.
...
Debug builds add -std=c99 (or -xc99 for suncc) to CFLAGS
(AX_CFLAGS_WARN_ALL_ANSI configure macro).
Non-debug builds do not invoke AX_CFLAGS_WARN_ALL_ANSI checks and
therefore won't have C99 support enabled, which breaks the build of
mod_http_cache due to "for (int i... )"-style C99 loops.
NOTE: AC_PROG_CC_C99 would make a lot of sense here and MSVC (2005)
accepts "for (int ...)" constructs too.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-14 12:43:36 +02:00
Anthony Minessale
1f39ecd13f
FS-3840 --resolve
2012-07-13 18:02:36 -05:00
Anthony Minessale
aebb15fe86
FS-4421 --resolve
2012-07-13 17:20:59 -05:00
Anthony Minessale
643a18b583
FS-4418 --resolve
2012-07-12 17:54:02 -05:00
Anthony Minessale
0dfb4db8b4
how does the older compiler catch things the new one doesnt
2012-07-12 14:34:56 -05:00
Anthony Minessale
46fee25dad
add fsctl sql start/stop for standby controls
2012-07-12 14:30:44 -05:00
Anthony Minessale
cc48015709
conf tweaks
2012-07-12 14:30:44 -05:00
Anthony Minessale
f5fe8bc5f6
close fd on fsv_record
2012-07-12 14:03:19 -05:00