.. |
include
|
FS-7912 add session UUID to embedded language (lua, javascript, etc) logs when session sanity check fails
|
2015-07-29 15:11:47 -04:00 |
mod
|
FS-7760 add some more params
|
2015-07-29 15:53:29 -05:00 |
.gitignore
|
…
|
|
CMakeLists.txt
|
…
|
|
Makefile.am
|
…
|
|
fs_encode.c
|
copyright date update
|
2015-06-23 14:43:16 -04:00 |
g711.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
inet_pton.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch.c
|
FS-7644. Fix build on VS2013/Win by creating and forcing nf (nofork) to true.
|
2015-06-18 04:53:56 -06:00 |
switch_apr.c
|
Merge pull request #290 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang_socket to master
|
2015-07-03 18:00:08 -05:00 |
switch_buffer.c
|
FS-7500: add partition mode to switch_buffer
|
2015-05-28 12:47:11 -05:00 |
switch_caller.c
|
…
|
|
switch_channel.c
|
add a debug log
|
2015-06-24 17:43:38 -04:00 |
switch_config.c
|
CID: 1210583
|
2014-05-14 19:37:57 +00:00 |
switch_console.c
|
Silence warning from clang-3.5 dealing with redefining the variable argv which is first defined as a function parameter
|
2014-08-02 19:47:07 -07:00 |
switch_core.c
|
FS-7638 properly match ACL with IPv4 mapped IPv6 addresses
|
2015-06-11 10:41:33 -05:00 |
switch_core_asr.c
|
…
|
|
switch_core_cert.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch_core_codec.c
|
FS-7504: allow <modname>.<codecname> support so multiple modules can exist for the same codec
|
2015-05-28 12:47:13 -05:00 |
switch_core_db.c
|
…
|
|
switch_core_directory.c
|
…
|
|
switch_core_event_hook.c
|
…
|
|
switch_core_file.c
|
FS-7503: add vb param for vid bitrate
|
2015-05-28 12:47:23 -05:00 |
switch_core_hash.c
|
CID: 1294434 fixing a sizeof statement that was working for so long because on 64bit boxes the pointer size would be 64bits and the uint8_t was expecting at least 32
|
2015-05-28 12:47:21 -05:00 |
switch_core_io.c
|
FS-7654 #resolve
|
2015-06-12 23:55:29 -05:00 |
switch_core_media.c
|
hack sync for now %noWIR
|
2015-07-28 21:42:08 -05:00 |
switch_core_media_bug.c
|
FS-7769 More features
|
2015-07-28 19:43:04 -05:00 |
switch_core_memory.c
|
FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered
|
2015-05-21 09:50:49 -05:00 |
switch_core_port_allocator.c
|
…
|
|
switch_core_rwlock.c
|
…
|
|
switch_core_session.c
|
FS-7486
|
2015-07-03 14:22:20 -04:00 |
switch_core_speech.c
|
first pass of stereo support
|
2014-06-12 22:06:33 +05:00 |
switch_core_sqldb.c
|
FS-7854 Add task_runtime to tasks table in core database
|
2015-07-20 15:06:46 -05:00 |
switch_core_state_machine.c
|
FS-7602 FS-7499 FS-7587 modify dtls init function placement
|
2015-06-04 20:37:15 -05:00 |
switch_core_timer.c
|
…
|
|
switch_core_video.c
|
FS-7769 More features
|
2015-07-28 19:43:04 -05:00 |
switch_cpp.cpp
|
FS-7721 #resolve #comment this will fix your issue but of course now your example will not function anymore because you are unsetting the input callback and dtmf will be ignored but this is to be expected
|
2015-06-30 12:30:36 -05:00 |
switch_curl.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch_dso.c
|
…
|
|
switch_event.c
|
FS-7866: fix crash when running incorrect var api expansion syntax "eval ${${external_sip_ip}:4}"
|
2015-07-21 12:23:21 -05:00 |
switch_hashtable.c
|
FS-7499: improve generic nack and vpx framing
|
2015-05-28 12:47:14 -05:00 |
switch_ivr.c
|
FS-7780 add new channel variable max_session_transfers. If set, this variable is used to count
|
2015-07-06 15:26:56 -04:00 |
switch_ivr_async.c
|
FS-7769 More features
|
2015-07-28 19:43:04 -05:00 |
switch_ivr_bridge.c
|
pass refresh requests to gen key frames on video bridge
|
2015-07-14 11:17:39 -05:00 |
switch_ivr_menu.c
|
…
|
|
switch_ivr_originate.c
|
FS-7678 #resolve
|
2015-06-19 01:34:31 -05:00 |
switch_ivr_play_say.c
|
FS-7654 regression on eavesdropping on channels playing a file because of channel count of 0 on write frame from stream_file
|
2015-07-22 00:29:56 -05:00 |
switch_ivr_say.c
|
…
|
|
switch_json.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch_limit.c
|
Lower log level of limit increases and releases
|
2014-08-28 01:40:36 +00:00 |
switch_loadable_module.c
|
FS-7761 [core] fix shutdown races running api commands during shutdown
|
2015-07-02 10:08:54 -05:00 |
switch_log.c
|
FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered
|
2015-05-21 09:50:49 -05:00 |
switch_mprintf.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch_nat.c
|
FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered
|
2015-05-21 09:50:49 -05:00 |
switch_odbc.c
|
FS-3867: #resolve add special case for oracle alive query
|
2014-09-03 13:31:34 -04:00 |
switch_pcm.c
|
add 48k PCMU support
|
2015-05-28 12:47:09 -05:00 |
switch_pgsql.c
|
set affected_rows also for non-SELECT queries
|
2015-06-02 18:46:50 +08:00 |
switch_profile.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch_regex.c
|
…
|
|
switch_resample.c
|
FS-7654 #resolve
|
2015-06-12 23:55:29 -05:00 |
switch_rtp.c
|
FS-7839: attempt to work with new EC dtls requirements for firefox >38
|
2015-07-24 15:22:21 -05:00 |
switch_scheduler.c
|
FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered
|
2015-05-21 09:50:49 -05:00 |
switch_sdp.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch_speex.c
|
…
|
|
switch_stfu.c
|
only find exact ts not a range
|
2015-06-08 13:17:52 -05:00 |
switch_stun.c
|
FS-7602 add some of 3b2d00f3e6 from verto to sip and refactor some code to keep sip working like verto
|
2015-06-02 21:20:03 -05:00 |
switch_swig.c
|
…
|
|
switch_swig.i
|
…
|
|
switch_time.c
|
FS-7761 [core] fix shutdown races running api commands during shutdown
|
2015-07-02 10:08:54 -05:00 |
switch_utf8.c
|
FS-7506 FS-7513: set banner with video_banner_text variable set before calling in, NEEDS DOCS params are parsable inside a {} string
|
2015-05-28 12:46:59 -05:00 |
switch_utils.c
|
FS-7885 Add getcputime command
|
2015-07-24 02:34:00 -06:00 |
switch_version.c
|
Add editor footer to core files missing it
|
2014-06-27 23:55:27 +00:00 |
switch_vidderbuffer.c
|
FS-7499 FS-7508 FS-7501 some more general improvements for initial call setup
|
2015-05-28 12:47:29 -05:00 |
switch_xml.c
|
FS-7760 #resolve
|
2015-07-09 20:00:28 +01:00 |
switch_xml_config.c
|
…
|
|
tone2wav.c
|
…
|
|