similar to: Pager Notification

Displaying 20 results from an estimated 3000 matches similar to: "Pager Notification"

2009 Sep 17
3
sendpage package
Is sendpage or some other alphanumeric paging program available from one of the repos for CentOS 5? I've checked rpmforge and epel. I just wanted to check to see if it might be available somewhere else before I resort to building from source. -- Bowie
2005 Sep 25
2
Pager Notification Script
Does anyone on the list have a script for notifying pagers that they would be willing to share? I have found a reference in the archive to such a script, but previous attempts to find the author of that posting have failed. Anyhow, I am looking to set up a system whereby a message is sent to a pager when a voicemail is left in a specified mailbox. (This is easy, it's built-in to
2004 Apr 02
1
Newbie: ISDN and Capacity Planning
Hi; I am in the process of planning a PBX/Voice mail system for a business with an ISDN phone system and somewhere on the order of 12 internal phones. The ISDN system appears to be a Primary Rate Interface, though this may be irrelevent because receptionists answer all inbound telephone calls before possibly transferring via the PBX, and most calls do not get transferred. Telephone use
2005 Oct 10
1
customize the pager email
I am running CVS-HEAD-04/12/05-21:44:31 and I am curious if it is possible to customize the email message sent to the pager email address. Thanks, Andy -- H. Andy Goss Network Engineer Network Advocates Inc. Main: 502.412.1050 DID: 502.992.5933 Mobile: 502.387.8216 agoss@ntad.com
2004 Jan 04
1
pager reminder script
Since the list community has done so much for me in my humble asterisk beginnings I have put together a simple little script written in php that serves as a paging reminder script. If anyone is interested in a copy of it contact me off list and I'll forward you a copy. The basics of the script are as follows: It queries an asterisk inbox of your choosing for the existence of a file that
2004 May 07
4
Cisco 7940 Phones as paging system?
Hi all; I have been searching for an answer to a question that a customer asked me and I have only found a few older answers. So, wanting to find out if anyone has any experience with this issue and can help provide me with some advice. I have a customer which is strongly interested in using Asterisk as a PBX. One of the core requirements, however, is that the system MUST be able to
2007 Feb 24
6
dial a pager and enter DTMF
Probably just a simple syntax issue, but does anyone know how to dial a number and the once phone has been answered, play DTMF tones and then disconnect. I am trying to use this for page notification. Ive been trying the following string with out luck: exten => s,2,Dial(SIP/TelaSip-gw4/5198881212|D(12345678) Any help would be greatly appreciated! -------------- next part -------------- An
2006 Apr 18
1
Change email/pager VM alerts body text dynamically?
Greetings; I've got a situation where I really need to be able to select from a number of various (body) textx for email/pager messages when voivemails are left, but can't seem to figure out how to change them on the fly. Now, I know there are pre-defined defaults, which can be overridden by entries in the [general] section of voicemail.conf, but that does not get me there. I need to be
2004 Feb 06
4
more or less pager
R-users, (forgive my return adres) I've been breaking my head why R---which i find fabulous, by the way---does not pipe interactive output through a pager (more or less), like it does with help(), or like GNU Octave does with arrays with more than terminal height rows. Maybe it is my installation (Debian/GNU Linux). Maybe it is my configuration, but i don't think so because with
2006 Apr 16
11
Best way to sort categories w/ pager
Ahoy, I made this pager, " def list @item_pages = Paginator.new self, Item.count, 10, @params[''page''] @items = Item.find :all, :conditions => "category_id = #{params[:condition]}", :limit => @item_pages.items_per_page, :offset => @item_pages.current.offset @categories = Category.find_all
2024 Jul 17
1
default pager is more
Was wondering why R help in recent Fedora only provided --More-- prompt for viewing, rather than allowing arrow key navigation as on RHEL. It turns out it uses a system command for paging and the current default pager is more: grep PAGER /usr/lib64/R/etc/Renviron PAGER=${PAGER-'/usr/bin/more'} rpm -qf /usr/lib64/R/etc/Renviron R-core-4.4.1-3.fc41.x86_64 This primarily affects function
2001 Mar 09
2
Pager size in 1.2.2 Windows
The following sequence of commands (for example): >my.data<-rnorm(10000, 5, 1) >my.data fills my pager buffer beyond its capacity. When I type "my.data", the pager displays approximately the bottom 7000 cells of the file, but "loses" the first 3000. Is there a some setting that increases the size of the pager buffer, or is this a limit in the Windows version?
2006 Oct 29
3
Pager Voicemail Message
Hello, In voicemail.conf, it's possible to edit the voicemail message, but when I define a pager email address, I get the message from "Asterisk PBX", and the content is fixed by the system. Is there a way to manipulate this message, as well? Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Oct 22
1
gnuclient.exe as pager ?
Hi, I see there are some previous threads on gnuclient.exe, but I can't figure this out based on those... I recently started using ESS with Xemacs. I'm on Windows XP. On starting iESS, my editor gets set to 'gnuclient.exe'. I don't understand how this works, since there is no executable anywhere on my machine called "gnuclient.exe". But I have no complaints: I like
2024 Jul 18
1
default pager is more
On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote: > Was wondering why R help in recent Fedora only provided --More-- > prompt for viewing, rather than allowing arrow key navigation as on > RHEL. It turns out it uses a system command for paging and the current > default pager is more: > grep PAGER /usr/lib64/R/etc/Renviron >
2009 Oct 13
4
OT: pager pay
Hey folks, I'm trying to compare my small company's policy against other companies out there. We pay 10% of your per-hour salary equivalent per every hour you carry it, whether it goes off or not. So for example someone making $55K/year works out to about $27 / hour (I think), so they'd get $2.70 for every hour they carry the pager outside of regular work hours. We are a company
1998 Apr 24
1
R-beta: pager/more
A non-text attachment was scrubbed... Name: not available Type: text Size: 645 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980424/94b87a18/attachment.pl
2024 Jul 18
1
default pager is more
On Thu, 18 Jul 2024 at 10:12, I?aki Ucar <iucar at fedoraproject.org> wrote: > > > On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote: >> >> Was wondering why R help in recent Fedora only provided --More-- >> prompt for viewing, rather than allowing arrow key navigation as on >> RHEL. It turns out it uses a system command for paging
2024 Jul 22
1
default pager is more
FYI I added less back to the buildroot. Updates will be published soon. I?aki On Thu, 18 Jul 2024 at 18:59, Ian Malone <ibmalone at gmail.com> wrote: > On Thu, 18 Jul 2024 at 10:12, I?aki Ucar <iucar at fedoraproject.org> wrote: > > > > > > On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote: > >> > >> Was wondering why
2009 Jun 19
1
kde 4.3 beta 2, compiz 8.2 - panel pager doesn't work until plasma crash and restart
Listmates, Woking with compiz 8.2 on kde 4.3 beta 2 on Archlinux, the plasma "kicker" pager widget does not work correctly after compiz 8.2 is started. Before compiz is started you see the 4 small desktop representations stacked 2x2. After you start compiz, the panel only shows a single large pane 'Desktop 1' no matter what desktop you are on. The strange part is that