freeswitch (1.0.7)\r
\r
+ build: Add mod_silk to windows build\r
+ build: fix mod_json_cdr build in windows (MODEVENT-63)\r
+ build: fix build error due to missing zlib linking when using libtool 2.2 or later\r
+ build: Enable mod_curl in windows build\r
+ build: apply fix for MODSOFIA-71 to windows build\r
config: move limit.conf to db.conf\r
+ config: Update VM phrase macros to voice option then action on main, config menus\r
+ core: Add RTCP support (FSRTP-14)\r
+ core: handle some errors on missing db handle conditions\r
+ core: add ... and shutdown as a fail-safe when no modules are loaded\r
+ core: add apr func to disable loopback on multicast to simplify mod_multicast_event\r
+ core: free mem on shutdown (thanks Jalsot) (JANITOR-4)\r
+ core: try harder to get db handle in sql thread and fail out if it can't get one\r
+ core: always export 'export_vars'\r
+ core: add sanity check to launch threads that catch hangup and are not in a thread to make sure they clean up\r
+ core: Tweak bridge_early_media to support passthrough codecs\r
+ core: cleanup C reserved identifer violation (JANITOR-3)\r
+ core: add sound_prefix support in uuid_displace (FSCORE-550)\r
+ core: add 'critical' param on modules.conf to abort on mod load failure from Moc\r
+ core: add 'direction' chan var\r
+ core: fix race condition where 'delete' would beat 'insert' in the reporting db (FSCORE-597)\r
+ core: add callee id to events and add global param verbose-channel-events and fsctl verbose_events [on|off] to globally configure verbose events\r
+ core: fix potential excess cpu usage during originate\r
+ core: fix switch_get_addr to work with v6 properly\r
+ core: fix ZRTP compile issue (MODENDP-305)\r
+ core: fix Hangup on bridge event using switch_caller_profile_dup causes crash (FSCORE-601)\r
+ core: fix race condition when hangup happens after answer indication but before the session thread is started\r
+ core: fix switch_core_sqldb: library routine called out of sequence (sqlite)\r
+ core: attempt to address exotic scenario: FS rewriting SDP when reattempting to bridge a call to second route in proxy_media=true\r
+ core: reset codecs after media bugs\r
+ core: add intercept_unbridged_only=true to only intercept if the channel is not bridged to anyone\r
+ core: Fix switch_url_encode() does not handle properly UTF-8 sequences (FSCORE-605)\r
+ core: add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer\r
+ core: Fix parsing empty XML files (FSCORE-608)\r
+ lang: Improve French phrase files (FSCONFIG-23)\r
+ libdingaling: fix race on shutdown causing crash (FSMOD-47)\r
libesl: Fix potential race condition (ESL-36)\r
+ libesl: Add /uuid command to fs_cli to filter logs by uuid\r
+ libs: Merged OpenZAP and FreeTDM into the FreeSWITCH tree.\r
+ libsfreetdm: implemented freetdm config nodes and ss7 initial configuration\r
+ libsopenzap: Add CLI tracing\r
+ libspandsp: Fixed a typo in spandsp's msvc/inttypes.h Updated sig_tone processing in spandsp to the latest, to allow moy to proceed with his signaling work.\r
+ libspandsp: removed a saturate16 from spandsp that was causing problems fixed a typo in the MSVC inttypes.h file for spandsp\r
+ mod_commands: make break uuid_break and add cascade flag \r
+ mod_commands: add uuid_autoanswer command (now uuid_phone_event)\r
+ mod_commands: expand last patch to do hold as well and rename the command to uuid_phone_event\r
+ mod_commands: make break uuid_break and add cascade flag\r
+ mod_conference: Fix reporting of volume up/down (MODAPP-419)\r
+ mod_conference: add last talking time per member to conference xml list\r
+ mod_conference: add terminate-on-silence conference param\r
+ mod_conference: Add User Flags to Member Data Events (MODAPP-423)\r
mod_db: fix stack corruption (MODAPP-407)\r
+ mod_fifo: allow multiple dtmf to exit fifo, set fifo_caller_exit_key to specify which (MODAPP-420)\r
+ mod_freetdm: Fix for TON and NPI not passed through to channel variables on incoming calls\r
+ mod_gsmopen: copy from branch\r
+ mod_mp4v: MP4V-ES passthru for washibechi on IRC\r
+ mod_nibblebill: free allocated mem at shutdown; free properly if using custom_sql\r
+ mod_nibblebill: Add SAF_SUPPORT_NOMEDIA to nibblebill\r
+ mod_osp: initial check (Open Settlement Protocol)\r
mod_tts_commandline: fix core dump, temp file problem. flush can be called several times (FSMOD-35)\r
mod_lcr: Expand variables (MODAPP-418)\r
+ mod_loopback: add loopback_bowout_on_execute var to make 1 legged loopback calls bow out of the picture\r
+ mod_portaudio: Fix inbound state (CS_ROUTING not CS_INIT) (MODENDP-302)\r
+ mod_sangoma_codec: Add sample config file\r
+ mod_sangoma_codec: added load/noload options for the supported codecs\r
+ mod_sangoma_codec: rename load/noload to register/noregister\r
+ mod_say_zh: Number reading should now be OK for the whole range of integers for Cantonese and Mandarin\r
+ mod_skinny: Add the missing api files\r
+ mod_skypopen: making XEvents to works when EARLYMEDIA, and correctly manage threads death\r
mod_sofia: Send SIP MESSAGE to unregistered users by prefixing sip: to user@domain\r
mod_sofia: fix callee being updated with callee information\r
+ mod_sofia: set appearance-index in update statement for SLA\r
+ mod_sofia: add killgw _all_ to delete all gws\r
+ mod_sofia: Fix Callee is updated with Callee display information (FSCORE-586)\r
+ mod_sofia: add RTCP separate on audio and video and add passthru \r
+ mod_sofia: add outbound_redirect_fatal channel variable\r
+ mod_sofia: fix RTCP port update on reINVITE (FSCORE-594/MODSOFIA-74)\r
+ mod_sofia: don't put ':' in to user agent string (MODSOFIA-71)\r
+ mod_sofia: add failed call statistics to gateways (MODENDP-238)\r
+ mod_sofia: add 'sofia_count_reg' api function\r
+ mod_sofia: add EXPSECS time till reg expire and total to status return\r
+ mod_sofia: fix core in sofia_presence (MODENDP-304)\r
+ mod_sofia: replace don't bridge when parsing replaces header on invite (also hangup)\r
+ mod_sofia: add disable_hold var or disable-hold profile param\r
+ mod_sofia: allow sendonly mode in IVR where caller listens only (no input) (MODENDP-303)\r
+ mod_sofia: sip_acl_authed_by and sip_acl_token vars to tell when you are authed by an acl\r
+ mod_sofia: fire an event for gateway ping\r
+ mod_sofia: initial handling of udptl and t.38 re-invite\r
+ mod_spy: add support for loopback endpoint (MODAPP-416)\r
+ mod_valet_parking: add event data to valet parking hold event\r
+ mod_valet_parking: add event for Valet Parking action exit\r
+ mod_voicemail: Fix vm_prefs profile lock (MODAPP-417)\r
+ mod_voicemail: add 'vm-enabled' param (default true)\r
+ mod_voicemail: fix vm msg being deleted when pressing key to forward to email (MODAPP-403)\r
+ mod_xml_cdr: add force_process_cdr var to process b leg cdr on a case by case basis when b leg cdr is disabled (XML-17)\r
+ mod_xml_cdr: add leg param to query string (XML-24)\r
+ mod_xml_cdr: fix locked sessions (XML-26)\r
\r
\r
freeswitch (1.0.6)\r