Displaying 5 results from an estimated 5 matches for "pageall".
Did you mean:
bagnall
2007 Sep 20
1
Paging MEETME_RECORDINGFILE Variable
I am having a weird issue with setting the recording file for the
Page app. Here is some quick background info
I have a macro that pages all my phones:
[macro-pageall]
; Context for paging all devices.
; This will search the sip table in the realtime database
; for all phones that start with a number. That number is
; passed to this macro as ${ARG1}.
;
; ARG1 = The first digit of the phones to be paged (6=US
Campus, 4=MS, 2=LS)
;...
2010 Dec 04
3
Polycom Park by EFK
...t.3.mname="daynight"
efk.efklist.3.status="1"
efk.efklist.3.label="Day Night 1"
efk.efklist.3.use.active="1"
efk.efklist.3.action.string="*281"
efk.efklist.4.mname="pageall"
efk.efklist.4.status="1"
efk.efklist.4.label="PageAll"
efk.efklist.4.use.active="1"
efk.efklist.4.action.string="800"
/>
<efkprompt
efk.efkprompt.1.status=&q...
2008 Jan 09
2
Intercom & Paging with Polycoms
I've been able to page to a specific phone (intercom type of thing), but
I'd like to have a macro or agi that pages all phones but first checks
if their on the phone. It looked like there used to be a pageall.agi
type of script on the wiki, but that link isn't valid anymore. Does
anyone have that script, or something else that would work? I would just
do SIP/1000&SIP/1001, but there are about 60 phones involved.
Rob
2009 Jul 20
0
No subject
...e my whole house audio when my phones are being
used as an intercom. Unfortunately, I am unable to get the system call
after the Page line to run (i.e. /bin/vol_restore). I have also tried
running it using the hangup extension, but neither seem to be
executed:
[main_dialplan]
exten => 5,1,Macro(pageall)
[macro-pageall]
exten => s,1,SIPAddHeader(Call-Info: answer-after=0)
exten => s,n,Set(TIMEOUT(absolute)=240)
exten => s,n,System(/bin/vol_save_and_mute_all)
exten => s,n,Page(${ALL_SPKR_PHONES},dis,3)
exten => s,n,System(/bin/vol_restore)
exten => s,n,Hangup
exten => h,1,Syst...
2008 Jan 17
0
Paging Recording File
...ertain number
from the realtime database to create a variable with a value that ='s
SIP/6001&SIP/6002&SIP/6003.... this is passed to the macro as ARG1
I added a System command to log the variables to a text file so I know
when the page is made, the variables are correct.
[macro-pageall]
; Context for paging all devices.
; This will search the sip table in the realtime database
; for all phones that start with a number. That number is
; passed to this macro as ${ARG1}.
;
; ARG1 = The first digit of the phones to be paged
; ARG2 = Device for the PA sy...