Many of our customers want a voicemail without recording function. Now this can only be solved by the IVR. Since the customer can not change the announcement by telephone.
4 comments
-
Carlo van Dongen +1 this is a great option
-
Alexandre Tremblay Hi Adrian, I have the same demand from my customer. I made this configuration in extensions_support.conf to do that in PBX S-Series.
[ivr_30]
exten = 30,1,Set(CALLERID(name)=30(01_XXX_ANSW_404))
exten = 30,n,Set(TIMEOUT(digit)=3)
exten = 30,n,Background(/ysdisk/ysapps/pbxcenter/var/spool/asterisk/voicemail/default/404/unavail)
exten = 30,n,WaitExten(3)
exten = 30,n,Background(/ysdisk/ysapps/pbxcenter/var/spool/asterisk/voicemail/default/404/unavail)
exten = 30,n,WaitExten(3)
exten = 30,n,Background(/ysdisk/ysapps/pbxcenter/var/spool/asterisk/voicemail/default/404/unavail)
exten = 30,n,WaitExten(3)
exten = 30,n,Goto(t,1)
exten = *,1,Goto(ivrs,11,1)
exten = t,1,Goto(always-Hangup,h,1)
exten = unknown,1,NoOp(No Action)
exten = fax,1,Goto(inrouter_${INROUTERNAME}_fax_detect,fax,1)If it can help you.
+1 for the option
-
Roland This is exactly what many of my customers are looking for. Would be great to have this option.
+1
-
Rasmus Sennewald can't believe S-Series is not having that function! why?
fortunately my router has a virtual-voicemail-machine integrated, which can do that 1$ function voicemail / announcement only. otherwise I would be screwed.
big +1 for that function.