Michelle Dupuis
2010-Mar-22 20:57 UTC
[asterisk-users] Play music to caller after answer, before dial
I would like to play music to an inbound caller, AFTER asterisk answers the call, but before the call is bridged by DIAL. Is there a simple way to achieve this? MD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100322/7b16d4ee/attachment.htm
Danny Nicholas
2010-Mar-22 21:21 UTC
[asterisk-users] Play music to caller after answer, before dial
This might be your answer: Exten => s,1,answer Exten => s,n,wait(10,m) Exten => s,n,Dial. This would wait 10 seconds playing MOH before dialing. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Michelle Dupuis Sent: Monday, March 22, 2010 3:58 PM To: 'Asterisk Users List' Subject: [asterisk-users] Play music to caller after answer, before dial I would like to play music to an inbound caller, AFTER asterisk answers the call, but before the call is bridged by DIAL. Is there a simple way to achieve this? MD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100322/9e35629a/attachment.htm