Can I do this with * ??? S,1,answer call S,2,play "thanks for calling, we'll be with you soon" S,3,play music while caller waits and ring nominated extensions at same time S,101,if not answered go to voicemail I can't find a way to play music and ring extensions at the same time. Any help would be greatly appreciated. Simon
On Tue, 2004-05-25 at 23:42, Simon Brown wrote:> Can I do this with * ??? > > S,1,answer call > S,2,play "thanks for calling, we'll be with you soon" > S,3,play music while caller waits and ring nominated extensions at same time > S,101,if not answered go to voicemail > > I can't find a way to play music and ring extensions at the same time. > > Any help would be greatly appreciated.ACD -- Steven Critchfield <critch@basesys.com>
On Wed, 2004-05-26 at 14:42 +1000, Simon Brown wrote:> Can I do this with * ??? > > S,1,answer call > S,2,play "thanks for calling, we'll be with you soon" > S,3,play music while caller waits and ring nominated extensions at same time > S,101,if not answered go to voicemail > > I can't find a way to play music and ring extensions at the same time. > > Any help would be greatly appreciated.Hi Simon, Look into the "m" option for the Dial command: 'm' ? provide hold music to the calling party until answered. .. quoted from: http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Dial HTH. Regards, Gonzalo
Try: exten => s,1,Playback(thanksforcalling) exten => s,2,Dial(SIP/1111&SIP/1112|30|m) exten => s,3,Voicemail(uEXTEN) exten => s,4,Playback(vm-goodbye) That will answer and play back "thanksforcalling.gsm", dial SIP/1111 and SIP/1112 with music. If not answered within 30 seconds, it will go to voicemail. You could also add a 103 line to be used if both extensions are busy (eg: voicemail(bEXTEN)). -Shaun> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Simon Brown > Sent: Wednesday, 26 May 2004 2:42 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Can I do this ... > > Can I do this with * ??? > > S,1,answer call > S,2,play "thanks for calling, we'll be with you soon" > S,3,play music while caller waits and ring nominated > extensions at same time > S,101,if not answered go to voicemail > > I can't find a way to play music and ring extensions at the same time. > > Any help would be greatly appreciated. > > Simon > _______________________________________________ > 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
Il 06:52, mercoled? 26 maggio 2004, Shaun Ewing ha scritto:> Try: > > exten => s,1,Playback(thanksforcalling) > exten => s,2,Dial(SIP/1111&SIP/1112|30|m) > exten => s,3,Voicemail(uEXTEN) > exten => s,4,Playback(vm-goodbye) > > That will answer and play back "thanksforcalling.gsm", dial SIP/1111 and > SIP/1112 with music. If not answered within 30 seconds, it will go to > voicemail. > > You could also add a 103 line to be used if both extensions are busy (eg: > voicemail(bEXTEN)). > > -ShaunIs it possible to answer with a message WHILE calling by dialling..... in effect a sort of dial option A() [see show application dial] but for the calling party......