freeswitch (1.0.4)\r
\r
add: TextMate bundle for FreeSWITCH - thanks mrene (r:12559-12560)\r
+ add: ZRTP Support please download your SDK from http://www.zfone.com and use build/buildzrtp.sh to build the lib. (r:13406)\r
all: numerous code cleanups, removal of unused variables\r
all: update numerous Doxygen comments\r
build: fix mod_flite (FSBUILD-126/r:12153)\r
build: fix mod_file_string dependencies on windows (r:13370)\r
build: fix mod_pocketsphinx build error (JANITOR-1/r:13372)\r
build: fix PTHREAD_MUTEX_RECURSIVE detection on SUSE 10 (r:13386,13390)\r
+ build: remove regression caused by r13362 (r:13401)\r
+ build: add mod_nibblebill (r:13462)\r
+ build: fix msvc build (r:13467/FSBUILD-165)\r
+ build: add siren to the default build and install (r:13470)\r
config: default config, calling own extension no longer goes to voicemail (r:12596)\r
config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)\r
config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)\r
config: add documention for dist-dtmf member flag in conference.conf.xml\r
config: remove mailbox= attribute (r:13375)\r
config: add default local stream (r:13376)\r
+ config: small regex adjustment so we can dial PSTN numbers that happen to have 4000 in them (r:13409)\r
+ config: you can call 9999 from a zrtp endpoint and enroll this should be replaced with an IVR to explain it a bit but most of the work happens client side at this point (r:13445)\r
+ config: add mod_nibblebill (r:13458)\r
+ config: clear up docs (r:13468)\r
+ config: clarify zrtp docs in vars.xml and give link on where to get more info (r:13469)\r
+ config: tweaks to codecs in default config (r:13485)\r
core: fix suncc visibility support in libteletone (r:12154-12157)\r
core: fix crash on FS shutdown with "..." (FSCORE-297/r:12173,12361,12402)\r
core: add separate mutex for state related methods (r:12191)\r
core: add configure checks for tm->tm_gmtoff and tm->tm_zone (FSBUILD-160/r:13362)\r
core: Fix IVR key response broken when multiple files are played (MODAPP-280/r:13382)\r
core: fixx off-by-one in xml preprocessor (r:13385)\r
+ core: fix windows pch (r:13392)\r
+ core: fix segfault on out of memory situation. (r:13398/FSCORE-366)\r
+ core: treat app::arg syntax in execute_on_answer as a broadcast request (r:13400)\r
+ core: use our own handler so it won't get overriden by anyone if zrtp is on (r:13411)\r
+ core: fix backslash getting removed from regex when using mod_xml_curl (r:13414/FSCORE-370)\r
+ core: fix handle leak in switch_thread_self on windows (r:13421/FSCORE-371)\r
+ core: allow switching from secure to clear and back (r:13422)\r
+ core: add more options to zrtp (r:13424)\r
+ core: add buffer flush (r:13425)\r
+ core: add some stuff for zrtp (r:13426)\r
+ core: can't flush because you have a chance of dumping zrtp control frames (r:13427)\r
+ core: add zrtp_sas1_string and zrtp_sas2_string variables (r:13429)\r
+ core: zrtp - this should make sure the secure mitm has a chance over latent connections (r:13436)\r
+ core: properly detect unterminated (r:13438)\r
+ core: zrtp - fix mitm to be more reliable (r:13443)\r
+ core: zrtp - mark verified (r:13444)\r
+ core: zrtp_secure_media=true will have to be set to true in order for your zrtp to work moving forward similar to how srtp_secure_media works.(r:13461)\r
+ core: prevent zrtp and srtp at the same time (r:13486)\r
+ core: add CALL_SECURE event (r:13487)\r
docs: Fix filename references in phrase_en.xml (r:12976)\r
docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)\r
docs: Updates to phrase_es.xml (r:13067)\r
docs: Latest revision of Spanish prompts file (r:13115)\r
docs: switch_core.h doxygen update (r:13181)\r
+ docs: Add ZRTP phrases to phrase_en.xml (r:13488,13489,13490)\r
formats: add mod_portaudio_stream to get audio from any dev (MODFORM-25/r:12178)\r
fs_cli: fix solaris build (r:12160)\r
ivr: make tts-engine and tts-voice valid attributes on the menu xml (r:12278)\r
libesl: add INFO example for Perl (r:13293)\r
libiksemel: let return 0 be a failure on read in iks to avoid cpu race (r:13123,13124,13133)\r
libsndfile: add executable permissions to libs/libsndfile/src/create_symbols_file.py (FSBUILD-134/r:12535)\r
+ libsndfile: update to 1.0.19 (r:13415/LBSNDF-7) \r
+ libsofiasip: su.h - define su_family via struct sockaddr (r:12260)\r
+ libsofiasip: sip_parser.c - fixed sip_transport_d() (r:12261)\r
libsofiasip: Fix compile time out-of-bounds error in su_uniqueid.c (SFSIP-136/r:12914)\r
libsofiasip: make info work out of dialog (r:13087)\r
libsofiasip: silence solaris warning from missing braces (SFSIP-132/r:13369)\r
+ libsofiasip: subscription-state subexp-params missing (r:13439/SFSIP-148)\r
+ libspandsp: update to snapshot 20090308 (r:12514)\r
libspandsp: update to snapshot spandsp-20090421 (r:13086)\r
libspandsp: update to snapshot spandsp-20090427 (r:13177)\r
+ libspandsp: update to spandsp-0.0.6pre12 (r:13311)\r
libspeex: Add visibility support for suncc on solaris (r:13117,13118)\r
libteletone: update api visibility macros for windows\r
libtiff: add libtiff, v3.8.2\r
mod_commands: mod_commands: if no bind ip specified for stun fsapi command, use the guess ip (r:13140)\r
mod_commands: add show channels like %foo% (no % in the string implies wrapped in %, no spaces allowed in match string (r:13193)\r
mod_commands: Add max-sessions to status (MODAPP-254/r:13373)\r
+ mod_commands: remove double safe_free's (r:13453,13454,13455)\r
mod_conference: fix read terminating on single digit when called from a meta-app inside a conference (MODAPP-226/r:12466)\r
mod_conference: recording members should be invisible to commands (MODAPP-233/r:12582)\r
mod_conference: add lock caller_control (r:12787)\r
mod_conference: add execute_application to custom controls (r:13216)\r
mod_conference: disallow spaces in conference names (MODAPP-219/r:13313)\r
mod_console: Fix mod_console (missing FD_ZERO before FD_SET) (r:13126)\r
+ mod_conference: add conference wait-mod flags and member moderator flag to delay starting a conference until someone with a moderator flag has joined (r:13442)\r
+ mod_conference: add member-type header to relevant events (r:13471)\r
mod_dahdi_codec: delay init of resources until the first time they are actually used to avoid unnecessary waste of resources in hardware codec (r:12962)\r
mod_dahdi_codec: set mod_dahdi_codec dahdi transcoding device sockets to non-blocking to avoid hanging when there is no data and just return 0 bytes frame (MODCODEC-8/r:13257)\r
mod_dahdi_codec: added proper waiting (up to 10ms) for the DAHDI transcoder output frame (r:13262)\r
mod_dahdi_codec: return silence frame in dahdi codec when there is no output from the decoder (r:13265)\r
+ mod_dahdi_codec: add 30ms G729 codec in mod_dahdi_codec (r:13404)\r
mod_dingaling: fix crash when unloading/reload mod_dingaling (LBDING-13/r:12612)\r
mod_dingaling: fix no sound if phone picked up after 5th dingaling on Gtalk client (MODENDP-198/r:12641)\r
mod_dingaling: fix core dump when calling Gtalk enabled FS using leg_timeout (MODENDP-199/r:12641)\r
mod_dptools: add param dial-timeout to directory (MODAPP-271/r:13247)\r
mod_dptools: add set current_application_response channel variable (MODAPP-273/r:13298)\r
mod_dptools: fix SEGV in strncasecmp call (MODAPP-278/r:13317)\r
+ mod_dptools: fix leaks (r:13446, 13447, 13448)\r
+ mod_easyroute: fix leak (r:13449)\r
mod_enum: fix enum_auto_route (MODAPP220/r:12243)\r
mod_erlang_event: Bind to 0.0.0.0 instead of 127.0.0.1 by default; like most erlang nodes do. (r:12249)\r
mod_erlang_event: Reply appropriately to net_adm:ping() (r:13066)\r
mod_memcache: cleanup xml config handling (r:13050,13051)\r
mod_nibblebill: mod_nibblebill question: DB Error while updating cash (MODAPP-229/r:12907)\r
mod_nibblebill: Updated mod_nibblebill to work properly w/ postgres fields (r:13031)\r
+ mod_nibblebill: Added feature mod_nibblebill to check balance and transfer the caller to an alternate dialplan context & extension if they deplete their funds. (r:13432)\r
+ mod_nibblebill: cleanup, fix leak (r:13463)\r
mod_opal: Fixed transmission of Q.931 Calling-Party-Number, and DisplayName on H.323 Setup (r:12347)\r
mod_opal: allocate frame from session pool so it will not go out of scope (r:12811)\r
mod_opal: disable visibility support broken in newer gcc (MODENDP-190/r:12923)\r
mod_sofia: Allow sending the flush/reboot all the registration of a domain (MODENDP-187/r:13363)\r
mod_sofia: Fix double re-register problem (SFSIP-143/r:13384)\r
mod_sofia: make autoflush on bridge the default (r:13389)\r
+ mod_sofia: add contact-user profile param to override default contact username for a profile (r:13397/MODSOFIA-8)\r
+ mod_sofia: add proxy-follow-redirect flag (experimental) (r:13402)\r
+ mod_sofia: add proxy-follow-redirect flag (experimental) (r:13403)\r
mod_spy: add new module, mod_spy (MODAPP-260/r:13035,13036)\r
mod_syslog: Keep the indent string in memory (LOGGER-1/r:12852)\r
mod_t38gateway: Introduction of the skeleton of a media bug implementing a T.38 gateway, so the\r
mod_voicemail: add voicemail disk quota (MODAPP-173/r:13314)\r
mod_voicemail: abolish mailbox attribute in users and use number-alias attribute instead (MODAPP-218/r:13377,13378,13379,13380,13381)\r
mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)\r
- sofia-sip: su.h - define su_family via struct sockaddr (r:12260)\r
- sofia-sip: sip_parser.c - fixed sip_transport_d() (r:12261)\r
- spandsp: update to snapshot 20090308 (r:12514)\r
- spandsp: update to spandsp-0.0.6pre12\r
support: Add print_list gdb macro (r:12687) \r
\r
\r