build: de-couple version numbers and builds of sound files and moh files (FSBUILD-153/r:13096)\r
build: use sound_version.txt and moh_version.txt to determine sound file version on windows (FSBUILD-152/r:13097)\r
build: use in tree libtiff for msvc build and fix some header generation checks (r:13150)\r
+ build: clean esl on make current (r:13204,13205)\r
config: default config, calling own extension no longer goes to voicemail (r:12596)\r
config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)\r
config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)\r
config: Update sample IVR to include ClueCon reg option :) (r:13043)\r
config: Add ext 9991 as ClueCon ext; use transfer instead of bridge on demo ivr opt #4 (r:13046)\r
config: remove invalid options from profiles (r:13153)\r
+ config: add documention for dist-dtmf member flag in conference.conf.xml\r
core: fix suncc visibility support in libteletone (r:12154-12157)\r
core: fix crash on FS shutdown with "..." (FSCORE-297/r:12173,12361,12402)\r
core: add separate mutex for state related methods (r:12191)\r
core: Do not use struct fd_set uninitialized (always FD_ZERO() them, before using FD_SET() on a new one, or reusing them after select()). Fixes a segfault on solaris (r:13125)\r
core: Fix missing UNPROTECT_INTERFACE in case pre_answer fails (r:13130)\r
core: add record_waste_resources channel variable to send blank audio during recording (r:13144)\r
+ core: add auto-sync idle timers in switch_time.c (r:13161)\r
+ core: Add Q850 hangup cause variable (FSCORE-356/r:13163)\r
+ core: keep presence up to date (r:13166)\r
+ core: fix failed_xml_cdr_prefix is processed before all variables for the b-leg have been generated (FSCORE-357/r:13167,13176)\r
docs: Fix filename references in phrase_en.xml (r:12976)\r
docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)\r
docs: Updates to phrase_es.xml (r:13067)\r
docs: Latest revision of Spanish prompts file (r:13115)\r
+ docs: switch_core.h doxygen update (r:13181)\r
formats: add mod_portaudio_stream to get audio from any dev (MODFORM-25/r:12178)\r
fs_cli: fix solaris build (r:12160)\r
ivr: make tts-engine and tts-voice valid attributes on the menu xml (r:12278)\r
libesl: kill zombies (r:13013)\r
libesl: don't double encode events when sending them (r:13078)\r
libesl: adding sendevent example for esl perl (r:13079)\r
+ libesl: send content len with body in esl sendevent (r:13168)\r
+ libesl: add arbitrary notify (r:13188)\r
libiksemel: let return 0 be a failure on read in iks to avoid cpu race (r:13123,13124,13133)\r
libsndfile: add executable permissions to libs/libsndfile/src/create_symbols_file.py (FSBUILD-134/r:12535)\r
libsofiasip: Fix compile time out-of-bounds error in su_uniqueid.c (SFSIP-136/r:12914)\r
libsofiasip: make info work out of dialog (r:13087)\r
libspandsp: update to snapshot spandsp-20090421 (r:13086)\r
+ libspandsp: update to snapshot spandsp-20090427 (r:13177)\r
libspeex: Add visibility support for suncc on solaris (r:13117,13118)\r
libteletone: update api visibility macros for windows\r
libtiff: add libtiff, v3.8.2\r
mod_commands: add echo api command (echo back exact input) and add expand api command (executes another api command with variable expansion) (r:13101,13102)\r
mod_commands: add "stun" fsapi command (r:13137)\r
mod_commands: mod_commands: if no bind ip specified for stun fsapi command, use the guess ip (r:13140)\r
+ mod_commands: add show channels like %foo% (no % in the string implies wrapped in %, no spaces allowed in match string (r:13193)\r
mod_conference: fix read terminating on single digit when called from a meta-app inside a conference (MODAPP-226/r:12466)\r
mod_conference: recording members should be invisible to commands (MODAPP-233/r:12582)\r
mod_conference: add lock caller_control (r:12787)\r
mod_conference: set perpetual_sound from channel var (r:13048)\r
mod_conference: increase sanity timer for conference auto-record to 120 seconds (r:13104)\r
mod_conference: serialize (r:13116)\r
+ mod_conference: dist-dtmf flag in conference (r:13191)\r
+ mod_conference: add transfer action to caller-controls (r:13194)\r
+ mod_conference: fix dtmf queue issue in dist-dtmf feature (MODAPP-268/r:13206)\r
mod_console: Fix mod_console (missing FD_ZERO before FD_SET) (r:13126)\r
mod_dahdi_codec: delay init of resources until the first time they are actually used to avoid unnecessary waste of resources in hardware codec (r:12962)\r
mod_dingaling: fix crash when unloading/reload mod_dingaling (LBDING-13/r:12612)\r
mod_dptools: fix b & c legs not bridging when attended transfer used (FSCORE-334/r:12649)\r
mod_dptools: Custom events fired from event application bypass filtering mechanism (MODAPP-249/r:12894)\r
mod_dptools: change inline limit from 4 to 128 apps (MODAPP-253/r:12957)\r
+ mod_dptools: improvements to presence function (r:13164)\r
mod_enum: fix enum_auto_route (MODAPP220/r:12243)\r
mod_erlang_event: Bind to 0.0.0.0 instead of 127.0.0.1 by default; like most erlang nodes do. (r:12249)\r
mod_erlang_event: Reply appropriately to net_adm:ping() (r:13066)\r
mod_fifo: fix uuid_transfer into mod_conference audio issue (MODAPP-259/r:13030)\r
mod_fifo: add fifo_orbit_dialplan and fifo_orbit_context vars (MODAPP-189/r:13038)\r
mod_fifo: don't do wrapup when agent is in nowait mode or call has ended (r:13094)\r
+ mod_file_string: add new module, allows for playing ! delimited lists of sound files (r:13182)\r
mod_flite: three new voices - rms, awb (male), slt (female) (r:12166)\r
mod_iax: make mod_iax async (r:13021)\r
mod_iax: autoflush these channels that use queues (r:13057)\r
mod_limit: close odbc handle (r:12632)\r
mod_limit: Add more error checking to hash api/app (r:13007)\r
mod_limit: prevent multiple bindings of the same event_hooks to make code simpler in mod_limit (MODAPP-264/r:13113)\r
- mod_lua: windows build changes to support externally built modules. (MODLANG-101/r:12237)\r
- mod_lua: fix visibility support (FSCORE-302/r:12239-12240)\r
- mod_lua: fix windows build (FSBUILD-149/r:12919)\r
+ mod_local_stream: Add show_local_stream [stream name] (MODFORM-27/r:13165)\r
+ mod_local_stream: fail over to default if desired stream is not found (r:13184,13185,13186)\r
mod_loopback: mod_lopback: other_loopback _leg_uuid variables are sometimes unset while executing the dialplan (MODENDP-210/r:12905)\r
mod_loopback: destroy codec (r:12936)\r
mod_loopback: fix loopback channels that stay alive (FSCORE-349/r:12944,12953)\r
mod_loopback: pass flush indications across to the b leg (r:13146)\r
mod_loopback: make mod_loopback render silence to prevent livelock (r:13147)\r
mod_loopback: drop excess frames on loopback channel (r:13156,13157,13158)\r
+ mod_loopback: add loopback_bowout variable (set to false to skip auto-bowout) (r:13162)\r
+ mod_lua: windows build changes to support externally built modules. (MODLANG-101/r:12237)\r
+ mod_lua: fix visibility support (FSCORE-302/r:12239-12240)\r
+ mod_lua: fix windows build (FSBUILD-149/r:12919)\r
mod_memcache: add new module, mod_memcache; API for memcached (r:12871)\r
mod_memcache: make -ERR for API call less verbose (r:12949)\r
mod_memcache: add hook reloadxml event (r:12950)\r
mod_sofia: only pass 2833 while bridged and while bridged to another channel that uses our RTP stack (r:13131)\r
mod_sofia: send-message-query-on-register profile param, set it to false to disable default of true (r:13139)\r
mod_sofia: fix segfault in sofia xmlstatus profile command (MODENDP-214/r:13141)\r
+ mod_sofia: add contact lookup (r:13169)\r
+ mod_sofia: parse out alert-info and call-info from infos (r:13173)\r
+ mod_sofia: add arbitrary notify (r:13187,13189)\r
+ mod_sofia: add experimental NDLB-connectile-dysfunction-2.0 (r:13197~13203)\r
mod_spy: add new module, mod_spy (MODAPP-260/r:13035,13036)\r
mod_syslog: Keep the indent string in memory (LOGGER-1/r:12852)\r
mod_t38gateway: Introduction of the skeleton of a media bug implementing a T.38 gateway, so the\r