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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080813/d2cdbe5d/attachment.pgp
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
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 _____________________________ dmsessions at gmail.com 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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080814/d19faa1a/attachment.htm
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