.. |
include
|
add generic keepalive system and implement it in sofia to send MESSAGE or INFO packets in-dialog at specified interval.
|
2014-04-16 06:10:25 +05:00 |
mod
|
generate the modules list vars from modules.conf into a file instead of on the fly every time
|
2014-05-08 15:59:49 -04:00 |
.gitignore
|
…
|
|
CMakeLists.txt
|
Completely unbundle speex
|
2014-03-20 15:28:25 +00:00 |
Makefile.am
|
…
|
|
fs_encode.c
|
move speex codec into the core since it already has speex anyway
|
2014-02-15 02:40:02 +05:00 |
g711.c
|
…
|
|
inet_pton.c
|
…
|
|
switch.c
|
Avoid dead assignment of return value of execv
|
2014-04-30 22:33:24 +00:00 |
switch_apr.c
|
FS-6211 more changes
|
2014-03-13 13:00:10 -05:00 |
switch_buffer.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_caller.c
|
check return value of switch_vasprintf
|
2014-04-28 09:54:20 -04:00 |
switch_channel.c
|
Remove dead assignment, but why...
|
2014-04-30 22:33:24 +00:00 |
switch_config.c
|
improve error checking for null path
|
2014-04-28 15:12:02 -04:00 |
switch_console.c
|
fix seg in complete del with no arg
|
2014-04-07 01:04:51 +05:00 |
switch_core.c
|
FS-6506 --resolve Technically when you are not using groups you do not add a <users> tag inside <domain> you just put several <user> tags in <domain> This patch will consume an extraneous <users> tag and move on making it work either way.
|
2014-05-07 00:06:02 +05:00 |
switch_core_asr.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_cert.c
|
improve null checks
|
2014-04-28 15:49:57 -04:00 |
switch_core_codec.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_db.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_directory.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_event_hook.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_file.c
|
remove unused variable
|
2014-04-28 12:41:04 -04:00 |
switch_core_hash.c
|
FS-6453 --resolve
|
2014-04-11 03:24:14 +05:00 |
switch_core_io.c
|
Drop dead assignments
|
2014-04-30 23:03:06 +00:00 |
switch_core_media.c
|
Refactor if blocks
|
2014-04-30 23:23:06 +00:00 |
switch_core_media_bug.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_memory.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_port_allocator.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_rwlock.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_session.c
|
add heartbeat_use_scheduler variable to force the heartbeat to use the scheduler rather than the media stream and also make it auto-chage between modes when going in and out of the media path
|
2014-04-29 04:20:51 +05:00 |
switch_core_speech.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_core_sqldb.c
|
Fix a use after free in a 'theoretical' case in switch_cache_db_persistant_execute_trans_full where the pre_trans_execute statement fails, but SQLSetAutoCommitAttr succeeds
|
2014-04-30 14:37:17 -07:00 |
switch_core_state_machine.c
|
FS-6235
|
2014-02-23 05:17:07 +05:00 |
switch_core_timer.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_cpp.cpp
|
FS-6484: guess at fixing seg from mod_managed, this function should never be called without a channel, but if it does, throw an error instead
|
2014-05-05 19:19:03 -04:00 |
switch_curl.c
|
fix deref before null check
|
2014-04-28 13:01:12 -04:00 |
switch_dso.c
|
make noexpandtab explicit in all vim modelines other than xml files
|
2013-06-25 11:50:17 -05:00 |
switch_event.c
|
FS-6402 part 2
|
2014-04-02 03:21:37 +05:00 |
switch_hashtable.c
|
FS-6453 --resolve
|
2014-04-11 03:24:14 +05:00 |
switch_ivr.c
|
FS-6515 --resolve
|
2014-05-10 00:35:32 +05:00 |
switch_ivr_async.c
|
change from sqlite hash to newly added one
|
2014-03-09 00:37:17 +05:00 |
switch_ivr_bridge.c
|
FS-6310 hold up, revert
|
2014-03-31 17:32:07 -05:00 |
switch_ivr_menu.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_ivr_originate.c
|
FS-5997 regression from commit 70accd9f27 this caused some attended transfers to calls with multiple targets to get the abondoned channels to be stuck on write lock
|
2014-04-17 02:41:40 +05:00 |
switch_ivr_play_say.c
|
add enable-chat sofia profile param which defaults to true when not present, set to false to turn off the chat interface in sofia
|
2014-04-19 12:29:10 -05:00 |
switch_ivr_say.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_json.c
|
FS-6294 FS-6308 NetBSD support should work test and report back please.
|
2014-03-19 14:34:07 -05:00 |
switch_limit.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_loadable_module.c
|
FS-6402 part 2
|
2014-04-02 03:21:37 +05:00 |
switch_log.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_mprintf.c
|
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
|
2014-01-22 22:30:23 +01:00 |
switch_nat.c
|
remove useless variable
|
2014-04-28 15:19:19 -04:00 |
switch_odbc.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_pcm.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_pgsql.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_profile.c
|
FS-6497: --resolve fix for loop initial declaration not allowed
|
2014-04-30 12:16:02 -04:00 |
switch_regex.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_resample.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_rtp.c
|
let relay work if its the only option
|
2014-05-09 01:14:52 +05:00 |
switch_scheduler.c
|
free global pool on shutdown
|
2014-04-09 23:26:47 +05:00 |
switch_sdp.c
|
…
|
|
switch_speex.c
|
remove useless statement
|
2014-04-28 15:16:03 -04:00 |
switch_stfu.c
|
FS-6337 prevent over-frequent jb resets in bad conditions
|
2014-05-07 22:12:18 +05:00 |
switch_stun.c
|
Add immediate sanity check on untrusted length
|
2014-04-08 21:08:02 +00:00 |
switch_swig.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_swig.i
|
…
|
|
switch_time.c
|
change from sqlite hash to newly added one
|
2014-03-09 00:37:17 +05:00 |
switch_utils.c
|
Fix minor edge case in switch_split_user_domain
|
2014-03-06 06:03:27 +00:00 |
switch_version.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
switch_xml.c
|
FS-6403 --resolve
|
2014-04-03 20:30:45 +05:00 |
switch_xml_config.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
tone2wav.c
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |