From 81b642c8c3023dffd8dc102eea3391e2685b798f Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 11 Dec 2008 20:57:44 +0000 Subject: Add an option to voicemail.conf to allow urgent messages to be forwarded as not urgent. (closes issue #14063) Reported by: jaroth Patches: urgfwd_v2.patch uploaded by jaroth (license 50) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@163213 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/voicemail.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index b7f4ccbc6..17c6a018d 100644 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -55,6 +55,10 @@ maxlogins=3 ; Move heard messages to the 'Old' folder automagically. Defaults to on. ;moveheard=yes ; +; Forward an urgent message as an urgent message. Defaults to no so +; sender can set the urgency on the envelope of the forwarded message. +;forward_urgent_auto=no +; ; User context is where entries from users.conf are registered. The ; default value is 'default' ; -- cgit v1.2.3