search for: mail_lastpage

Displaying 2 results from an estimated 2 matches for "mail_lastpage".

2007 Sep 20
1
Paging MEETME_RECORDINGFILE Variable
...: Ring Answer) exten => s,14,Set(MEETME_RECORDINGFILE=custom/paging/campuslastpage_$ {RAND(1|100)}) exten => s,15,NoOp(${MEETME_RECORDINGFILE}) exten => s,16,Set(CALLERID(all)=System Page <1010>) exten => s,17,Page(${pagedevice},r) exten => h,1,System(/var/lib/asterisk/scripts/mail_lastpage ${ARG1} $ {MEETME_RECORDINGFILE}) exten => h,2,Hangup() I call the macro with: ;Page All Phones including the PA system. exten => 1010,1,Authenticate(12345) exten => 1010,2,Macro(pageall,2,SIP/ls-pa) Basically the macro goes through my sip realtime database and finds all the phones th...
2008 Jan 17
0
Paging Recording File
...ng Answer) exten => s,17,NoOp(Page Recording ${MEETME_RECORDINGFILE}) exten => s,18,Set(CALLERID(all)=System Page <1010>) exten => s,19,Page(${pagedevice},r) ;On hangup, run script that will email the recording to shared conference. exten => h,1,System(/var/lib/asterisk/scripts/mail_lastpage ${ARG1} $ {MEETME_RECORDINGFILE}) exten => h,2,Hangup()