search for: buzzer

Displaying 20 results from an estimated 23 matches for "buzzer".

Did you mean: fuzzer
2005 Sep 30
2
analog phone/door buzzer going through a Sipura SPA2000 ATA dials really slowly
Hello We have setup a doorbell which has an inbuilt analog phone which is connected to our Asterisk via a SPA2000 ATA. The problem we are getting is that when a caller presses the buzzer it is taking two or more minutes to finally call the reception phone. In the SPA2000 I have set dtmfmode to be inband. I notice that with the asterisk you dial a number and then it waits for a timeout before dialing number. I think you use a # to say - just dial now. Well we can't program...
2016 Aug 30
12
Multiple phones when one is unregistered
I have an extension that looks like this: exten => 5555551111,1,Verbose(Door buzzer calling) same => n,Dial(SIP/user1&SIP/user2&SIP/user3) The idea is that any of the three users can answer the phone to let someone in. The problem is that if, say, user2 unplugs his phone then the call immediately goes to his voice mail and the other two do not have the ability to op...
2004 Dec 04
6
Door buzzer.
Hello, I have a customer who has their front door integrated to their current phone system. If someone presses the buzzer, the secretaries phone will ring, and she can talk to the person at the door. By pressing ** she can release the door. Anyone have any sort of integration like this. Are there IP devices anyone is using? They have a pizza box server as their asterisk server with a T1 card. No more slots,...
2008 Aug 18
5
opening Doors with Asterisk!?
Hello all, i read a few articles online about the possibility to setup a "buzzer" door system to PBX using asterisk! currently my setup contains asterisk of course, and a sipura 3102.. what do i need to get such a feature done?! or should i ask if its possible?! _________________________________________________________________ Connect to the next generation of MSN Mes...
2016 Aug 30
2
Multiple phones when one is unregistered
...night when no one is going to the building. [Aug 23 10:20:55] WARNING[-1][C-0001fee7] app_dial.c: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent) I am assuming that the voice mail is for the absent (unregistered) user. > > exten => 5555551111,1,Verbose(Door buzzer calling) > > same => n,Dial(SIP/user1&SIP/user2&SIP/user3) Other than sanitizing the buzzer phone number and the user names this is the full extension for the buzzer. -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:darcy at Vex.Net VoIP: sip:darcy...
2016 Sep 01
2
Multiple phones when one is unregistered
On Tue, 30 Aug 2016 17:56:35 +0200 Administrator TOOTAI <admin at tootai.net> wrote: > Something like > > exten => 5555551111,1,Verbose(Door buzzer calling) > same => n,Set(toRing=) > same => n,ExecIf($["${DEVICE_STATE(SIP/user1)}" = "NOT IN > USE"]?Set(toRing=${toRing}&SIP/user1) Failed. I checked the online docs and the syntax seems to be correct but I get this: [Aug 31 21:52:00] WARNING[-1][C-0001f...
2008 Sep 10
1
radeon and FreeBSD freeze
Boris Samorodov wrote: > The most convenient way to freeze the OS is to finish gnome session. > When gdm is reloading the whole mashine freezes at gnome greeter. > The mouse cursor freezes while being a clock-buzzer. Ctrl-alt-del > doesn't help, only reset does. > > > Does disabling DRI in xorg.conf fixes the problem ? > > Didn't try, but may do if it may help. This is a well known problem, with radeon cards on machines with Via chipsets. The freeze occurs under FreeBSD, Linux and...
2011 Feb 26
1
Detect DTMF tone during call?
Hi, I am attempting to create a intercom buzzer system using asterisk as a back end. Most is figured out except the actual action of buzzing the door. I need to detect whether a DTMF key was pressed by the the called party (the resident). Is this possible to do using just a dialplan? I can't see any options on the Dial command that would lea...
2004 Jan 02
6
hangup detection
...However, apart from that, I do have it working fine for incoming calls. Is there some trick to get asterisk to detect the hangup tones from SBC? I've tried busydetect and callprogress as suggested, but neither seems to work. The tone is not a busy tone, but that ear-piercing high pitched buzzer. It goes "if you'd like to make a call, please hang up and try again. If you need help, hang up and then dial your operator. BEEP BEEP BEEP etc." I am set up here with recording gear and spectrum analyzer software, so I can identify the tones and timing if necessary. However I'...
2004 Sep 01
3
Distinctive rings
Is it possible to allow distinctive rings work for FXS ports as well? I need a certain FXS extension to ring a distinctive double ring. I modified zapata.conf appropriately for dring1,dring2 and it just Seems to ignore my updates. Do distinctive rings only work for FXO ports? Paul Seniuk -------------- next part -------------- A non-text attachment was scrubbed... Name: Paul Seniuk.vcf
2004 Sep 03
2
X100P blows up after a while (really loud noise)
...load modules; start-asterisk" script, and a cron entry or something to do it periodically, even check to see if there's any call on progress before restarting, but that's just a very ugly solution... If I could check the wcfxo status and get some info that tells me if it's in "buzzer-mode-on", I could come up with a more elegant solution. I don't know if it helps: the FXO card, at the first day, was sharing IRQ with the soundcard. But there wasn't any software using the soundcard. Yesterday, I unloaded all the sound modules, and checked /proc/interrupts. No IRQ sh...
2004 Jun 29
4
Ruggedised IP Phone
Hi all, I want to use my * box to control entry to a building. I was wondering who else has done this and what phones they might recommend. The phone itself needs to be externally mounted so will have to be durable. Functionally I would like it to just dial and extension when picked up. Any comments on your experiences would be very much appriciated. Best regards Matt
2005 Mar 12
2
RE: [Asterisk-Dev] SetVarCDR
...;t work either. > > > -----Original Message----- > From: Matthew Boehm [mailto:mboehm@cytelcom.com] > Sent: Saturday, March 12, 2005 11:20 AM > To: Asterisk Developers Mailing List <asterisk-dev@lists.digium.com> > Subject: Re: [Asterisk-Dev] SetVarCDR > > > *buzzer* "That's the sound I make when somebody lies to me." > - Dr. Cox, Scrubs > > I replied to your post on the -users list about this. Showing 's' in > the dst is programaticly correct behavior. > > -Matthew > > >> From: "William M. Sandif...
2010 Oct 08
0
Updates to the Belkin driver
After installing NUT, I've noticed that the belkin driver capabilities are rather basic. We have a Belkin Regulator Pro 1400VA (F6C1400-EUR), so I've updated the driver to support control of the buzzer & tests, as well as adding test result reporting. I've attached the following patches. Hopefully they can be added to any upcoming versions. -- John Bayly Systems Administrator ------------------ TipsTrade Ltd. 16 Wornal Park, Menmarsh Road, Worminghall, Bucks. HP18 9JX T: +44 (0)1844...
2003 Nov 06
4
newbie's additional (probably to some extent OT) questions
(1) So finally, thank to your help I have this: summary(lm(x ~ 0+I(t^2))) And then I get this result: ================================================= Call: lm(formula = x ~ 0 + I(t^2)) Residuals: Min 1Q Median 3Q Max -3.332e-02 -9.362e-03 1.169e-05 1.411e-02 3.459e-02 Coefficients: Estimate Std. Error t value Pr(>|t|) I(t^2) 0.0393821
2005 Dec 13
0
Re: [Nut-upsuser] Atlantis-Land UPS with Cypress CY7C63723 chip
...uming it is not simply using HID to wrap a serial stream). > 2) I used a USB monitor program to see what was going on between > my UPS and the UPSilon2000 program under windows. I saw some data and, > if I remember correctly, also some cleartext commands (maybe shutdown, > alarm buzzer on/off and the like). Am I going to need again this tool to > reverse-engineer the data sent from the UPS (or the commands sent the > other way)? Possibly. -- - Charles Lepple
2004 Aug 03
2
VoIP experiences with Cable and DSL
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, A thought occurred to me; Background; In the early days of cable, the cable people seemed clueless to things like over selling bandwidth. But as time went along they got it better and better under control. Of course their natural competitor, DSL, created a bigger demand for them to get things under control. Today cable is often giving
2008 Jan 15
2
Cyberpower Drive in 2.2.0 Fedora 7
...: bypass battery state : normal input voltage : 123 volts output voltage : 123 volts AVR level : normal battery capacity : 100 % load level : 48 % frequency : 60.7 Hz temperature : 31 C backup time : 21 minute 0 seconds. UPS model : OP1500 UPS version : 5.100 output format : 120 V battery format : buzzer : [on],off cold start : on,[off] enable status record : [on],off shutdown system after power fails : [on],off enable auto save function :[on],off status record interval : 10 minute 0 seconds. power failure causes system shutdown after : 30 seconds. time to wait system complete shutdown : 2 minute 0...
2004 May 27
1
(regards to ext3 and RAID) Re: Linux consultation needed (fwd)
...the responsibility of the RAID hardware. > > > That being said, if the OS has no drivers that would directly interface > > > with the RAID hardware to collect the status of the container, there is no > > > way you could tell, unless this hardware had some sort of beep or buzzer to warn you > > > of this. You could also enter the setup screen of the RAID controller at > > > boot time and check the health of the container there. > > > > > > The reason why I think this is a possibility is because there may be > > > "corrupted...
2005 Feb 13
3
Q: Does anyone have a WE multi-line card dialer phone working with *?
Folks, I recently obtained a Western Electric multi-line phone and am seeking help with getting this beast working with *. The interesting stuff in my * implementation consists of a T100P card, a TDM400P card, and an Adtran TA750 channel bank with three quad-port FXS modules and a quad-port FXO. The TA750 is wired to a 24-port Cat 5 patch panel via a 25-pair Amp cable. The phone is a model