mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 10:37:42 +00:00
Update ChangeLog through r15359
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15360 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5964e31873
commit
0c54152402
@ -12,9 +12,13 @@ freeswitch (1.0.5)
|
||||
build: remove broken modules from debian build (FSBUILD-193/r:15068)
|
||||
build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113)
|
||||
build: Debian build misses some packages (FSBUILD-201/r:15216)
|
||||
build: Win32 Dependencies do not download if there is a space in the path to sources (FSBUILD-203/r:15348)
|
||||
config: improvements to French language handling (MODASRTTS-20/r:14911)
|
||||
config: Add valet_parking to default config (r:15124)
|
||||
config: Add valet macros (r:15156)
|
||||
config: Fix dialplan 6000 - call park retrieval example (r:15292)
|
||||
config: clarify the info as the word IP in the option isn't clearly saying you can put an IP in the options value (r:15302)
|
||||
config: Convert lang/fr/vm/sounds.xml to utf8 and minor changes (MODASRTTS-22/r:15319)
|
||||
core: Add per-call logging (r:14509)
|
||||
core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)
|
||||
core: refactor node allocation and make a copy of userdata in case the session gets killed before the logger module gets the node (r:14555)
|
||||
@ -87,6 +91,14 @@ freeswitch (1.0.5)
|
||||
core: answer channel on record to ensure media (r:15265)
|
||||
core: refactor ringback so it does not start early_media until it has to (r:15266)
|
||||
core: add record_min_sec chan var (r:15271)
|
||||
core: flush audio on reset of auto-adjust (r:15282)
|
||||
core: filter out unwanted media on rtp (r:15284)
|
||||
core: make switch_cmp_addr ipv6 friendly and cleanup/refactor autoadjust code in rtp (r:15289)
|
||||
core: add slide_write to switch_buffer (r:15297)
|
||||
core: add non opaque return for switch_thread_cond_timedwait (r:15322)
|
||||
core: fix some bypass xfer scenarios (r:15326)
|
||||
core: Originate/bride doesn't pass 183s, then times out on media while in bypass-media mode (FSCORE-479/r:15329)
|
||||
core: add flags to state_handler table (r:15356)
|
||||
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
|
||||
embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
|
||||
embedded_languages: add session.hangupCause() (r:14912)
|
||||
@ -106,6 +118,9 @@ freeswitch (1.0.5)
|
||||
mod_cid_lookup: Fix segfault on no DSN (MODAPP-346/r:15019)
|
||||
mod_cidlookup: add whitepages.com support (r:15023)
|
||||
mod_cidlookup: add channel var / debug log for cidlookup src (r:15268)
|
||||
mod_cidlookup: fix minor bugs, make whitepages work if regular url not set (oops), channel var set for area, ignore "UNKNOWN" and "UNAVAILABLE" from API (r:15331)
|
||||
mod_cidlookup: more cleanup, always try to get a location, add verbose option to api call, cache area and src so the cache is full rep of cid data (r:15333)
|
||||
mod_cidlookup: proper fix for working in npanxx only mode (thanks for the heads up bkw) (r:15341)
|
||||
mod_commands: add host_lookup api call (r:14667)
|
||||
mod_commands: add uuid_exists api call (r:14668)
|
||||
mod_commands: add non-destructive regex substitution (MODAPP-319/r:14727)
|
||||
@ -148,6 +163,7 @@ freeswitch (1.0.5)
|
||||
mod_fifo: allow to call outbound member on on-the-fly fifo, also add a settings params to delete or keep all dynamic fifo entry (MODAPP-332/r:14989)
|
||||
mod_fifo: skip setting callerid when it's already set (r:15071)
|
||||
mod_h323: initial commit (r:15223)
|
||||
mod_h323: fix faststart in progress handling (r:15352)
|
||||
mod_fifo: gracefully fail on missing config file (r:15106)
|
||||
mod_iax: avoiding buffer overflow in silly iax lib (r:14910)
|
||||
mod_lcr: fix possible null string passed to switch_log_printf (r:14514)
|
||||
@ -163,6 +179,7 @@ freeswitch (1.0.5)
|
||||
mod_lua: fix seek function (MODLANG-124/r:14812)
|
||||
mod_managed: Add utility function to create SWIGTYPE_p objects (r:14923)
|
||||
mod_managed: Add ProgressMediaTime to ChannelVariables (r:15001)
|
||||
mod_managed: Set stick flag on state handler so signal_bridge won't nuke it (r:15357)
|
||||
mod_memcache: update to libmemcached 0.32 (r:14935)
|
||||
mod_memcache: add --with-memcached=no to libmemcached configure (r:14938)
|
||||
mod_opal: Added setting of outgoing number and display name from extension number so H.323/Q.931 fields are set correctly in ALERTING and CONNECT messages sent for incoming calls.(r:14900)
|
||||
@ -179,6 +196,10 @@ freeswitch (1.0.5)
|
||||
mod_skypiax: fires a custom event when an incoming CHATMESSAGE arrives. (r:14845)
|
||||
mod_skypiax: added skypiax_chat command.(r:14857)
|
||||
mod_skypiax: now outbound chatmessages follow the standard path, you can send them with: chat,<proto>|<from>|<to>|<message> or with: skypiax_chat,<interfacename> <to> <text>. (r:14884)
|
||||
mod_skypiax: when sending a chatmessage, do not report it as an incoming message (eg: do not report the messages sent by myself) (r:15327)
|
||||
mod_skypiax: added one more 'PROTOCOL 7' command, because windows was not getting it. Now CHATMESSAGES will probably work on windows too (r:15342)
|
||||
mod_skypiax: added 'report_incoming_chatmessages' configuration file per_interface setting. To activate it, put its value to '1' or 'true', any other value will be 'false'. Defualts to 'true' (r:15343)
|
||||
mod_skypiax: commented out 'XCloseDisplay' lines, seems to cause crashes... (r:15344)
|
||||
mod_snipe_hunt: add mod_snipe_hunt to tree (r:14937)
|
||||
mod_sofia: allow custom SIP X-headers in 180/183/200 messages (MODSOFIA-20/r:14482)
|
||||
mod_sofia: use switch_mprintf to securely parse the user parameters for the SQL query for reboot in mod_sofia (MODENDP-233/r:14484)
|
||||
@ -219,6 +240,9 @@ freeswitch (1.0.5)
|
||||
mod_sofia: sql-in-transactions profile param (only vaid on first load) whether or not to bundle sql stmts in transactions (r:15217)
|
||||
mod_sofia: add pass-callee-id (defaults to true) disable by setting it to false if you encounter something too stupid to ignore X headers (r:15230)
|
||||
mod_sofia: overcome ack via in nat (r:15277)
|
||||
mod_sofia: windows compiler fixes and switch_mprintf overflow(32bit only) (r:15286)
|
||||
mod_sofia: doing carot dialing to a location without a gateway will result in the host being null in some cases this will not allow that if you specify the full sip:dest@host it works fine but if you only specify the number then host will be null (r:15332)
|
||||
mod_sofia: add distinct-to=true|false to be used with from-domain when you don't want to change the to (r:15334)
|
||||
mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)
|
||||
mod_tts_commandline: Add new module (r:14827)
|
||||
mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)
|
||||
@ -227,6 +251,7 @@ freeswitch (1.0.5)
|
||||
mod_tts_commandline: quote shell args, create an unique tempfile (r:14931)
|
||||
mod_tts_commandline: improve, update config file (MODASRTTS-21/r:14932)
|
||||
mod_unimrcp: add support for file://, <speak, and <grammar (r:15236)
|
||||
mod_unimrcp: fixed pizza demo bug, other misc ungoodness (r:15330)
|
||||
mod_valet_parking: add (r:15072)
|
||||
mod_valet_parking: sense att xfer in valet (r:15126)
|
||||
mod_valet_parking: add events and valet_info fsapi to valet parking (r:15136)
|
||||
|
Loading…
x
Reference in New Issue
Block a user