I got it working manually. Here’s some selected portions of my extensions.conf.
[DID_trunk_1]
exten=s,1,GotoIfTime(08:00-17:00|mon-fri|01-31|jan-dec?ringroups-custom-1,s,1)
exten=s,n,Goto(voicemenu-custom-3,s,1)
I then ran into a problem with the ring group (ringgroups-custom-1) not failing over to a voice menu if nobody in the ring group answered it. I was forced to fix it manually, and here’s a copy of the ring group.
[ringroups-custom-1]
gui_ring_groupname=first_incoming_rg
exten=s,1,NoOp(RINGGROUP)
exten=s,n,Dial(SIP/100,5)
exten=s,n,Goto(voicemenu-custom-2,s,1)
Following is the voicemenu-custom-2 referenced above.
[voicemenu-custom-2]
comment=IfNoPickup
alias_exten=
exten=s,1,Answer
exten=s,n,Background(/var/lib/asterisk/sounds/record/Open)
exten=s,n,Hangup
include=default
exten=#,1,Goto(voicemenu-custom-4|s|1)
I can’t remember exactly which portion of which context was causing the problem with the fail over to voice menu not working. But I tried repeatedly to get it going with the GUI on *Now and my appliance with no luck.
Unfortunately I can’t get the appliance to send messages via e-mail. I can get *Now to do it, though *Now refuses to delete the message after it sends it.
Hey malcomd, any word on that update?