.. |
include
|
Merge branch 'master' into smgmaster
|
2011-07-29 17:07:24 -04:00 |
mod
|
Merge branch 'master' into smgmaster
|
2011-09-15 09:53:55 -04:00 |
.gitignore
|
…
|
|
CMakeLists.txt
|
…
|
|
Makefile.am
|
…
|
|
fs_encode.c
|
…
|
|
g711.c
|
…
|
|
inet_pton.c
|
…
|
|
switch.c
|
Merge branch 'smgmaster' into releases.3.4
|
2011-06-13 14:18:23 -04:00 |
switch_apr.c
|
Merge branch 'master' into smgmaster
|
2011-07-29 17:07:24 -04:00 |
switch_buffer.c
|
add some various api util
|
2011-06-09 12:17:32 -05:00 |
switch_caller.c
|
allow creation of arbitrary profile vars
|
2011-05-13 15:29:40 -05:00 |
switch_channel.c
|
update show calls to show both 1 legged calls and bridged calls, also show bridged_calls for previous behaviour of show calls
|
2011-08-01 14:43:03 -05:00 |
switch_config.c
|
…
|
|
switch_console.c
|
skip initial space in switch console and API execution - resolve issue #778
|
2011-07-04 15:30:33 -04:00 |
switch_core.c
|
Merge branch 'master' into smgmaster
|
2011-07-29 16:50:22 -04:00 |
switch_core_asr.c
|
…
|
|
switch_core_codec.c
|
adding fix that was reported on the mailing list and thoughtlessly left there to rot despite my begging them to open a JIRA
|
2011-04-19 13:51:08 -05:00 |
switch_core_db.c
|
no this is better the other way
|
2011-03-06 20:57:26 -06:00 |
switch_core_directory.c
|
…
|
|
switch_core_event_hook.c
|
…
|
|
switch_core_file.c
|
reset offset_pos on seek to 0
|
2011-05-17 13:00:40 -05:00 |
switch_core_hash.c
|
add some various api util
|
2011-06-09 12:17:32 -05:00 |
switch_core_io.c
|
media_bug: Fix for rare race condition. More work required to make media bug safe.
|
2011-03-27 00:34:07 -04:00 |
switch_core_media_bug.c
|
add vars: flip_record_on_hold to make the recording flip to the other leg on hold, record_check_bridge to make recording the same file on the opposite leg of a bridge considered a duplicate attempt and record_toggle_on_repeat to make repeat recording the same file toggle the recording off
|
2011-05-31 22:22:18 -05:00 |
switch_core_memory.c
|
add debug
|
2011-06-30 18:59:35 -05:00 |
switch_core_port_allocator.c
|
…
|
|
switch_core_rwlock.c
|
…
|
|
switch_core_session.c
|
sdp_m_per_ptime is now implied to be true, if you don't like this set it to false but its going to be undefined behaviour. This basically means if you call in with ptime 30 then you have a bunch of ptime 20 codecs in your outbound list that there will be one m= line with 30 and the original inbound codec and more m= lines for each discinct ptime in your list. This is, of course, will depend on disable_trancoding or absolute_codec_string as well
|
2011-08-01 10:22:55 -05:00 |
switch_core_speech.c
|
…
|
|
switch_core_sqldb.c
|
update sql indexes and queue size
|
2011-08-02 00:27:38 -05:00 |
switch_core_state_machine.c
|
move channel_create event to init state to allow more info to be gathered
|
2011-06-24 10:52:18 -05:00 |
switch_core_timer.c
|
…
|
|
switch_cpp.cpp
|
FS-3119
|
2011-03-03 14:21:02 -06:00 |
switch_dso.c
|
…
|
|
switch_event.c
|
update defined code that doesn't compile anyway
|
2011-07-11 21:27:36 -05:00 |
switch_ivr.c
|
fix sip auto_simplify
|
2011-07-16 02:34:17 -05:00 |
switch_ivr_async.c
|
setting display on wrong channel on eavesdrop
|
2011-07-29 13:59:31 -05:00 |
switch_ivr_bridge.c
|
add bridged timestamp and hangup_complete_with_xml=true to add xml_cdr to the body of hangup_complete events
|
2011-04-28 13:46:39 -05:00 |
switch_ivr_menu.c
|
…
|
|
switch_ivr_originate.c
|
auto populate global origination_caller_id_name/number from effective_caller_id_name/number in enterprise originate
|
2011-06-29 15:57:59 -05:00 |
switch_ivr_play_say.c
|
add prefix chars to playback_terminators + means include the term in the string and x means include the char and return SWITCH_STATUS_RESTART eg #+* only includes the * if you type it but not the #
|
2011-05-19 15:39:43 -05:00 |
switch_ivr_say.c
|
…
|
|
switch_json.c
|
…
|
|
switch_limit.c
|
…
|
|
switch_loadable_module.c
|
Merge branch 'master' into smgmaster
|
2011-07-29 16:50:22 -04:00 |
switch_log.c
|
…
|
|
switch_mprintf.c
|
FS-3359 --resolve also added %y to printf macros to replace ' with \'
|
2011-07-07 15:08:23 -05:00 |
switch_nat.c
|
Lower NAT port mapping disabled log msg from WARNING to INFO
|
2011-04-19 14:21:33 -05:00 |
switch_odbc.c
|
…
|
|
switch_pcm.c
|
add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly
|
2011-04-12 09:47:11 -05:00 |
switch_profile.c
|
…
|
|
switch_regex.c
|
FS-3315 Fix this differently convert to cdecl so SWIG likes
|
2011-06-01 10:48:42 -05:00 |
switch_resample.c
|
allow -1 as silence generation divisor to specify only zeroes silence
|
2011-05-25 23:16:24 -04:00 |
switch_rtp.c
|
print ip:port on rtp bind err
|
2011-08-01 23:55:58 -05:00 |
switch_scheduler.c
|
…
|
|
switch_stun.c
|
…
|
|
switch_swig.c
|
lower log-level of failed ivr_originate
|
2011-06-06 17:54:17 +00:00 |
switch_swig.i
|
…
|
|
switch_time.c
|
last commit for --enable-timerfd-wrapper (autoheadache)
|
2011-06-30 18:30:24 -05:00 |
switch_utils.c
|
FS-3099 --resolve
|
2011-07-28 17:13:38 -05:00 |
switch_xml.c
|
FS-3380 --resolve Bad calling conventions for Windows
|
2011-06-29 11:30:31 -05:00 |
switch_xml_config.c
|
fix trivial comiler warning for last commit
|
2011-04-28 14:39:24 -05:00 |
tone2wav.c
|
…
|
|