Peter, thanks. This would be a less than optimal solution for me, as I wouldn't be able to pass the caller id of the orig caller (which I could do via IAX), nor would I be able to announce the caller ID after the call so I could prescreen whether to accept the call or not. Thanks though - it may be my only option.
Joe > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:asterisk-users- > [EMAIL PROTECTED] On Behalf Of Peter Svensson > Sent: Thursday, March 31, 2005 1:48 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] dial cmd - called party prompted before > connect > > On Thu, 31 Mar 2005, Joe Presto wrote: > > > My extensions are going to dial out to multiple locations, where > machines > > may answer the phone instead of the called party. As such, I would like > > asterisk to prompt the called party to provide acknowledgement by > dialing a > > digit before asterisk connects the call. > > > > I saw that there is a bug entry > > http://bugs.digium.com/bug_view_page.php?bug_id=0002905 which would > enable > > me to do what I need. But is there any other way to accomplish this? I > > finally got everything tweaked with my build and would rather not run > the > > non-stable version. > > If you dial out over zap cahnnels you can add the "c" option on the > channel specification. The zap driver will not consider the line answered > until it has been physically answered and then received a dtmf digit. E.g. > Dial(Zap/G1c/012345678&Zap/G1c/0234234234) > will dial 012345678 and 0234234234, both of which are required to send a > dtmf to be considered answered. > > Peter > > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
