Displaying 1 result from an estimated 1 matches for "u5901".
Did you mean:
5901
2003 Jun 10
2
paging system (long)
...f unanswered dial another set of numbers and wait
6) when something is answered play a festival message
7) transfer the pagee to voicemail so they can listen to the message just
left for them
[paging]
; page jon
exten => 870,1,authenticate,/etc/asterisk/pageraccess
exten => 870,2,Voicemail,u5901 ; record their message in the "paging box"
exten => 870,3,transfer,899|1 ; hangup
exten => 870,4,goto,104 ;
exten => 870,103,wait,0 ; need this since hangup could fail as well as vm
exten => 870,104,SetCallerid,Pager <870>
exten => 870,105,Dial,${JonExts}|30 ;...