build: remove broken modules from debian build (FSBUILD-193/r:15068)\r
build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113)\r
build: Debian build misses some packages (FSBUILD-201/r:15216)\r
+ build: Win32 Dependencies do not download if there is a space in the path to sources (FSBUILD-203/r:15348)\r
config: improvements to French language handling (MODASRTTS-20/r:14911)\r
config: Add valet_parking to default config (r:15124)\r
config: Add valet macros (r:15156)\r
+ config: Fix dialplan 6000 - call park retrieval example (r:15292)\r
+ 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)\r
+ config: Convert lang/fr/vm/sounds.xml to utf8 and minor changes (MODASRTTS-22/r:15319)\r
core: Add per-call logging (r:14509)\r
core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)\r
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)\r
core: answer channel on record to ensure media (r:15265)\r
core: refactor ringback so it does not start early_media until it has to (r:15266)\r
core: add record_min_sec chan var (r:15271)\r
+ core: flush audio on reset of auto-adjust (r:15282)\r
+ core: filter out unwanted media on rtp (r:15284)\r
+ core: make switch_cmp_addr ipv6 friendly and cleanup/refactor autoadjust code in rtp (r:15289)\r
+ core: add slide_write to switch_buffer (r:15297)\r
+ core: add non opaque return for switch_thread_cond_timedwait (r:15322)\r
+ core: fix some bypass xfer scenarios (r:15326)\r
+ core: Originate/bride doesn't pass 183s, then times out on media while in bypass-media mode (FSCORE-479/r:15329)\r
+ core: add flags to state_handler table (r:15356)\r
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)\r
embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)\r
embedded_languages: add session.hangupCause() (r:14912)\r
mod_cid_lookup: Fix segfault on no DSN (MODAPP-346/r:15019)\r
mod_cidlookup: add whitepages.com support (r:15023)\r
mod_cidlookup: add channel var / debug log for cidlookup src (r:15268)\r
+ 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)\r
+ 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)\r
+ mod_cidlookup: proper fix for working in npanxx only mode (thanks for the heads up bkw) (r:15341)\r
mod_commands: add host_lookup api call (r:14667)\r
mod_commands: add uuid_exists api call (r:14668)\r
mod_commands: add non-destructive regex substitution (MODAPP-319/r:14727)\r
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) \r
mod_fifo: skip setting callerid when it's already set (r:15071)\r
mod_h323: initial commit (r:15223)\r
+ mod_h323: fix faststart in progress handling (r:15352)\r
mod_fifo: gracefully fail on missing config file (r:15106)\r
mod_iax: avoiding buffer overflow in silly iax lib (r:14910)\r
mod_lcr: fix possible null string passed to switch_log_printf (r:14514)\r
mod_lua: fix seek function (MODLANG-124/r:14812)\r
mod_managed: Add utility function to create SWIGTYPE_p objects (r:14923)\r
mod_managed: Add ProgressMediaTime to ChannelVariables (r:15001)\r
+ mod_managed: Set stick flag on state handler so signal_bridge won't nuke it (r:15357)\r
mod_memcache: update to libmemcached 0.32 (r:14935)\r
mod_memcache: add --with-memcached=no to libmemcached configure (r:14938)\r
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)\r
mod_skypiax: fires a custom event when an incoming CHATMESSAGE arrives. (r:14845)\r
mod_skypiax: added skypiax_chat command.(r:14857)\r
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)\r
+ 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)\r
+ mod_skypiax: added one more 'PROTOCOL 7' command, because windows was not getting it. Now CHATMESSAGES will probably work on windows too (r:15342)\r
+ 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)\r
+ mod_skypiax: commented out 'XCloseDisplay' lines, seems to cause crashes... (r:15344)\r
mod_snipe_hunt: add mod_snipe_hunt to tree (r:14937)\r
mod_sofia: allow custom SIP X-headers in 180/183/200 messages (MODSOFIA-20/r:14482)\r
mod_sofia: use switch_mprintf to securely parse the user parameters for the SQL query for reboot in mod_sofia (MODENDP-233/r:14484)\r
mod_sofia: sql-in-transactions profile param (only vaid on first load) whether or not to bundle sql stmts in transactions (r:15217)\r
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)\r
mod_sofia: overcome ack via in nat (r:15277)\r
+ mod_sofia: windows compiler fixes and switch_mprintf overflow(32bit only) (r:15286)\r
+ 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)\r
+ mod_sofia: add distinct-to=true|false to be used with from-domain when you don't want to change the to (r:15334)\r
mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)\r
mod_tts_commandline: Add new module (r:14827)\r
mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)\r
mod_tts_commandline: quote shell args, create an unique tempfile (r:14931)\r
mod_tts_commandline: improve, update config file (MODASRTTS-21/r:14932)\r
mod_unimrcp: add support for file://, <speak, and <grammar (r:15236)\r
+ mod_unimrcp: fixed pizza demo bug, other misc ungoodness (r:15330)\r
mod_valet_parking: add (r:15072)\r
mod_valet_parking: sense att xfer in valet (r:15126)\r
mod_valet_parking: add events and valet_info fsapi to valet parking (r:15136)\r