core: Delay windows service startup so other command line options are processed (r:16558)\r
core: ZRTP Video works with ZFone (but you have to set your endpoint to use 99 for the payload for video or 125 in mod_h26x.c for H264 becuase the payloads MUST match or it can't figure it out (r:16563)\r
core: add new api funcs to xml (r:16605)\r
+ core: disable cpu timer affinity by default but make it still possible via config and fix stray constant in tipping_point (r:16679)\r
+ core: rename switch_socket_create_pollfd to switch_socket_create_pollset, add switch_socket_create_pollfd that really creates a pollfd out of a socket, expose switch_pollset_poll and switch_pollset_remove (r:16683)\r
+ core: Fix play_and_get_digits not honoring max_tries param (FSCORE-554/r:16706)\r
+ core: Fix bridge_answer_timeout dropping calls even after being answered (FSCORE-556/r:16737)\r
+ core: add force_local_ip_v4 and force_local_ip_v6 global vars to override the core funcs to always discover the same ip (r:16801)\r
+ core: compromising on timing code, remove -vm and make it default, make new -heavy-timing for previous default, change tipping-point to work of count of active timers rather than sessions, this should statisfy the droves of 'I wish it worked like 1.0.4 people' (r:16853)\r
+ core: add events for bug start and stop (r:16858)\r
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)\r
docs: update es phrase file (MODAPP-317/r:15575)\r
embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)\r
embedded_languages: add session.hangupCause() (r:14912)\r
embedded_languages: add session.getState() (r:14924)\r
embedded_languages: Fix caller_profile old code forcing empty caller ID (FSCORE-450/r:15006)\r
+ embedded_languages: add bridged method to scripting langs (r:16854)\r
libapr: add new apr functions/macros needed by unimrcp update (r:15542)\r
libbroadvoice: update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz (r:15602)\r
libdingaling: patch libdingaling to use next_tag instead of child (r:14624)\r
libesl: Improve C# support. Rename properties like C#-style (r:16520)\r
libesl: fix filters (and please use JIRA instead of mailing list to report bugs) (r:16527)\r
libesl: Add new examples about use ESL managed. Inbound and Outbound modes were documented. (r:16541)\r
+ libesl: Fix possible ESL deadlock when waiting for non-existent data on socket (r:16721)\r
libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019)\r
libjs: pass ldflags to dso builds for libjs and nspr (r:16549)\r
libminiupnpc: make socket connection nonblocking to timeout to dead ip addrs (r:16611)\r
mod_conference: add waste-bandwidth flag to conference (r:16110)\r
mod_conference: mix member play file data in with conference so you can hear the bg while hearing the member file (r:16408)\r
mod_conference: mod_conference add conference_max_members channel variable that can be set on the first channel calling a conference to override the profiles max-members param (r:16597)\r
+ mod_conference: Change conf recording to start properly when 2nd person joins (MODAPP-398/r:16681)\r
+ mod_conference: Fix race condition that occasionally prevents conf "alone" sound from playing (MODAPP-400/r:16723)\r
mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103) \r
mod_curl: don't include response code in response data as it has its own var (MODAPP-369/r:15591)\r
mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)\r
mod_event_socket: fix expires seg in event_sink (r:15594)\r
mod_event_socket: only kill event socket on 100 consecutive errors (r:15671)\r
mod_event_socket: add userauth <user>@<domain>:<pass> to event_socket to auth against user directory uses esl-password esl-allowed-api esl-allowed-events and esl-allowed-log to control resource access (r:16160)\r
+ mod_fax: add spandsp_start_dtmf app to mod_fax (r:16727)\r
mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)\r
mod_fifo: add fifo_position var (r:14806)\r
mod_fifo: add API: fifo_add_outbound to add outbound members to a FIFO (r:14809)\r
mod_lua: make luarun use a new pool every call (r:14763)\r
mod_lua: fix seek function (MODLANG-124/r:14812)\r
mod_lua: add argv[0] (MODLANG-122/r:15433)\r
+ mod_lua: Fix unsetInputCallback() removing HangupHook (MODLANG-158/r:16843)\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
registration while we're at max_registrations (r:16567)\r
mod_sofia: Multicast presence/mwi patch and a small registrations improvements with some NULL-proofing (MODSOFIA-46/r:16575)\r
mod_sofia: document tracelevel, add completion for tracelevel (r:16599)\r
+ mod_sofia: add extended info parsing feature to send api commands or queue messages to sessions over info packets (r:16688)\r
+ mod_sofia: add ability for multiple profiles to share the same gateway names via profile::gwname syntax for normT (r:16698)\r
+ mod_sofia: allow domains with no dot in them as long as you specify a profile name (r:16739)\r
+ mod_sofia: add sofia_dig [xml] api func (r:16745)\r
+ mod_sofia: Allow rewrite of the o= line either by detault or as an option when proxy_media=true (MODSOFIA-50/r:16806)\r
mod_spidermonkey: allow inline javascript, use a ~ as first script character (r:15598)\r
mod_spidermonkey: fix mod_spidermonkey on OSX 10.6 (lets see if this breaks any other platforms) (r:15650)\r
mod_spidermonkey_core_db: Allow to bind value to parameters in prepared statements (MODLANG-139/r:15632)\r
mod_unimrcp: support resampling for TTS (UniMRCP 0.8.0 only) (r:15570)\r
mod_unimrcp: update to new api in unimrcp r1297 (r:15616)\r
mod_unimrcp: fix for loquendo MRCPv2 - destroy session instead of removing channel (r:15736)\r
+ mod_unimrcp: Added synthparams and recogparams to config so that default MRCP params can be defined for SPEAK and RECOGNIZE requests (r:16717)\r
+ mod_unimrcp: Added ssml-mime-type config param to deal with server that doesn't like application/ssml+xml (r:16720)\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
mod_voicemail: copy user xml to a dynamic xml obj so you do not hold exclusive lock on global xml registry the whole time you are leaving a vm (r:16577)\r
mod_voicemail: fix vm to inherit params from domain/group (r:16644)\r
mod_voicemail: that shouldve been wrlock, and its missing an unlock (r:16647)\r
+ mod_voicemail: add vm_list vm_delete and alias voicemail_inject to vm_inject (r:16673)\r
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036) \r
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs - windows (r:15088)\r
mod_voipcodecs: rearrange codecs so we don't have crazy overlap and remove G723-32 and move it up to dynamic cuz people have nothing better to do then write stupid RFC's (r:16251)\r