mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
issue #5689
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7059 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
|
2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
|
||||||
|
|
||||||
|
* configs/voicemail.conf.sample (format): add strong warning about changing format list when mailboxes contain messages (issue #5689)
|
||||||
|
|
||||||
* many files: ensure that system headers are included before Asterisk headers (issue #5693)
|
* many files: ensure that system headers are included before Asterisk headers (issue #5693)
|
||||||
|
|
||||||
* channels/chan_iax2.c (complete_iax2_show_peer): don't return from function without releasing lock (issue #5685)
|
* channels/chan_iax2.c (complete_iax2_show_peer): don't return from function without releasing lock (issue #5685)
|
||||||
|
|||||||
@@ -5,6 +5,20 @@
|
|||||||
; Default formats for writing Voicemail
|
; Default formats for writing Voicemail
|
||||||
;format=g723sf|wav49|wav
|
;format=g723sf|wav49|wav
|
||||||
format=wav49|gsm|wav
|
format=wav49|gsm|wav
|
||||||
|
;
|
||||||
|
; WARNING:
|
||||||
|
; If you change the list of formats that you record voicemail in
|
||||||
|
; when you have mailboxes that contain messages, you _MUST_ absolutely
|
||||||
|
; manually go through those mailboxes and convert/delete/add the
|
||||||
|
; the message files so that they appear to have been stored using
|
||||||
|
; your new format list. If you don't do this, very unpleasant
|
||||||
|
; things may happen to your users while they are retrieving and
|
||||||
|
; manipulating their voicemail.
|
||||||
|
;
|
||||||
|
; In other words: don't change the format list on a production system
|
||||||
|
; unless you are _VERY_ sure that you know what you are doing and are
|
||||||
|
; prepared for the consequences.
|
||||||
|
;
|
||||||
; Who the e-mail notification should appear to come from
|
; Who the e-mail notification should appear to come from
|
||||||
serveremail=asterisk
|
serveremail=asterisk
|
||||||
;serveremail=asterisk@linux-support.net
|
;serveremail=asterisk@linux-support.net
|
||||||
|
|||||||
Reference in New Issue
Block a user