Update ChangeLog through r14148
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14149 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
952b0d5e58
commit
78269e8171
|
@ -75,6 +75,9 @@ freeswitch (1.0.4)
|
||||||
build: make libtool version detection more portable (r:13926)
|
build: make libtool version detection more portable (r:13926)
|
||||||
build: change ODBC handling in code to be runtime instead of build time (r:13936)
|
build: change ODBC handling in code to be runtime instead of build time (r:13936)
|
||||||
build: update of spec file for current trunk (FSBUILD-176/r:13988)
|
build: update of spec file for current trunk (FSBUILD-176/r:13988)
|
||||||
|
build: replace mod_radius_cdr's Makefile.am with Makefile that pulls freeradius-client source when needed (r:14053)
|
||||||
|
build: add experimental modules section to modules.conf.in (r:14062)
|
||||||
|
build: allow comments (using ##) in modules.conf (r:14093)
|
||||||
config: default config, calling own extension no longer goes to voicemail (r:12596)
|
config: default config, calling own extension no longer goes to voicemail (r:12596)
|
||||||
config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)
|
config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)
|
||||||
config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)
|
config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)
|
||||||
|
@ -228,6 +231,11 @@ freeswitch (1.0.4)
|
||||||
core: Fix ACL nat.auto (FSCORE-385/r:13925)
|
core: Fix ACL nat.auto (FSCORE-385/r:13925)
|
||||||
core: add hostname variable (FSCORE-374/r:13982)
|
core: add hostname variable (FSCORE-374/r:13982)
|
||||||
core: decrement RWLOCK->rwlock->__data->__nr_readers after Redirect/Transfer (FSCORE-391/r:14030)
|
core: decrement RWLOCK->rwlock->__data->__nr_readers after Redirect/Transfer (FSCORE-391/r:14030)
|
||||||
|
core: add features to nat-pmp (Thanks Rupa) (FSCORE-381/r:14055)
|
||||||
|
core: fix error message that gives wrong stack size (FSCORE-395/r:14058)
|
||||||
|
core: Fix IVR menu timeout issue (MODAPP-301/r:14129)
|
||||||
|
core: add time of day routing attrs to condition tags in xml dialplan (r:14137)
|
||||||
|
core: change timing for media bug recording *yet again* (r:14143)
|
||||||
docs: Fix filename references in phrase_en.xml (r:12976)
|
docs: Fix filename references in phrase_en.xml (r:12976)
|
||||||
docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)
|
docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)
|
||||||
docs: Updates to phrase_es.xml (r:13067)
|
docs: Updates to phrase_es.xml (r:13067)
|
||||||
|
@ -338,6 +346,7 @@ freeswitch (1.0.4)
|
||||||
mod_conference: add member-type header to relevant events (r:13471)
|
mod_conference: add member-type header to relevant events (r:13471)
|
||||||
mod_conference: make endconf count cumulative (r:13526)
|
mod_conference: make endconf count cumulative (r:13526)
|
||||||
mod_conference: don't transfer back to the same conference (r:13638)
|
mod_conference: don't transfer back to the same conference (r:13638)
|
||||||
|
mod_curl: Add mod_curl (API for querying Web resources) and moved mod_http to experimental because of probable leaks (r:14092)
|
||||||
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)
|
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)
|
||||||
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)
|
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)
|
||||||
mod_dahdi_codec: added proper waiting (up to 10ms) for the DAHDI transcoder output frame (r:13262)
|
mod_dahdi_codec: added proper waiting (up to 10ms) for the DAHDI transcoder output frame (r:13262)
|
||||||
|
@ -360,6 +369,7 @@ freeswitch (1.0.4)
|
||||||
mod_dptools: add set current_application_response channel variable (MODAPP-273/r:13298)
|
mod_dptools: add set current_application_response channel variable (MODAPP-273/r:13298)
|
||||||
mod_dptools: fix SEGV in strncasecmp call (MODAPP-278/r:13317)
|
mod_dptools: fix SEGV in strncasecmp call (MODAPP-278/r:13317)
|
||||||
mod_dptools: fix leaks (r:13446, 13447, 13448)
|
mod_dptools: fix leaks (r:13446, 13447, 13448)
|
||||||
|
mod_dptools: add sleep_eat_digits channel variable (r:14102)
|
||||||
mod_easyroute: fix leak (r:13449)
|
mod_easyroute: fix leak (r:13449)
|
||||||
mod_enum: fix enum_auto_route (MODAPP220/r:12243)
|
mod_enum: fix enum_auto_route (MODAPP220/r:12243)
|
||||||
mod_erlang_event: Bind to 0.0.0.0 instead of 127.0.0.1 by default; like most erlang nodes do. (r:12249)
|
mod_erlang_event: Bind to 0.0.0.0 instead of 127.0.0.1 by default; like most erlang nodes do. (r:12249)
|
||||||
|
@ -384,6 +394,7 @@ freeswitch (1.0.4)
|
||||||
mod_file_string: add new module, allows for playing ! delimited lists of sound files (r:13182)
|
mod_file_string: add new module, allows for playing ! delimited lists of sound files (r:13182)
|
||||||
mod_flite: three new voices - rms, awb (male), slt (female) (r:12166)
|
mod_flite: three new voices - rms, awb (male), slt (female) (r:12166)
|
||||||
mod_flite: mod_flite_shutdown not called/used (MODASRTTS-15/r:13270)
|
mod_flite: mod_flite_shutdown not called/used (MODASRTTS-15/r:13270)
|
||||||
|
mod_g723_1: add more ptimes (r:14095)
|
||||||
mod_iax: make mod_iax async (r:13021)
|
mod_iax: make mod_iax async (r:13021)
|
||||||
mod_iax: autoflush these channels that use queues (r:13057)
|
mod_iax: autoflush these channels that use queues (r:13057)
|
||||||
mod_lcr: allow channel vars in custom_sql (r:12198)
|
mod_lcr: allow channel vars in custom_sql (r:12198)
|
||||||
|
@ -455,6 +466,7 @@ freeswitch (1.0.4)
|
||||||
mod_say_ru: change dollars and cents to rubles and kopecks (r:13025)
|
mod_say_ru: change dollars and cents to rubles and kopecks (r:13025)
|
||||||
mod_say_ru: add ru_ip (r:13026)
|
mod_say_ru: add ru_ip (r:13026)
|
||||||
mod_say_ru: Update phrase_ru.xml to include v1.0.8 sound prompts (r:13044,13045)
|
mod_say_ru: Update phrase_ru.xml to include v1.0.8 sound prompts (r:13044,13045)
|
||||||
|
mod_say_ru: add russian language support and makefile targets (r:14091)
|
||||||
mod_shell_stream: Initial commit (r:13851)
|
mod_shell_stream: Initial commit (r:13851)
|
||||||
mod_shout: Fix race conditions; fix stutter when first 64k is drained from shoutcast stream (r:13218)
|
mod_shout: Fix race conditions; fix stutter when first 64k is drained from shoutcast stream (r:13218)
|
||||||
mod_shout: bring media back so telecast of a no-media call will work. (MODFORM-28/r:13895)
|
mod_shout: bring media back so telecast of a no-media call will work. (MODFORM-28/r:13895)
|
||||||
|
@ -468,6 +480,7 @@ freeswitch (1.0.4)
|
||||||
mod_skypiax: the Skype client sends us BOTH inband and out_of_band DTMFs, no way to shut the inbands. Let's intercept the out_of_bands ONLY if we are not bridged (eg: IVR, so not to waste CPU in detecting inband), but not propagate the out_of_band DTMFs if we are bridged (inband ones will be propagated) (r:13664)
|
mod_skypiax: the Skype client sends us BOTH inband and out_of_band DTMFs, no way to shut the inbands. Let's intercept the out_of_bands ONLY if we are not bridged (eg: IVR, so not to waste CPU in detecting inband), but not propagate the out_of_band DTMFs if we are bridged (inband ones will be propagated) (r:13664)
|
||||||
skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold (r:13667)
|
skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold (r:13667)
|
||||||
mod_skypiax: removed FARMING ifdefs (r:13810)
|
mod_skypiax: removed FARMING ifdefs (r:13810)
|
||||||
|
skypiax: added XInitThreads() to configs/client.c, now is kind of a reliable tool (r:14125)
|
||||||
mod_sndfile: fix off by one error (MODFORM-29/r:13890)
|
mod_sndfile: fix off by one error (MODFORM-29/r:13890)
|
||||||
mod_sofia: allow you to set invite, to and from params independently (r:12287)
|
mod_sofia: allow you to set invite, to and from params independently (r:12287)
|
||||||
mod_sofia: allow add params to a contact that isn't a gateway (r:12289)
|
mod_sofia: allow add params to a contact that isn't a gateway (r:12289)
|
||||||
|
@ -546,6 +559,9 @@ freeswitch (1.0.4)
|
||||||
mod_sofia: preserve transport on route (SFSIP-157/r:13948)
|
mod_sofia: preserve transport on route (SFSIP-157/r:13948)
|
||||||
mod_sofia: do not set route_uri unless there is actually one to go to (r:13952)
|
mod_sofia: do not set route_uri unless there is actually one to go to (r:13952)
|
||||||
mod_sofia: P-Asserted-Identity and P-Preferred-Identity headers now available as channel vars (BOUNTY-7 and MODENDP-146/r:13977)
|
mod_sofia: P-Asserted-Identity and P-Preferred-Identity headers now available as channel vars (BOUNTY-7 and MODENDP-146/r:13977)
|
||||||
|
mod_sofia: this one was my fault, it shouldn't set them as sip_h just in case. Moved it to set the full header into sip_HEADERNAME so you can use it as you see fit or re-export it to a sip_h on the b-leg if needed unchanged. (r:14081)
|
||||||
|
mod_sofia: manually handle bye to delay the 200 OK till after the call is torn down (reversible with a define) (r:14121)
|
||||||
|
mod_sofia: Have I said how dumb sip is sometimes? (r:14142)
|
||||||
mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)
|
mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)
|
||||||
mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)
|
mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)
|
||||||
mod_spidermonkey: add destroy method to js (r:13016)
|
mod_spidermonkey: add destroy method to js (r:13016)
|
||||||
|
@ -570,17 +586,21 @@ freeswitch (1.0.4)
|
||||||
mod_voicemail: abolish mailbox attribute in users and use number-alias attribute instead (MODAPP-218/r:13377,13378,13379,13380,13381)
|
mod_voicemail: abolish mailbox attribute in users and use number-alias attribute instead (MODAPP-218/r:13377,13378,13379,13380,13381)
|
||||||
mod_voicemail: Implement new config parser (r:13878,13879)
|
mod_voicemail: Implement new config parser (r:13878,13879)
|
||||||
mod_voicemail: Implement reload in non-blocking way (r:13884)
|
mod_voicemail: Implement reload in non-blocking way (r:13884)
|
||||||
|
mod_voicemail: fix playback control keys being non-functional (MODAPP-302/r:14090)
|
||||||
|
mod_voicemail: Fix seg fault and do some cleanup (r:14107)
|
||||||
mod_unimrcp: add to trunk (r:13788,13789,13790,13791)
|
mod_unimrcp: add to trunk (r:13788,13789,13790,13791)
|
||||||
mod_unimrcp: make mod_unimrcp compile with gcc 4.3 (MODUNIMRCP-1/r:13833)
|
mod_unimrcp: make mod_unimrcp compile with gcc 4.3 (MODUNIMRCP-1/r:13833)
|
||||||
mod_unimrcp: mrcp_profile for unimrcpserver 0.6.0 (MODASRTTS-18/r:13835)
|
mod_unimrcp: mrcp_profile for unimrcpserver 0.6.0 (MODASRTTS-18/r:13835)
|
||||||
mod_unimrcp: use paths referenced to the project file dir (r:13840)
|
mod_unimrcp: use paths referenced to the project file dir (r:13840)
|
||||||
mod_unimrcp: Added LPCM (16-bit linear PCM) codec, which is used internally in host order; while L16 is RFC3551 defined 16-bit linear PCM codec in network order. (r:13859)
|
mod_unimrcp: Added LPCM (16-bit linear PCM) codec, which is used internally in host order; while L16 is RFC3551 defined 16-bit linear PCM codec in network order. (r:13859)
|
||||||
|
mod_unimrcp: add speech_channel_set_state_unlocked() (r:14049)
|
||||||
mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)
|
mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)
|
||||||
mod_xml_rpc: xmlrpc fails to check security restrictions (MDXMLINT-53/r:13912)
|
mod_xml_rpc: xmlrpc fails to check security restrictions (MDXMLINT-53/r:13912)
|
||||||
scripts: Add -days option to set expiration time of certificates in gentls_cert (r:13825)
|
scripts: Add -days option to set expiration time of certificates in gentls_cert (r:13825)
|
||||||
scripts: Add zrtp enrollment script, we do auto enrollment and verification (r:13843)
|
scripts: Add zrtp enrollment script, we do auto enrollment and verification (r:13843)
|
||||||
scripts: Add AT&T System 25 PBX style call pickup (FSSCRIPTS-16/FSSCRIPTS-17/r:13896)
|
scripts: Add AT&T System 25 PBX style call pickup (FSSCRIPTS-16/FSSCRIPTS-17/r:13896)
|
||||||
support: Add print_list gdb macro (r:12687)
|
support: Add print_list gdb macro (r:12687)
|
||||||
|
switch_cpp: fix leak (FSCORE-394/r:14097)
|
||||||
|
|
||||||
|
|
||||||
freeswitch (1.0.3)
|
freeswitch (1.0.3)
|
||||||
|
|
Loading…
Reference in New Issue