How to disable voicemail
Posted: Sat Feb 24, 2018 12:06 pm
Hello,
I have to setup Vicidial on small hospital, but they won't have voicemail when extension is unavailable.
I made DID -> Call menu with (welcome message|silent|if-u-know-ext-dial), but if you don't know it just wait (when time-out -> route:in-group).
Custom dial-plan for call menu:
So, when extension is busy or unavailable there is voicemail, but hospital don't want it (they want normally busy signal), so how to disable voicemail on my Vicidial server?
Thank you for your help.
VERSION: 2.14-652a
BUILD: 180204-0208
Asterisk: 11.25.3-vici
No additional software (except fail2ban)
Vicibox 8
I have to setup Vicidial on small hospital, but they won't have voicemail when extension is unavailable.
I made DID -> Call menu with (welcome message|silent|if-u-know-ext-dial), but if you don't know it just wait (when time-out -> route:in-group).
Custom dial-plan for call menu:
- Code: Select all
exten => _XXXX,1,Playback(/var/lib/asterisk/sounds/beep)
exten => _XXXX,2,AGI(agi://127.0.0.1:4577/call_log)
exten => _XXXX,3,Dial(SIP/${EXTEN}|60|)
exten => _XXXX,4,Goto(default,${EXTEN},1)
So, when extension is busy or unavailable there is voicemail, but hospital don't want it (they want normally busy signal), so how to disable voicemail on my Vicidial server?
Thank you for your help.
VERSION: 2.14-652a
BUILD: 180204-0208
Asterisk: 11.25.3-vici
No additional software (except fail2ban)
Vicibox 8