HI, I want to allow user to press 0 to the voicemail if the user don't want to wait in the queue. Below is what I set but it doesn't work. Anyone can help? ango file: features.conf [applicationmap] opervm => 0,self/both,Macro,opervm file: extensions.conf ... exten => 5555,n(queue),Set(DYNAMIC_FEATURES=opervm) exten => 5555,n,Queue(5555|tThH|||180) ... [macro-opervm] exten => s,1,NoOp(--openvm--) exten => s,n,VoiceMail(3634 at default,u) exten => s,n,Hangup
Rilawich Ango wrote:> I want to allow user to press 0 to the voicemail if the user don't > want to wait in the queue. Below is what I set but it doesn't work. > Anyone can help? angoNone of that is necessary, but reading the documentation is. app_queue already supports the caller using a DTMF key to exit from waiting for an agent; 'core show application queue' should give you the information you need. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: kpfleming at digium.com Check us out at www.digium.com & www.asterisk.org