build: add make targets for mod_com_g729 mod_com_g729-activate mod_com_g729-install mod_com_g729-clean mod_com_g729-uninstall (r:17d52112)\r
build: add support for bz2 to getlibs (r:b61fc396)\r
build: Bump callie sounds to 1.0.15 (r:c8eaef60)\r
+ build: always use our includes first so we use our srcdir headers over installed versions (r:15c79424)\r
codec2: working prototype, still for testing only (r:04ca0751)\r
config: move limit.conf to db.conf\r
config: Update VM phrase macros to voice option then action on main, config menus\r
config: bump en sounds version to 1.0.16 (r:50ce2cae)\r
config: Add ivr/ subdir to conf/lang/en/en.xml (r:42f10a48)\r
config: Fix mod_directory phrase file references to 'dir-press.wav' (correct: vm-press) (r:3ef2692f)\r
+ config: bump ru sounds version to 1.0.13 (r:2b1b19bf)\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: Don't send silence frames for parked calls until media is ready. (r:dc028b36/FS-3046)\r
core: add code to pass recording bugs on to other legs when executing an attended transfer, needs testing and possible follup commits before using (r:e2da3bea)\r
core: flip_record_on_hold to make the recording flip to the other leg on hold, record_check_bridge to make recording the same file on the opposite leg of a bridge considered a duplicate attempt and record_toggle_on_repeat to make repeat recording the same file toggle the recording off (r:7bbbb9cc)\r
+ core: lower log-level of failed ivr_originate for mundane conditions like no answer and attended transfer (r:f25085e0)\r
+ core: add scoped channel variables (%[var=val,var2=val2] blocks valid in any app data field and will only last for that one app execution) (r:b2c3199f)\r
+ core: enable recursion for scoped variables so applications that exec more apps will preserve the scope, the most recent app will mask variables just during the duration of that app (r:c6268da5)\r
+ core: only clear scope vars when they were set (r:d4fcba74,r:77688084)\r
+ core: Add the ability to issue a break to switch_ivr_sleep when media is not ready, allowing continuation of processing of the dialplan. (r:dfc30b2e/FS-3373)\r
+ core: parse events and messages in channel_ready (r:94148095)\r
+ core: add last_hold_time and hold_accum vars for cdr data (r:676ef808)\r
+ docs: Major clean up of doxygen generated core API documentation (r:794246e1)\r
+ docs: Add libteletone back to core API documentation (r:c35c138d)\r
embedded languages: Provide core level support for conditional Set Global Variable (r:c017c24b/FSCORE-612)\r
embedded languages: add insertFile front end to switch_ivr_insert_file and reswig (r:c4e350ab)\r
fs_cli: block control-z from fs cli and print a warning how to exit properly (r:dc436b82)\r
libspandsp: Changed T.38 terminal handling, so errors from the user's packet transmit routine properly filter up the chain, cause termination of the FAX session, and are reported to the caller. (r:c890fbfa)\r
libstfu: add param to jb to try to recapture latency (disabled by default) (r:d59d41d7)\r
libsqlite: fix issue on mailing list mod_crd_sqlite entry limit and sqlite segfaults on triggers (r:1badec17)\r
+ libunimrcp: Update to latest UniMRCP version. MRCP requests can no timeout if there is no server response. (r:17099473)\r
mod_avmd: Initial check in - Advanced Voicemail Detect (r:10c6a30a) (by Eric Des Courtis)\r
mod_avmd: Add to windows build (r:df4bd935)\r
mod_avmd: Fix mem leak (r:cd951384/FS-2839)\r
mod_celt: Add dependency to fix parallel builds (r:6e37a8b2)\r
mod_cepstral: add ability to set encoding of text (r:28738b06/FS-3001)\r
mod_cidlookup: null xml is bad (r:095815f8)\r
- mod_cid_lookup: honor skipcitystate when using whitepages (r:a66654de/FSMOD-53)\r
+ mod_cidlookup: honor skipcitystate when using whitepages (r:a66654de/FSMOD-53)\r
+ mod_cidlookup: fix crash when caching is enabled (r:2e1f0b50/FS-3350)\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: add recovery_refresh app and api and use it in mod_conference to send a message to the channel telling it to sync its recovery snapshot (r:650393fb)\r
mod_commands: add moh by default to uuid_broadcast when only broadcasting to A leg use aleg arg to disable this (r:d164a797)\r
mod_commands: add API uuid_limit - thanks to Francois Delawarde (r:98a95016/FS-1792)\r
+ mod_commands: omit file_string:// prefix if input begins with ~ (r:f12ab59e)\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 custom exit sound to match enter sound on conf (r:3d475876)\r
mod_conference: don't play default when playing a custom one (r:c7b36157)\r
mod_conference: Add 'conference xxxx list count' to get exact member count for a given conference (r:f731abe0)\r
+ mod_conference: move muted/unmuted indications to main thread via flags (r:e8962d56)\r
+ mod_conference: wait for thread to start in mod conference to avoid one in a million race on heavy traffic (r:b1cf5bee)\r
+ mod_conference: add conference member flag nomoh (r:f35a6814)\r
+ mod_conference: add hup command to conference (kick without the kick sound) (r:492db906)\r
mod_curl: use method=post when post requested (r:c6a4ddd0/FSMOD-69)\r
mod_db: fix stack corruption (MODAPP-407)\r
mod_dialplan_xml: Add in the INFO log the caller id number when processing a request (Currenly only show the caller name) (r:e1df5e13)\r
mod_opus: Use libtool archives for linking, add dependencies to fix parallel builds (r:74bbd4be)\r
mod_osp: initial check (Open Settlement Protocol)\r
mod_osp:Changed OSP TCP port from 1080 to 5045. (r:03abefdf)\r
+ mod_pocketsphinx: Update PocketSphinx to the latest builds... only had to make two changes (r:1a39d7fb)\r
+ mod_pocketsphinx: They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit. (r:23571680)\r
mod_portaudio: Fix inbound state (CS_ROUTING not CS_INIT) (MODENDP-302)\r
mod_portaudio: mod_portaudio improvements and bug fixes (r:33b74ca8/FS-3006)\r
mod_portaudio: Add pa devlist to portaudio webapi (r:e8f10ea3)\r
mod_radius_cdr: Add 'Freeswitch-Direction' av pair (r:a5170df0)\r
mod_radius_cdr: Add 'Freeswitch-Other-Leg-Id' av pair (r:18d29b46)\r
mod_radius_cdr: log errors with the call's uuid (r:fee49b16)\r
+ mod_rtmp: RTMP as easy as A.B.C. Avant-Garde Solutions Inc. -- Barracuda Networks Inc. -- (r:0933a343)\r
+ mod_rtmp: Remove duplicate output from rtmp status profile xxx API command (r:2e016541)\r
+ mod_rtmp: Make all sockets non-blocking (r:affcdb0a)\r
+ mod_rtmp: mod_rtmp for windows (r:f8cda539/FS-3355)\r
+ mod_rtmp: flush buffer to avoid lag and enable plc (r:4bb76831)\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_sofia: chat API issue: dup_dest was being overwritten by switch_split_user_domain (r:765908f3/FS-3152)\r
mod_sofia: Reformat sofia usage string and make it a static const char[]. (r:812fd727)\r
mod_sofia: Add channel variable deny_refer_requests to make it possible to deny REFER requests (r:9e12983f/FS-3100)\r
+ mod_sofia: Fix TLS crash when NAT configured w/o actual external IP addr (r:64f8ad3f/FS-3324)\r
+ mod_sofia: only accept info dtmf when its configured to (r:51c21580)\r
+ mod_sofia: add support for 3pcc-proxy when in bypass media. (r:68c389df/FS-3326)\r
+ mod_sofia: release rwlock on error (r:0675b59b/FS-3321)\r
+ mod_sofia: Mask remote party identity in SIP presence if channel var presence_privacy=true (r:8d8e5a23)\r
+ mod_sofia: add check_sync to sofia cli (like flush_inbound_reg without the unreg) (r:079f4845)\r
+ mod_sofia: pop ::<profile_name> off the domain name in mwi events to hint at the profile (r:e2ed8c08)\r
+ mod_sofia: dig into the database to figure out what profile to send mwi on when they are not willing to alias the domain to the profile =/ (r:b14340a5)\r
+ mod_sofia: add mutex around gateway access on per-profile basis and token based access to global profiles to prevent hanging on to the hash mutex while doing sql stmts which may cause issues/slowdowns (r:9df8169d)\r
+ mod_sofia: add parallelism to sofia by offsetting sip messages to the concerned sessions and using multiple queue threads for message handling (r:fb68746e)\r
+ mod_sofia: removed the vid refresh thing (r:49e52b4c/FS-3362)\r
+ mod_sofia: add sip_liberal_dtmf chanvar and liberal-dtmf profile param to use the maximum methods of DTMF avoiding sticking to the spec which leads to incompatability (r:bc7cb400)\r
+ mod_sofia: support final response in response header passing (r:acd0898e)\r
mod_spandsp: initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp (r:fa9a59a8)\r
mod_spandsp: rework of new mod_spandsp to have functions broken up into different c files (r:65400642)\r
mod_spandsp: improve duplicate digit detection and add 'min_dup_digit_spacing_ms' channel variable for use with the dtmf detector (r:eab4f246/FSMOD-45)\r
mod_spandsp: additional fix to this bug and add better fax detect code to mod_spandsp (r:7fe313cf/FS-3252)\r
mod_spandsp: Fire event when fax finishes indicating result (r:a57336ba/FS-3004)\r
mod_spandsp: Prevent hung chans on fax errors (r:789a9ce8/FS-3213)\r
+ mod_spandsp: add more fax event information (r:0555b702/FS-3345)\r
+ mod_spandsp: fix memory issue in spandsp_tone_detect (r:8793c2ed)\r
+ mod_spandsp: add proper tone detect stop (r:8beb10d2/FS-3367)\r
mod_spidermonkey: allow vars to be set containing vars from languages (r:5cd072a3)\r
mod_spidermonkey: fix seg in js hangup (r:7d554c11)\r
mod_spidermonkey: Fix mod_spidermonkey build on FreeBSD, (Undefined symbol PR_LocalTimeParameters). (r:3edb8419)\r
mod_unimrcp: Destroy schannel only *after* cleanup of its contents is done (r:0f17bcc5)\r
mod_unimrcp: add locking to mrcp dtmf generator (r:f5704114/FS-3163)\r
mod_unimrcp: check for NULL recog_hdr (r:478d5186/FS-3247)\r
+ mod_unimrcp: Wait for unimrcp lib to timeout requests (r:ee176092)\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_valet_parking: pass hold class on transfer (r:76a065ec)\r