.. |
include
|
FS-5498
|
2013-06-10 19:13:21 -05:00 |
mod
|
remove debugging
|
2013-06-17 17:51:48 -05:00 |
.gitignore
|
…
|
|
CMakeLists.txt
|
…
|
|
Makefile.am
|
…
|
|
fs_encode.c
|
fs_encode: load mod_spandsp before loading mod_native_file so that the latter picks up all the codecs offered by the former
|
2013-03-22 16:40:42 -07:00 |
g711.c
|
…
|
|
inet_pton.c
|
FS-4445 start enabling windows IPV6 support
|
2012-10-17 22:36:47 -05:00 |
switch.c
|
FS-5519 --resolve
|
2013-06-17 19:43:24 -05:00 |
switch_apr.c
|
Redundant code. The if/else block makes more sense than the equivalent in two separate if's.
|
2013-05-25 07:47:09 -07:00 |
switch_buffer.c
|
…
|
|
switch_caller.c
|
more cid refactor
|
2013-04-03 17:17:34 -05:00 |
switch_channel.c
|
dont change device state from hangup to hangup
|
2013-06-17 10:44:22 -05:00 |
switch_config.c
|
This is probably what was intended. If the pointer 'path' is NULL, or if it is not NULL, then the first char should not be '\0'
|
2013-06-12 21:21:54 -07:00 |
switch_console.c
|
FS-4694 --resolve
|
2012-10-17 09:17:16 -05:00 |
switch_core.c
|
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
|
2013-06-05 11:20:11 -05:00 |
switch_core_asr.c
|
FS-4527 --resolve add resample core support for asr. This code is very isolated and only effects mod_unimrcp at this time.
|
2012-10-10 14:20:07 -05:00 |
switch_core_cert.c
|
FS-5342 --resolve
|
2013-04-24 12:12:42 -05:00 |
switch_core_codec.c
|
make opus work, omfg .. serious??? you need to always advertise it as stereo using the standard way then specify it in the fmtp insread just to complicate things.... that's not cool =/
|
2013-03-31 21:27:25 -05:00 |
switch_core_db.c
|
FS-5141 revert f8d769ae1c from FS-4289
|
2013-03-05 09:07:02 -06:00 |
switch_core_directory.c
|
…
|
|
switch_core_event_hook.c
|
remove unused resurrect code
|
2012-08-22 16:27:07 -05:00 |
switch_core_file.c
|
FS-5359 --resolve
|
2013-04-30 18:45:24 -05:00 |
switch_core_hash.c
|
Fix compiler warnings.
|
2012-10-05 16:48:03 +00:00 |
switch_core_io.c
|
FS-5011 try to fill gaps
|
2013-05-14 11:22:53 -05:00 |
switch_core_media.c
|
FS-5493 oops
|
2013-06-06 13:17:20 -05:00 |
switch_core_media_bug.c
|
FS-5208 --resolve
|
2013-04-08 12:09:49 -05:00 |
switch_core_memory.c
|
cleanup
|
2013-02-18 13:54:34 -06:00 |
switch_core_port_allocator.c
|
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 |
switch_core_rwlock.c
|
…
|
|
switch_core_session.c
|
When message events were added, the debug field name was overlooked. This would have only been hit when debug level was above 'DEBUG1' and at that point it would have incorrectly chosen debug display names.
|
2013-05-18 15:10:44 -07:00 |
switch_core_speech.c
|
…
|
|
switch_core_sqldb.c
|
Avoid using memory after we free it
|
2013-05-28 05:28:19 +00:00 |
switch_core_state_machine.c
|
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
|
2013-06-05 11:20:11 -05:00 |
switch_core_timer.c
|
…
|
|
switch_cpp.cpp
|
Fix silly warning
|
2013-04-16 12:13:45 -05:00 |
switch_curl.c
|
…
|
|
switch_dso.c
|
…
|
|
switch_event.c
|
Since I can't seem to locate what this might be used for, or the more correct solution, I'm going to comment it out for now. If someone can find a better solution so that this functionality would actually work, please advise.
|
2013-06-12 17:11:36 -07:00 |
switch_ivr.c
|
FS-5498 add profile-variables section to directory to specify profile variables to be set automatically
|
2013-06-11 09:38:58 -05:00 |
switch_ivr_async.c
|
getting read_impl too soon here
|
2013-05-20 11:22:37 -05:00 |
switch_ivr_bridge.c
|
refactor and cleanup more cid stuff
|
2013-04-05 15:29:57 -05:00 |
switch_ivr_menu.c
|
FS-5360 change defaults
|
2013-05-22 10:20:41 -05:00 |
switch_ivr_originate.c
|
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
|
2013-06-05 11:20:11 -05:00 |
switch_ivr_play_say.c
|
FS-5242
|
2013-05-21 10:03:22 -05:00 |
switch_ivr_say.c
|
fix recursion error
|
2012-12-10 10:56:07 -06:00 |
switch_json.c
|
Add cJSON_Duplicate() function from upstream source.
|
2013-02-11 18:53:37 +00:00 |
switch_limit.c
|
FS-4792 --resolve sure
|
2012-11-05 06:37:01 -06:00 |
switch_loadable_module.c
|
FS-5168 --resolve
|
2013-05-07 14:09:47 -05:00 |
switch_log.c
|
print extended debug messages at alert level
|
2012-10-23 18:14:27 -04:00 |
switch_mprintf.c
|
…
|
|
switch_nat.c
|
…
|
|
switch_odbc.c
|
More descriptive ODBC error messages.
|
2012-10-30 18:19:13 +00:00 |
switch_pcm.c
|
…
|
|
switch_pgsql.c
|
bump
|
2012-11-19 18:21:25 -06:00 |
switch_profile.c
|
Minor typo. User is being passed into this fuction as a long pointer, not a long.
|
2013-05-18 14:29:59 -07:00 |
switch_regex.c
|
…
|
|
switch_resample.c
|
FS-4622 --resolve
|
2013-04-17 15:18:12 -05:00 |
switch_rtp.c
|
log auto adjust ip and port separate so it doesn't get clobbered on hold/update events
|
2013-05-28 16:25:39 -05:00 |
switch_scheduler.c
|
fix a few rare race conditions that could lead to a lockup
|
2013-03-13 16:10:42 -05:00 |
switch_sdp.c
|
FS-5270 --resolve
|
2013-04-05 09:07:11 -05:00 |
switch_stun.c
|
fix stun lookup returning 1 for port
|
2013-05-13 16:17:19 -05:00 |
switch_swig.c
|
…
|
|
switch_swig.i
|
…
|
|
switch_time.c
|
FS-4646 --resolve thanks for the update
|
2013-01-22 10:01:52 -06:00 |
switch_utils.c
|
FS-5449: apply correct quoting, got older version of patch accidentally
|
2013-05-31 16:31:27 -05:00 |
switch_xml.c
|
FS-4871: reduce logging a bit
|
2013-05-23 20:51:25 -04:00 |
switch_xml_config.c
|
strtoll correction for windows
|
2012-10-23 12:08:40 -05:00 |
tone2wav.c
|
…
|
|