[asterisk-dev] Asterisk 1.8.6.0-rc2 Now Available

Michael Keuter lists at mksolutions.info
Wed Aug 24 14:50:50 CDT 2011


>On 11-08-24 03:50 AM, Michael Keuter wrote:
>>>The Asterisk Development Team has announced the second release
>>>candidate of
>>>Asterisk 1.8.6.0. This release candidate is available for immediate
>>>download at
>>>http://downloads.asterisk.org/pub/telephony/asterisk/
>>>
>>>The release of Asterisk 1.8.6.0-rc2 resolves several issues reported
>>>by the
>>>community and would have not been possible without your participation.
>>>Thank you!
>>>
>>>The following is a sample of the issues resolved in this release
>>>candidate:
>>>
>>>* --- Segfault in shell_helper in func_shell.c ---
>>>(Closes issue ASTERISK-18109.
>>>Reported by Michael Myles, patched by Richard Mudgett)
>>>
>>>* --- Re-add support for spaces in pathnames ---
>>>(Closes issue ASTERISK-18290.
>>>Reported by Paul Belanger, patched by Tilghman Lesher)
>>>
>>>For a full list of changes in this release candidate, please see the
>>>ChangeLog:
>>>
>>>http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.6.0-rc2
>>>
>>>
>>>Thank you for your continued support of Asterisk!
>>
>>Hi all,
>>
>>1.8.6.0-rc2 doesn't cross-compile anymore. I guess because of the
>>changes made in:
>>
>Yup, a fix for Mac OS X path names caused the breakage.  Noticed it 
>yesterday while testing.
>
>Please try the patch in ASTERISK-18290[1].
>
>[1] 
>https://issues.asterisk.org/jira/secure/attachment/40976/ASTERISK-18290-sounds-reorg.diff
>
>--
>Paul Belanger

Hi Paul,

it fixes one bug, but now there's no "sound" dir in "/var/lib/asterisk/" :-(

This change causes the problem...
--
-$(SOUNDS_DIR)/en $(MOH_DIR) $(SOUNDS_DIR)/en_AU $(SOUNDS_DIR)/es 
$(SOUNDS_DIR)/fr $(SOUNDS_DIR)/ru $(SOUNDS_CACHE_DIR):
+#$(SOUNDS_DIR)/en $(MOH_DIR) $(SOUNDS_DIR)/en_AU $(SOUNDS_DIR)/es 
$(SOUNDS_DIR)/fr $(SOUNDS_DIR)/ru $(SOUNDS_CACHE_DIR):
+$(SOUNDS_CACHE_DIR):
  	mkdir -p $@
--

Michael

http://www.mksolutions.info



More information about the asterisk-dev mailing list