From b7a892e38434a7418c53593a1f8bc4c2be8276c4 Mon Sep 17 00:00:00 2001 From: mmichelson 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: http://svn.digium.com/svn/asterisk/trunk@163213 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/voicemail.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/voicemail.conf.sample') 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