Roland Zagler
2005-Jul-03 03:21 UTC
[Asterisk-Users] play message to callee before connecttoincomingcall
yes, robert, but how do i "join" the two legs inside a call file or in the dialplan? i have experienced that call files can do a call to a channel and if this call is answered it can either be connected to an extension inside a context or call an application with parameters. roland -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Robert Goodyear Sent: Sunday, July 03, 2005 9:09 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] play message to callee before connecttoincomingcall On Jul 2, 2005, at 1:00 PM, Roland Zagler wrote:> sorry for the misunderstanding, robert! > > the point is: during the caller is listening to the soundfile playedto> him > the dialplan should continue to dial the sip phone 100 and after sip > phone > 100 is answered and the announcement file is played the caller should > be > connected > to the sip phone 100. >Ah, now that's a clearer picture of what you're after. Perhaps you need to create a call file that then joins the two legs of the call afterwards? _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
C F
2005-Jul-03 14:51 UTC
[Asterisk-Users] play message to callee before connecttoincomingcall
I beleive queues will do it all for you. http://www.voip-info.org/tiki-index.php?page=Asterisk+config+queues.conf Use this part to play the sound to the callers: ........ ;queue-youarenext = "queue-youarenext" ; ("You are now first in line.") ........ and use: ........ ;announce = queue-markq ........ To announce what you want to the callee Hope this helps
Robert Goodyear
2005-Jul-03 21:09 UTC
[Asterisk-Users] play message to callee before connecttoincomingcall
>>> the point is: during the caller is listening to the soundfile played >> to >>> him >>> the dialplan should continue to dial the sip phone 100 and after sip >>> phone >>> 100 is answered and the announcement file is played the caller should >>> be >>> connected >>> to the sip phone 100. >>> >> >> Ah, now that's a clearer picture of what you're after. >> >> Perhaps you need to create a call file that then joins the two legs of >> the call afterwards? > yes, robert, but how do i "join" the two legs inside a call file or > in the dialplan? > > i have experienced that call files can do a call to a channel and > if this call is answered it can either be connected to an extension > inside a context or call an application with parameters. > > rolandWell, if you're already comfortable with AGI and realtime, I should think you could work something out with MeetMe, Conference or ParkandAnnounce.