[asterisk-users] Open door automatically...

2008-08-14 Thread Carlos Chavez
I have a new setup that uses a 2N Entrycom door phone that has a switch
to open an electric lock.  The way this works is that when you are
speaking with someone at the door you dial a code and it releases the
lock on the door.  This part works great.  

My customer wants to be able to dial a certain number and have the door
open automatically without having to wait on the phone.  I can simulate
this option by using the D option of the Dial command to send DTMF to
the door phone once it answers.  The only problem is that they do not
want to wait until the door phone answers.  They just want to dial a
number and hangup immediately.  How can I do this?

-- 
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001


signature.asc
Description: This is a digitally signed message part
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Open door automatically...

2008-08-14 Thread Steve Prior
Carlos Chavez wrote:
   I have a new setup that uses a 2N Entrycom door phone that has a switch
 to open an electric lock.  The way this works is that when you are
 speaking with someone at the door you dial a code and it releases the
 lock on the door.  This part works great.  
 
   My customer wants to be able to dial a certain number and have the door
 open automatically without having to wait on the phone.  I can simulate
 this option by using the D option of the Dial command to send DTMF to
 the door phone once it answers.  The only problem is that they do not
 want to wait until the door phone answers.  They just want to dial a
 number and hangup immediately.  How can I do this?

Maybe something like the number the user dials runs an AGI script which 
creates a call file which dials the real device.

Steve

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Open door automatically...

2008-08-14 Thread Darren Sessions
Set it so when they dial the number, it calls an AGI script that  
instantly answers and generates a call file and hangs up. That way,  
you could dial and then hangup, and the system generates a call file  
that calls the door phone and does whatever it needs to do separate of  
the initial call.


I just posted a Perl based call file generator to the list not to long  
ago that would easily work for this application.


Hope that helps,

 - Darren


_

[EMAIL PROTECTED]
http://www.darrensessions.com
_




On Aug 13, 2008, at 4:20 PM, Carlos Chavez wrote:

	I have a new setup that uses a 2N Entrycom door phone that has a  
switch

to open an electric lock.  The way this works is that when you are
speaking with someone at the door you dial a code and it releases the
lock on the door.  This part works great.

	My customer wants to be able to dial a certain number and have the  
door
open automatically without having to wait on the phone.  I can  
simulate

this option by using the D option of the Dial command to send DTMF to
the door phone once it answers.  The only problem is that they do not
want to wait until the door phone answers.  They just want to dial a
number and hangup immediately.  How can I do this?

--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Open door automatically...

2008-08-14 Thread Saul Bejarano
CallBack and craft the ANI of the caller to make sure the extension is 
reached when the number is called back, you can also say how long to 
wait to call back for the door to open if you want the guy to wait for a 
while to take his picture.

Carlos Chavez wrote:
   I have a new setup that uses a 2N Entrycom door phone that has a switch
 to open an electric lock.  The way this works is that when you are
 speaking with someone at the door you dial a code and it releases the
 lock on the door.  This part works great.  
 
   My customer wants to be able to dial a certain number and have the door
 open automatically without having to wait on the phone.  I can simulate
 this option by using the D option of the Dial command to send DTMF to
 the door phone once it answers.  The only problem is that they do not
 want to wait until the door phone answers.  They just want to dial a
 number and hangup immediately.  How can I do this?
 
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users