› VitalPBX Community Support › General Discussion › External Voicemail access
- This topic has 8 replies, 2 voices, and was last updated 2 years, 3 months ago by
CoryEakins.
- Post
-
- October 2, 2018 at 7:31 pm
Is there a gui option I can set to allow remote voicemail access by pressing * during voicemail greeting play back?
If not, is there away to override the default behavior to handle the special dial plan extension ‘a’ (* key)?
0
- Replies
-
- October 3, 2018 at 1:05 pm
- October 3, 2018 at 1:21 pm
User on a phone away from the office, with no data access, needs to change voicemail message or check their voicemail messages.
Since there is no data access, emailed file or user portal isn’t an option.
Customers have had this functionality in the past either on different asterisk distributions or their legacy analog systems, and would like to have this on VitalPBX.
I’m guessing this would be a modification to [sub-vm] in extensions__20-baseplan.conf or override it somehow
something like
[sub-vm]
exten => s,1,NoOp(Leave a Voicemail)
same => n,Voicemail(${ARG1},${ARG2})
same => n,Return()exten => a,1,NoOP(Leave a Voicemail)
same => n,VoicemailMain(${ARG1})
same => n,Return()0- October 3, 2018 at 3:08 pm
- October 3, 2018 at 3:11 pm
- October 3, 2018 at 3:16 pm
- October 3, 2018 at 3:20 pm
- October 3, 2018 at 3:39 pm
You may redirect the inbound calls of your customers to an speed dial who contains the remote voicemail feature number as destination
0- October 3, 2018 at 4:05 pm
- You must be logged in to reply to this topic.