Commit Graph

13226 Commits

Author SHA1 Message Date
Anthony Minessale b3e6730de8 indent 2012-07-31 07:59:58 -05:00
Stefan Knoblich 3b5b59e693 Revert "FreeSWITCH: Fix warn-unused-result error in rtp_common_read()."
*sigh* of course there are two versions of strerror_r():

	char *strerror_r() - GNU
	int strerror_r() - non-GNU

Revert and back the drawing board...

This reverts commit 3c82033e53.
2012-07-31 01:58:48 +02:00
Anthony Minessale 0f4ecab5e9 FS-4481 --resolve seg is fixed but just utf-8 will not work. you need type/subtype format like text/utf-8 2012-07-30 16:36:20 -05:00
Stefan Knoblich 3c82033e53 FreeSWITCH: Fix warn-unused-result error in rtp_common_read().
strerror_r() returns the error message string (and expects you to use it).

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-30 13:56:48 +02: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 71b64412b9 FS-4470 --resolve 2 for one fix 2012-07-27 10:44:16 -05:00
Anthony Minessale f5af7ae2b1 FS-4471 --resolve 2012-07-26 21:25:50 -05:00
Anthony Minessale 034d3741c1 4569 tweaks 2012-07-26 21:07:10 -05:00
Anthony Minessale 772f60d235 4569 tweaks 2012-07-26 16:47:50 -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 696fb9c28b expand vars in hold music variable 2012-07-26 13:17:39 -05:00
Anthony Minessale 93f96addc3 FS-4453 confirm this fixes your problem please 2012-07-26 12:32:51 -05:00
Anthony Minessale 1dd4bd4926 add core-uuid attr to xml cdr tag 2012-07-26 11:45:06 -05:00
Anthony Minessale 1d5b5f218a add core_uuid global variable to expose the runtime uuid 2012-07-26 11:38:02 -05:00
Anthony Minessale 32b3f3e224 doh 2012-07-25 19:09:03 -05:00
Anthony Minessale c9e172789c FS-4467 try this patch that will sanity check for dups to catch this case when the ambigous method is used 2012-07-25 16:34:43 -05:00
Jeff Lenk 17a85ec467 vs2010 reswig 2012-07-24 14:02:02 -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
Jeff Lenk 44f74eabb4 FS-4455 try this 2012-07-23 21:44:34 -05:00
Anthony Minessale 134973187a FS-4092 --resolve 2012-07-23 14:03:53 -05:00
Anthony Minessale ac7e45400f typo 2012-07-23 13:20:06 -05:00
Anthony Minessale 524468be7b FS-4373 --resolve this is probably the same issue nobody would file a bug about on the mailing list even after I begged them to from last weekend 2012-07-23 11:36:19 -05:00
Seven Du bd66d7eaa6 show bindings and handlers 2012-07-23 21:15:53 +08:00
Seven Du 49dcd8c889 make erlang log less verbose and add erlang debug on|off to control 2012-07-23 20:26:48 +08:00
Anthony Minessale 6ec4514c68 FS-4450 this is pre-emptive, This is the only way I can see an endless loop here 2012-07-20 19:15:04 -05:00
Anthony Minessale 9fe08675a1 add tags to allow crypto in avp 2012-07-20 12:11:02 -05:00
Anthony Minessale e3a6366782 FS-4420 --resolve 2012-07-20 11:17:45 -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
Daniel Swarbrick 52bf168b56 Abort module load if config can't be opened. Refs FS-4438 2012-07-20 02:38:12 +02:00
Anthony Minessale 42f296de9b FS-4331 FS-4424 --resolve 2 for one sale 2012-07-19 17:39:42 -05:00
Anthony Minessale f50d14a7d1 treate no method as INVITE 2012-07-19 17:03:23 -05:00
Anthony Minessale 4f7122c866 followup 2012-07-19 16:12:33 -05:00
Anthony Minessale b434cac526 wait forever when you call a pickup endpoint by itself 2012-07-19 15:49:39 -05:00
Anthony Minessale db0cca3bf4 FS-4437 try this revision 2012-07-19 12:40:34 -05:00
Anthony Minessale f4e1fc4bc6 FS-4382 --resolve missing \! 2012-07-19 11:30:00 -05:00
Anthony Minessale 7ec09b0e56 FS-4378 --resolve 0 is success, thats the missing bit, this will work 2012-07-19 11:09:30 -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 ec412c07d2 typo 2012-07-18 23:02:32 -05:00
Anthony Minessale f4715781dc FS-4382 reverse this so you have to enable instead of disable, this patch has been causing srtp issues because the change in ssrc 2012-07-18 22:01:41 -05:00
Anthony Minessale 5867d0424d FS-4079 please try this 2012-07-18 21:48:53 -05: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 d3f1eeea61 FS-4378 actually fire the event 2012-07-18 12:37:12 -05:00
Anthony Minessale d63323977f turn on send_silence_when_idle whenever we engage srtp 2012-07-18 12:19:47 -05:00
Jeff Lenk ef3050f3a9 FS-4442 try this 2012-07-17 22:40:13 -05: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 223244d491 FS-4435 looks ok at a glance, at least this code is isolated to the small few who actually use it so i will put it in for testing 2012-07-17 17:01:10 -05:00
Anthony Minessale 19b7e30eea crypto tweak for dingaling 2012-07-17 14:02:36 -05:00
Anthony Minessale f69573002c set hard domain first 2012-07-17 13:54:39 -05:00
Anthony Minessale b27aad913e typo 2012-07-17 10:32:31 -05:00
Christopher Rienzo ac3e6ba140 Forgot to allow https on http_tryget 2012-07-17 14:29:36 +00:00
Anthony Minessale 8ad5d8a6b0 FS-4317 this might help, this fixes a regression cause by another recently altered code path and it sounds similar but I never got the new logs from you so this is a guess 2012-07-16 18:47:45 -05:00
Anthony Minessale c359dc83e3 doh 2012-07-16 17:16:10 -05:00
Anthony Minessale cbca8b3480 FS-4428 --resolve 2012-07-16 13:53:19 -05:00
Anthony Minessale e81d31ce43 FS-4429 --resolve you guys should come to cluecon we would like to help you get bvtapi working really well 2012-07-16 13:39:23 -05:00
Anthony Minessale 06046e3437 FS-4427 try this revision however i think its a problem with the remote client not properly preserving the headers of the srtp packets..... 2012-07-16 12:51:13 -05:00
Anthony Minessale 68d9a83e8e enable srtp for dingaling 2012-07-16 12:44:04 -05:00
Jeff Lenk a57669c30d FS-4407 --resolve 2012-07-15 13:38:30 -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
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
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
Brian West 860b53183d tweak 2012-07-14 10:24:35 -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 b6e962de1d typo 2012-07-13 18:02:09 -05:00
Anthony Minessale aebb15fe86 FS-4421 --resolve 2012-07-13 17:20:59 -05: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 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 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 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