Hi all, I'm stuggling with how to present calleds to a specific DDI (DID) with Music on hold whilst the call is hunted around 3 phones, then if not answered within a certain period forwarded to voicemail. So far I've got the queue working and the voicemail but not both together. Ive had a look on the wiki and the archives but can't spot anything that might point me in the right direction. CHeers Matt
Look at show application queue It includes a timeout option, which after the call is not answered for some period of time will drop back to the dialplan and hence your voicemail. Regards, Adam On Tue, 2004-06-15 at 18:35, Matt wrote:> Hi all, > > I'm stuggling with how to present calleds to a specific DDI (DID) with Music on hold whilst the call is hunted around 3 phones, then if not answered within a certain period forwarded to voicemail. > > So far I've got the queue working and the voicemail but not both together. > > Ive had a look on the wiki and the archives but can't spot anything that might point me in the right direction.
Hmmm. I tried: exten => 7001,1,Answer exten => 7001,2,Queue(test|t|||10) exten => 7001,3,Hangup exten => 7001,102,Voicemail(u100) exten => 7001,103,Hangup but that doesn't seem to work. I'm sure I've made a stupidly obvious mistake; but I can't for the life of me see what it is! Cheers Matt> Look at show application queue > It includes a timeout option, which after the call is not answered for > some period of time will drop back to the dialplan and hence your > voicemail. > > Regards, > Adam > > On Tue, 2004-06-15 at 18:35, Matt wrote: > > Hi all, > > > > I'm stuggling with how to present calleds to a specific DDI (DID) with Music on hold whilst the call is hunted around 3 phones, then if not answered within a certain period forwarded to voicemail. > > > > So far I've got the queue working and the voicemail but not both together. > > > > Ive had a look on the wiki and the archives but can't spot anything that might point me in the right direction. > > > _______________________________________________ > 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
; goto philly q exten => 0,1,Answer exten => 0,2,Background(wrn-phillyq) exten => 0,3,Queue,phillyq exten => 0,4,WaitMusicOnHold(90) exten => 0,5,Voicemail(u1) exten => 0,6,Playback(vm-goodbye) exten => 0,7,Hangup -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Matt Sent: Tuesday, June 15, 2004 4:35 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Queue then Voicemail Hi all, I'm stuggling with how to present calleds to a specific DDI (DID) with Music on hold whilst the call is hunted around 3 phones, then if not answered within a certain period forwarded to voicemail. So far I've got the queue working and the voicemail but not both together. Ive had a look on the wiki and the archives but can't spot anything that might point me in the right direction. CHeers Matt _______________________________________________ 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