Hi all, Is it possible to send a SIP header to a PAP2T or SPAxxxx and cause the device to automatically answer? I can do this with my Polycom phones and would like to do it with my ATA's. Any ideas? -- Take care and have fun, Mike Diehl.
No. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mike Diehl Sent: Monday, April 25, 2011 6:02 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] PAP2T auto answer? Hi all, Is it possible to send a SIP header to a PAP2T or SPAxxxx and cause the device to automatically answer? I can do this with my Polycom phones and would like to do it with my ATA's. Any ideas? -- Take care and have fun, Mike Diehl. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
You could try: exten => *701,1,Set(__SIPADDHEADER=Call-Info:<sip:192.168.101.1>\; answer-after=1) -- Cheers, Matt Riddell _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/exchange.php (Full ITSP Solution) http://www.venturevoip.com/cc.php (Call Centre Solutions)
The answer function on an analog line is accomplished by going off hook. Unless the line is controlled by an automated device (like answering machine) someone has to physically take the device off hook to answer it. The ATA has no way to do it as all it gives is the FXS signalling. What exactly are you trying to accomplish? Vikingeleoctronics makes a door box (E20 iirc) that is powered by an analog line and can do auto answer when it gets the first ring. On 4/25/11, Mike Diehl <mdiehl at diehlnet.com> wrote:> Hi all, > > Is it possible to send a SIP header to a PAP2T or SPAxxxx and cause the > device > to automatically answer? I can do this with my Polycom phones and would > like > to do it with my ATA's. > > Any ideas? > > -- > > Take care and have fun, > Mike Diehl. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >