freeswitch/src
Travis Cross 086f617442 increase buffer size for local SDP
There are a lot of codecs these days, and some clients offer all of
them.  If we run out of space in this buffer our local SDP will get
silently truncated, which will cause a difficult to diagnose error in
Sofia-SIP.

Thanks to Anthony Minessale.

FS-4293 --resolve
2012-06-08 16:14:21 +00:00
..
include SWITCH_VERSION_REVISION includes the dash or dot itself 2012-06-01 22:22:44 +00:00
mod increase buffer size for local SDP 2012-06-08 16:14:21 +00:00
.gitignore Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 2010-04-05 23:17:43 +00:00
CMakeLists.txt
Makefile.am
fs_encode.c Copyright date update. 2012-04-18 11:52:02 -05:00
g711.c run indent on the whole tree and update copyright dates in prep for 1.0.5 2010-02-06 03:38:24 +00:00
inet_pton.c Add initial support for VS2010 2010-06-28 15:49:19 -05:00
switch.c FS-4169 --resolve compiler warning for solaris 2012-05-17 10:28:51 -05:00
switch_apr.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_buffer.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_caller.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_channel.c put presence data in state events 2012-06-01 13:21:12 -05:00
switch_config.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_console.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core.c default to forking system on non-windows 2012-05-24 13:06:32 -05:00
switch_core_asr.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_codec.c addition to 5b3b77071b 2012-05-14 13:07:40 -05:00
switch_core_db.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_directory.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_event_hook.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_file.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_hash.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_io.c abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -05:00
switch_core_media_bug.c FS-4204 --resolve 2012-05-10 22:34:37 -05:00
switch_core_memory.c FS-4245 --resolve 2012-05-23 13:13:32 -05:00
switch_core_port_allocator.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_rwlock.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_session.c abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -05:00
switch_core_speech.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_sqldb.c do update to state on channels table at hangup 2012-06-05 13:19:34 -04:00
switch_core_state_machine.c tweak to confirm blind transfer patch 2012-05-08 19:33:53 -05:00
switch_core_timer.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_cpp.cpp Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
switch_curl.c move func in the core to hide the need to wrap it 2012-01-05 16:57:31 -06:00
switch_dso.c switch_dso.c: FreeBSD(8.0) dlerror() returns const char*, add cast to char* to avoid a warning (and abort due to -Werror) 2010-04-24 11:18:49 +02:00
switch_event.c add support for variable expander to recognize 717 vars as specificly globals 2012-05-24 13:07:26 -05:00
switch_ivr.c FS-4248 prevent seg for unsupported say method 2012-06-07 10:06:09 -05:00
switch_ivr_async.c abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -05:00
switch_ivr_bridge.c abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -05:00
switch_ivr_menu.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_ivr_originate.c allow ep_codec_string to draw from absolute_codec_string before the profile prefs 2012-06-01 10:06:28 -05:00
switch_ivr_play_say.c abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -05:00
switch_ivr_say.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_json.c FS-4285 --resolve 2012-06-04 09:24:42 -05:00
switch_limit.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
switch_loadable_module.c add loopback_initial_codec variable to specifiy the codec of a one legeded loopback channel 2012-04-23 12:16:53 -05:00
switch_log.c Copyright date update. 2012-04-18 11:52:02 -05:00
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 Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
switch_odbc.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_pcm.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_profile.c FSCORE-570 2010-03-15 18:01:38 +00:00
switch_regex.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_resample.c re-implement sla barge using eavesdrop backend 2012-05-07 13:44:16 -05:00
switch_rtp.c abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -05:00
switch_scheduler.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_stun.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_swig.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_swig.i add getGlobalVariable and setGlobalVariable to swig stuff 2011-10-21 08:56:42 -05:00
switch_time.c FS-4290 --resolve 2012-06-05 12:30:01 -05:00
switch_utils.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_xml.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_xml_config.c Copyright date update. 2012-04-18 11:52:02 -05:00
tone2wav.c Copyright date update. 2012-04-18 11:52:02 -05:00