Jeff Lenk
a57669c30d
FS-4407 --resolve
2012-07-15 13:38:30 -05:00
Jeff Lenk
d2b940d9fc
fix windows spandsp build for recent commits
2012-07-15 11:01:17 -05: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
Steve Underwood
4de4434afc
Merge branch 'master' of git.freeswitch.org:freeswitch
2012-07-15 13:38:18 +08:00
Steve Underwood
4bcdafec68
T.85 compression has now been added to the FAX engine in spandsp
2012-07-15 13:37:39 +08:00
Brian West
b2f0e90795
fix set user call to include domain
2012-07-15 00:05:36 -05:00
Seven Du
f55f15c888
accept binary in api and bgapi
2012-07-15 12:44:26 +08: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
Anthony Minessale
545c387938
frick
2012-07-14 20:23:13 -05: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
Steve Underwood
232fe67722
More integration with the current spandsp
2012-07-15 01:47:55 +08:00
Steve Underwood
5d7e26141f
Introducing T.85 encode and decodei to spandsp. This is not connected into the FAX engine in this update.
2012-07-14 23:59:01 +08:00
Steve Underwood
287678bc56
Tweaks to spandsp tests
...
Addition of tones to modem connect tones
Repeat function for V.18 TDD
2012-07-14 23:34:40 +08:00
Brian West
860b53183d
tweak
2012-07-14 10:24:35 -05:00
Stefan Knoblich
6ff084492b
esl-php: Create installation directories if they do not exist (+ other minor clean ups).
...
Fixes:
cp ESL.so /var/tmp/por.../image/usr/lib64/php5.3/lib/extensions/no-debug-zts-20090626
cp: cannot create regular file `/var/tmp/por.../image/usr/lib64/php5.3/lib/extensions/no-debug-zts-20090626': No such file or directory
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-14 14:01:18 +02: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
b6e962de1d
typo
2012-07-13 18:02:09 -05:00
Anthony Minessale
aebb15fe86
FS-4421 --resolve
2012-07-13 17:20:59 -05:00
Michael S Collins
a217dec243
Update phrase_en.xml (new sound files created)
2012-07-13 14:55:10 -07:00
Anthony Minessale
4a801c8626
only decode rtp packets in srtp mode
2012-07-13 14:58:20 -05:00
William King
0afd7318bd
adding write support to mod_vlc
2012-07-13 09:26:02 -07:00
Anthony Minessale
ba6c404eb9
FS-4422
2012-07-12 18:10:20 -05:00
Anthony Minessale
643a18b583
FS-4418 --resolve
2012-07-12 17:54:02 -05:00
Anthony Minessale
18a16e6931
FS-4335 test this patch, and also remember you must resubmit the logs after each new test
2012-07-12 17:45:43 -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
Stefan Knoblich
de4bf23d59
ftmod_pritap: Fix format string errors.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 20:07:18 +02:00
Stefan Knoblich
391d498cbe
ftmod_r2: Fix format string errors.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 20:07:18 +02:00
Stefan Knoblich
d141de28ea
freeswitch: Add -base cmdline option.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 19:52:00 +02:00
Anthony Minessale
d5d6b29893
add outcall-templ
2012-07-12 10:42:46 -05:00
Stefan Knoblich
03a219772c
ftmod_gsm: Fix format string errors.
...
Two fixes:
Use ftdm_set_string() instead of sprintf() (seriously, wtf?).
Drop invalid, needless argument to ftdm_log().
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 12:41:23 +02:00
Stefan Knoblich
435f28cefb
FreeSWITCH: Fix copy&paste error in -storage cmdline option handling.
...
"htdocs_dir" -> "storage_dir"
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 10:03:14 +02:00
Jeff Lenk
fc5490f1dc
FS-4415 --resolve
2012-07-11 22:31:36 -05:00
Stefan Knoblich
95c20425a8
FreeSWITCH: Use SWITCH_TIME_T_FMT to fix format string error in send_heartbeat().
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 03:25:12 +02:00
Stefan Knoblich
ba1c27fec7
ftmod_sangoma_ss7: Fix format string errors.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 03:20:47 +02:00
Stefan Knoblich
da4b28c115
FreeTDM: Cast flag to uint64_t and use FTDM_UINT64_FMT to silence format string warning.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 03:18:52 +02:00
Stefan Knoblich
6aebfe6a60
ftmod_wanpipe: Fix "initialization from incompatible pointer type" warning.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 03:02:16 +02:00
Stefan Knoblich
ee2a5a33f3
FreeTDM: Fix format string errors in ftmod_analog, ftmod_wanpipe and ftmod_sangoma_isdn.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 03:01:20 +02:00
Stefan Knoblich
90d299cd7a
FreeTDM: Add dumy "%s" format string to ftdm_assert() and ftdm_assert_return() to silence format string warnings.
...
Neither of them accepts extra arguments and ftmod_sangoma_isdn is calling
ftmod_assert() with a char * msg argument.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 02:37:55 +02:00
Stefan Knoblich
a0bd63d32d
mod_conference: Fix format string errors.
...
Use switch_event_add_header_string() where needed and add a
dummy "%s" format string to switch_event_add_body() calls.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-12 01:44:18 +02:00
Daniel Swarbrick
a8efae998f
Add FreeSWITCH-Version string and Uptime-msec (uptime in *milliseconds*) to heartbeat events
2012-07-12 01:34:36 +02:00
Anthony Minessale
a06eb2db30
FS-4328 try this
2012-07-11 18:12:26 -05:00
Anthony Minessale
932fc2286f
update
2012-07-11 18:04:13 -05:00