Re: [Astlinux-users] Doorbell Asterisk Project

2009-03-23 Thread John Novack
there are also some commercial door box products available that will 
allow voice communication with the door box.
Some may even allow an electric lock to be triggered through a DTMF tone 
pair.

All will require an ATA, but not much in the way of construction experience.
Google will find some
Viking and Mike Sandman both have different products.
Some require an FXS, some an FXO ATA
Some even incorporate a camera

John Novack




Lonnie Abelbeck wrote:

On Mar 23, 2009, at 8:36 AM, Iwan wrote:

  

Dear Lonnie,

With this project it is not possible to communicate with the person  
that is actually pressing the doorbell is that correct?



Correct, only an "off-hook" signal is sent to the ATA.  No voice.

  

I am planning to build this and going to order the needed stuff ...
Thanks for the solution ...



Is this your first soldering iron, electronics project? If so, I'd  
advise finding a friend that has some experience to help.



  

I have a few more questions tough ...
Is my understanding correct that hight-level concept of this is:
- A persion presses the doorbell
- The doorbell will dial via the ATA towards the Asterisk server
- The Asterisk server is doing a action e.g. send SMS, create  
voicemail, transfer call to your mobile etc. etc.


Is this correct?



The documentation shows how an asterisk extension is dialed via the  
ATA's 'hotline' feature.  The extension number (your choice) is  
defined in your ATA configuration and your extensions.conf...


; Doorbell Ring Example
exten => 1179,1,Answer
exten => 1179,n,SIPAddHeader(Alert-Info: Doorbell)
exten => 1179,n,DIAL(${DOORBELLPHONES},8)
exten => 1179,n,Hangup

This will occur for a few seconds (4 to 8).

Before you begin any construction, create the extensions.conf entry  
and your intended dialplan function, then test by dialing that  
extension for 4-8 seconds and then hangup.


When that works as you expect, configure the ATA, and test by  
connecting an old POTS phone to the ATA, lift the handset for 4-8  
seconds and hangup.


Lastly, when the tests work as you expect, you can proceed to the  
electronics portion.


Lonnie

  

Thanks,
I-1


From: Lonnie Abelbeck [[email protected]]
Sent: Monday, March 23, 2009 2:18 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Doorbell Asterisk Project

On Mar 23, 2009, at 7:50 AM, Iwan wrote:



Dear,

I was looking for a not too expensive solution to make my doorbell
asterisk compatible.
This means that the actions are as follows:

- Someone presses the doorbell
- The doorbell is dialing towards the Asterisk server
- The Asterisk server will execute a action based on the dialplan
(send SMS, create voicemail, transfer call to your mobile)

Now after doing some googeling I found this tread:
http://www.mail-archive.com/[email protected]/msg00794.html

I am wondering if anyone builded and tested this exept for Lonnie?
And is this also possible to do with a direct RJ-45 connector and
not having to go trough an ATA?
  

No, an ATA is required.

Status Report: The project is working well for me, without any further
tweaking,  more than a year later.



Thanks for the help so far ...

I-1
  

Lonnie


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM)  
are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly  
and
easily build your RIAs with Flex Builder, the Eclipse(TM)based  
development

software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [email protected] 
.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM)  
are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly  
and
easily build your RIAs with Flex Builder, the Eclipse(TM)based  
development

software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [email protected] 
.







--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder,

Re: [Astlinux-users] Doorbell Asterisk Project

2009-03-23 Thread Lonnie Abelbeck

On Mar 23, 2009, at 8:36 AM, Iwan wrote:

> Dear Lonnie,
>
> With this project it is not possible to communicate with the person  
> that is actually pressing the doorbell is that correct?

Correct, only an "off-hook" signal is sent to the ATA.  No voice.

> I am planning to build this and going to order the needed stuff ...
> Thanks for the solution ...

Is this your first soldering iron, electronics project? If so, I'd  
advise finding a friend that has some experience to help.


> I have a few more questions tough ...
> Is my understanding correct that hight-level concept of this is:
> - A persion presses the doorbell
> - The doorbell will dial via the ATA towards the Asterisk server
> - The Asterisk server is doing a action e.g. send SMS, create  
> voicemail, transfer call to your mobile etc. etc.
>
> Is this correct?

The documentation shows how an asterisk extension is dialed via the  
ATA's 'hotline' feature.  The extension number (your choice) is  
defined in your ATA configuration and your extensions.conf...

; Doorbell Ring Example
exten => 1179,1,Answer
exten => 1179,n,SIPAddHeader(Alert-Info: Doorbell)
exten => 1179,n,DIAL(${DOORBELLPHONES},8)
exten => 1179,n,Hangup

This will occur for a few seconds (4 to 8).

Before you begin any construction, create the extensions.conf entry  
and your intended dialplan function, then test by dialing that  
extension for 4-8 seconds and then hangup.

When that works as you expect, configure the ATA, and test by  
connecting an old POTS phone to the ATA, lift the handset for 4-8  
seconds and hangup.

Lastly, when the tests work as you expect, you can proceed to the  
electronics portion.

Lonnie

>
>
> Thanks,
> I-1
>
> 
> From: Lonnie Abelbeck [[email protected]]
> Sent: Monday, March 23, 2009 2:18 PM
> To: AstLinux Users Mailing List
> Subject: Re: [Astlinux-users] Doorbell Asterisk Project
>
> On Mar 23, 2009, at 7:50 AM, Iwan wrote:
>
>> Dear,
>>
>> I was looking for a not too expensive solution to make my doorbell
>> asterisk compatible.
>> This means that the actions are as follows:
>>
>> - Someone presses the doorbell
>> - The doorbell is dialing towards the Asterisk server
>> - The Asterisk server will execute a action based on the dialplan
>> (send SMS, create voicemail, transfer call to your mobile)
>>
>> Now after doing some googeling I found this tread:
>> http://www.mail-archive.com/[email protected]/msg00794.html
>>
>> I am wondering if anyone builded and tested this exept for Lonnie?
>> And is this also possible to do with a direct RJ-45 connector and
>> not having to go trough an ATA?
>
> No, an ATA is required.
>
> Status Report: The project is working well for me, without any further
> tweaking,  more than a year later.
>
>> Thanks for the help so far ...
>>
>> I-1
>
> Lonnie
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM)  
> are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly  
> and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based  
> development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Astlinux-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to 
> [email protected] 
> .
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM)  
> are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly  
> and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based  
> development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Astlinux-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to 
> [email protected] 
> .
>
>


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the E

Re: [Astlinux-users] Doorbell Asterisk Project

2009-03-23 Thread Iwan
Dear Lonnie, 

With this project it is not possible to communicate with the person that is 
actually pressing the doorbell is that correct?

I am planning to build this and going to order the needed stuff ...
Thanks for the solution ...

I have a few more questions tough ...
Is my understanding correct that hight-level concept of this is:
- A persion presses the doorbell
- The doorbell will dial via the ATA towards the Asterisk server
- The Asterisk server is doing a action e.g. send SMS, create voicemail, 
transfer call to your mobile etc. etc. 

Is this correct?

Thanks, 
I-1


From: Lonnie Abelbeck [[email protected]]
Sent: Monday, March 23, 2009 2:18 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Doorbell Asterisk Project

On Mar 23, 2009, at 7:50 AM, Iwan wrote:

> Dear,
>
> I was looking for a not too expensive solution to make my doorbell
> asterisk compatible.
> This means that the actions are as follows:
>
> - Someone presses the doorbell
> - The doorbell is dialing towards the Asterisk server
> - The Asterisk server will execute a action based on the dialplan
> (send SMS, create voicemail, transfer call to your mobile)
>
> Now after doing some googeling I found this tread:
> http://www.mail-archive.com/[email protected]/msg00794.html
>
> I am wondering if anyone builded and tested this exept for Lonnie?
> And is this also possible to do with a direct RJ-45 connector and
> not having to go trough an ATA?

No, an ATA is required.

Status Report: The project is working well for me, without any further
tweaking,  more than a year later.

> Thanks for the help so far ...
>
> I-1

Lonnie


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].


Re: [Astlinux-users] Doorbell Asterisk Project

2009-03-23 Thread Lonnie Abelbeck

On Mar 23, 2009, at 7:50 AM, Iwan wrote:

> Dear,
>
> I was looking for a not too expensive solution to make my doorbell  
> asterisk compatible.
> This means that the actions are as follows:
>
> - Someone presses the doorbell
> - The doorbell is dialing towards the Asterisk server
> - The Asterisk server will execute a action based on the dialplan  
> (send SMS, create voicemail, transfer call to your mobile)
>
> Now after doing some googeling I found this tread:
> http://www.mail-archive.com/[email protected]/msg00794.html
>
> I am wondering if anyone builded and tested this exept for Lonnie?
> And is this also possible to do with a direct RJ-45 connector and  
> not having to go trough an ATA?

No, an ATA is required.

Status Report: The project is working well for me, without any further  
tweaking,  more than a year later.

> Thanks for the help so far ...
>
> I-1

Lonnie


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].


[Astlinux-users] Doorbell Asterisk Project

2009-03-23 Thread Iwan
Dear, 

I was looking for a not too expensive solution to make my doorbell asterisk 
compatible.
This means that the actions are as follows:

- Someone presses the doorbell
- The doorbell is dialing towards the Asterisk server
- The Asterisk server will execute a action based on the dialplan (send SMS, 
create voicemail, transfer call to your mobile)

Now after doing some googeling I found this tread:
http://www.mail-archive.com/[email protected]/msg00794.html

I am wondering if anyone builded and tested this exept for Lonnie?
And is this also possible to do with a direct RJ-45 connector and not having to 
go trough an ATA?

Thanks for the help so far ...

I-1
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].


Re: [Astlinux-users] Doorbell Asterisk Project

2008-03-03 Thread Michael Graves
Lonnie,

Brilliant timing. I'm just about to dive into some Astlinux tinkering
and our doorbell is broken.

Can you think of some way of ensuring that the doorbell does something
mroe than just ring the phones? Do you use this in conjunction with a
SIP door phone? I don't have a place for such as thing as the doorbell
is out on an iron fence/gate.

I'd like to have some sort of unique ring pattern to indicate the
doorbell, even if the phone can doesn't display the extension ID for
the incoming call.

Thanks,
Michael


On Thu, 28 Feb 2008 12:37:23 -0600, Lonnie Abelbeck wrote:

>This slightly off topic for this list, but I think it might be of  
>interest to the AstLinux readers.
>
>This "Doorbell Asterisk Project" uses about $20 of electronics  
>components from Radio Shack to ring phones, send email, pager, etc  
>via asterisk.  If using a soldering iron and a multi-meter are not  
>your thing, stop reading any further.
>
>This project has applications in both the home and office, ex.  
>logging when your home doorbell is pressed while you are away, or  
>ringing an office manager's phone when the rear loading dock doorbell  
>is pressed.
>
>A unique ringtone is useful in this situation, ex. the SPA-942 allows  
>for a user defined "DoorBell" ringtone to be downloaded.
>
>Description:
>
>Circuit starts with a traditional doorbell chime installation, but  
>when the doorbell is pressed, instead of ringing a local chime/bell,  
>a local phone FXS port is taken Off-Hook for about 5 seconds.  When  
>properly configured, this Off-Hook signal can ring phones, send  
>email, pager, etc. via asterisk.
>
>A SIP ATA is used to automatically dial a local extension, using a  
>hotline feature in its dial plan.
>
>All previously installed doorbell chimes were disconnected, and the  
>input of this circuit is placed in parallel with the previous chimes 
>(s).  The circuit should also operate with a chime left in parallel,  
>in such case resister R1 is probably not needed, but this  
>configuration has not been tested, and can vary on the type of chime.
>
>Parts list and Description:
>http://lonnie.abelbeck.com/share/doorbell-off-hook-parts.txt
>
>Circuit Diagram:
>http://lonnie.abelbeck.com/share/doorbell-off-hook-circuit.pdf
>
>Project Photo in 4" x 4" x 2" electrical junction box:
>http://lonnie.abelbeck.com/share/doorbell-off-hook.jpg
>
>Enjoy,
>
>Lonnie
>
>
>-
>This SF.net email is sponsored by: Microsoft
>Defy all challenges. Microsoft(R) Visual Studio 2008.
>http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>___
>Astlinux-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
>Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
>PROTECTED]
>

--
Michael Graves
mgravesmstvp.com
http://blog.mgraves.org
o713-861-4005
c713-201-1262
sip:[EMAIL PROTECTED]
skype mjgraves
fwd 54245



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Doorbell Asterisk Project

2008-03-02 Thread Lonnie Abelbeck

On Mar 2, 2008, at 5:56 AM, Chris Mason (Lists) wrote:

> Lonnie Abelbeck wrote:
>>
>> I have an old SPA-2002 connected to astlinux supplying Caller*ID to
>> my Directv receivers,
> I'm curious to know how this works. I need to use this with Dish  
> Network
> but have not had success, not sure if it is a bandwidth issue or what.

The Caller*ID is for inbound calls only and displays on the screen, I  
actually disable dial-tone from the SAT receiver to astlinux so there  
is no outbound.  VoIP and SAT receiver data modems don't work well  
together.

Directv offers the phone data modem functionality with the ethernet  
port on their DVR models, works well.

Lonnie


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Doorbell Asterisk Project

2008-03-02 Thread Chris Mason (Lists)
Lonnie Abelbeck wrote:
>
> I have an old SPA-2002 connected to astlinux supplying Caller*ID to  
> my Directv receivers, 
I'm curious to know how this works. I need to use this with Dish Network 
but have not had success, not sure if it is a bandwidth issue or what.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Doorbell Asterisk Project

2008-02-29 Thread Lonnie Abelbeck

On Feb 29, 2008, at 12:02 AM, bochter wrote:

> Lonnie
>
> This is a nice and easy way there are other ways to use this
> You and do this with the grandstream ATA's also

Yes, I notice that the Grandstream Handytone-286 has a "Offhook Auto- 
Dial:" field in the Advanced Settings.  These HT-286 cost $30-$33, so  
if a person was starting from scratch that might be a good route to  
go, thought I haven't tried the HT-286.

I have an old SPA-2002 connected to astlinux supplying Caller*ID to  
my Directv receivers, so I simply used the SPA-2002's unused second  
line to provide my Doorbell 'hotline' function to astlinux.

Lonnie

>
> Is there an easy way not to use the ATA that would help keep the  
> cost down.
>
> Lonnie Abelbeck wrote:
>> This slightly off topic for this list, but I think it might be of
>> interest to the AstLinux readers.
>>
>> This "Doorbell Asterisk Project" uses about $20 of electronics
>> components from Radio Shack to ring phones, send email, pager, etc
>> via asterisk.  If using a soldering iron and a multi-meter are not
>> your thing, stop reading any further.
>>
>> This project has applications in both the home and office, ex.
>> logging when your home doorbell is pressed while you are away, or
>> ringing an office manager's phone when the rear loading dock doorbell
>> is pressed.
>>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Doorbell Asterisk Project

2008-02-29 Thread Michael
You don't even need a SIP device. I had Xtend running on an Asterisk
server monitoring X10 devices. When certain events occurred (like
motion detected) it would copy a call file to spool/asterisk/outgoing
and then the dial plan would do whatever with it.  In my case it was
auto-connecting me to voicemail via speakerphone if there were any new
voicemails when I walked into the room. Using the outgoing spool
eliminates the SIP requirement from the device. You just need a
process that monitors the IO, whether that be through RS-232, or
whatever. The biggest obstacle (for me) is getting that monitoring
application into the Astlinux build.

http://www.jabberwocky.com/software/xtend/
http://www.voip-info.org/wiki-Asterisk+auto-dial+out
http://www.sprg.net/2006/asterisk-debian-x10-auto-dial-voicemail

Regards,
Michael

On 2/29/08, Mark Phillips wrote:
> What we need is a direct ethernet device that can do this. Perhaps
>  something similar to Lonnie's design but with an AVR/PIC that will
>  receive the contact closure and then fire a SIP message to the proxy.
>
>  It would cost much the same as an ATA but would be a single device
>  rather than 2 devices. Not sure how much of a market there would be for
>  it though.
>
>  Lonnie, contact me off list. I have an idea!!
>
>  Mark
>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Doorbell Asterisk Project

2008-02-29 Thread Mark Phillips
What we need is a direct ethernet device that can do this. Perhaps
something similar to Lonnie's design but with an AVR/PIC that will
receive the contact closure and then fire a SIP message to the proxy.

It would cost much the same as an ATA but would be a single device
rather than 2 devices. Not sure how much of a market there would be for
it though.

Lonnie, contact me off list. I have an idea!!

Mark  


On Fri, 2008-02-29 at 01:02 -0500, bochter wrote:
> Lonnie
> 
> This is a nice and easy way there are other ways to use this
> You and do this with the grandstream ATA's also
> 
> Is there an easy way not to use the ATA that would help keep the cost down.
> 
> Lonnie Abelbeck wrote:
> > This slightly off topic for this list, but I think it might be of  
> > interest to the AstLinux readers.
> >
> > This "Doorbell Asterisk Project" uses about $20 of electronics  
> > components from Radio Shack to ring phones, send email, pager, etc  
> > via asterisk.  If using a soldering iron and a multi-meter are not  
> > your thing, stop reading any further.
> >
> > This project has applications in both the home and office, ex.  
> > logging when your home doorbell is pressed while you are away, or  
> > ringing an office manager's phone when the rear loading dock doorbell  
> > is pressed.
> >
> > A unique ringtone is useful in this situation, ex. the SPA-942 allows  
> > for a user defined "DoorBell" ringtone to be downloaded.
> >
> > Description:
> >
> > Circuit starts with a traditional doorbell chime installation, but  
> > when the doorbell is pressed, instead of ringing a local chime/bell,  
> > a local phone FXS port is taken Off-Hook for about 5 seconds.  When  
> > properly configured, this Off-Hook signal can ring phones, send  
> > email, pager, etc. via asterisk.
> >
> > A SIP ATA is used to automatically dial a local extension, using a  
> > hotline feature in its dial plan.
> >
> > All previously installed doorbell chimes were disconnected, and the  
> > input of this circuit is placed in parallel with the previous chimes 
> > (s).  The circuit should also operate with a chime left in parallel,  
> > in such case resister R1 is probably not needed, but this  
> > configuration has not been tested, and can vary on the type of chime.
> >
> > Parts list and Description:
> > http://lonnie.abelbeck.com/share/doorbell-off-hook-parts.txt
> >
> > Circuit Diagram:
> > http://lonnie.abelbeck.com/share/doorbell-off-hook-circuit.pdf
> >
> > Project Photo in 4" x 4" x 2" electrical junction box:
> > http://lonnie.abelbeck.com/share/doorbell-off-hook.jpg
> >
> > Enjoy,
> >
> > Lonnie
> >
> >
> > -
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> > ___
> > Astlinux-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/astlinux-users
> >
> > Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
> > PROTECTED]
> >
> >   
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Astlinux-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
> PROTECTED]
-- 



Mark Phillips, G7LTT/NI2O
Randolph, NJ


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Doorbell Asterisk Project

2008-02-28 Thread bochter
Lonnie

This is a nice and easy way there are other ways to use this
You and do this with the grandstream ATA's also

Is there an easy way not to use the ATA that would help keep the cost down.

Lonnie Abelbeck wrote:
> This slightly off topic for this list, but I think it might be of  
> interest to the AstLinux readers.
>
> This "Doorbell Asterisk Project" uses about $20 of electronics  
> components from Radio Shack to ring phones, send email, pager, etc  
> via asterisk.  If using a soldering iron and a multi-meter are not  
> your thing, stop reading any further.
>
> This project has applications in both the home and office, ex.  
> logging when your home doorbell is pressed while you are away, or  
> ringing an office manager's phone when the rear loading dock doorbell  
> is pressed.
>
> A unique ringtone is useful in this situation, ex. the SPA-942 allows  
> for a user defined "DoorBell" ringtone to be downloaded.
>
> Description:
>
> Circuit starts with a traditional doorbell chime installation, but  
> when the doorbell is pressed, instead of ringing a local chime/bell,  
> a local phone FXS port is taken Off-Hook for about 5 seconds.  When  
> properly configured, this Off-Hook signal can ring phones, send  
> email, pager, etc. via asterisk.
>
> A SIP ATA is used to automatically dial a local extension, using a  
> hotline feature in its dial plan.
>
> All previously installed doorbell chimes were disconnected, and the  
> input of this circuit is placed in parallel with the previous chimes 
> (s).  The circuit should also operate with a chime left in parallel,  
> in such case resister R1 is probably not needed, but this  
> configuration has not been tested, and can vary on the type of chime.
>
> Parts list and Description:
> http://lonnie.abelbeck.com/share/doorbell-off-hook-parts.txt
>
> Circuit Diagram:
> http://lonnie.abelbeck.com/share/doorbell-off-hook-circuit.pdf
>
> Project Photo in 4" x 4" x 2" electrical junction box:
> http://lonnie.abelbeck.com/share/doorbell-off-hook.jpg
>
> Enjoy,
>
> Lonnie
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Astlinux-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
> PROTECTED]
>
>   


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


[Astlinux-users] Doorbell Asterisk Project

2008-02-28 Thread Lonnie Abelbeck
This slightly off topic for this list, but I think it might be of  
interest to the AstLinux readers.

This "Doorbell Asterisk Project" uses about $20 of electronics  
components from Radio Shack to ring phones, send email, pager, etc  
via asterisk.  If using a soldering iron and a multi-meter are not  
your thing, stop reading any further.

This project has applications in both the home and office, ex.  
logging when your home doorbell is pressed while you are away, or  
ringing an office manager's phone when the rear loading dock doorbell  
is pressed.

A unique ringtone is useful in this situation, ex. the SPA-942 allows  
for a user defined "DoorBell" ringtone to be downloaded.

Description:

Circuit starts with a traditional doorbell chime installation, but  
when the doorbell is pressed, instead of ringing a local chime/bell,  
a local phone FXS port is taken Off-Hook for about 5 seconds.  When  
properly configured, this Off-Hook signal can ring phones, send  
email, pager, etc. via asterisk.

A SIP ATA is used to automatically dial a local extension, using a  
hotline feature in its dial plan.

All previously installed doorbell chimes were disconnected, and the  
input of this circuit is placed in parallel with the previous chimes 
(s).  The circuit should also operate with a chime left in parallel,  
in such case resister R1 is probably not needed, but this  
configuration has not been tested, and can vary on the type of chime.

Parts list and Description:
http://lonnie.abelbeck.com/share/doorbell-off-hook-parts.txt

Circuit Diagram:
http://lonnie.abelbeck.com/share/doorbell-off-hook-circuit.pdf

Project Photo in 4" x 4" x 2" electrical junction box:
http://lonnie.abelbeck.com/share/doorbell-off-hook.jpg

Enjoy,

Lonnie


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]