RE: [Asterisk-Users] Newbie question about pressing a key to, be connected to the caller

2005-06-16 Thread Kevin Bockman
You don't have to use queues to use agents. Do a show application dial and look at what he is showing you. You can have a macro run upon answer so put your menu there. Kevin ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists

Re: [Asterisk-Users] Newbie question about pressing a key to be connected to the caller

2005-06-14 Thread Jon Gabrielson
Check out ackcall=yes in agents.conf It allows them to press # to accept, or press * to not accept. then you can do something like: exten => 101,1,Dial(Agent/101,20,A(presspoundtoanswer)) or if you want to get more fancy, check out queues.conf where you can set ring orders and answer penalties.