Hi, for the past two weeks I’ve been trying to set up a voicemail for this config dialplan to no avail. I don’t have issue to set up mailbox in voicemail.conf. Can anyone assist me how to make working voicemail for this particular dialplan?
exten => “phone number”,n,set(_callid=${SHELL(echo -n “${SIPCALLID}” | sha1sum | head -c 40)})
exten => “phone number”,n,Queue(9128,t)
exten => “phone number”,n,Goto(q-9128-${QUEUESTATUS},1)
exten => q-9128-JOINEMPTY,1,Wait(1)
exten => q-9128-JOINEMPTY,n,Playback(moh/queue-9128-closing-hours,noanswer)
exten => q-9128-JOINEMPTY,n,Hangup()
exten => q-9128-JOINUNAVAIL,1,Goto(q-9128-JOINEMPTY,1)
exten => q-9128-LEAVEEMPTY,1,Goto(q-9128-JOINEMPTY,1)
exten => q-9128-LEAVEUNAVAIL,1,Goto(q-9128-JOINEMPTY,1)
exten => q-9128-TIMEOUT,1,Goto(q-9128-JOINEMPTY,1)
exten => q-9128-FULL,1,Hangup()
Just fyi, I’m not the one who set up this plan. My task is only to set up voicemail.