[asterisk-users] Directory Application

2020-09-24 Thread John T. Bittner
Hello all, Anyone know an easy way to have the Directory Application lookup all the voicemail contexts in the system. Like a global option John Bittner CTO [xaccellogoemail] 380 US Highway 46, Suite 500 Totowa, NJ 07512 Phone: 2

[asterisk-users] Directory application: First DTMF digit is missed if pressed during "using your touch tone keypad..." announcement

2009-12-08 Thread Alec Davis
If you're an asterisk 1.6 user, and use the 'Directory application', have you noticed that the first keypress is always missed if you press it during the part of the announement where alison says "using you touch tone keypad" If this includes you, have a look at mantis bug https://issues.asterisk

[Asterisk-Users] Directory Application Context Issue

2003-06-18 Thread Derek Beaumont
I have found out why I am having problems with the directory application. The problem is that the Directory application is not searching through contexts properly. Example: extensions.conf [default] exten=>*,1,Directory(company) exten=>556,1,Directory(default) exten=>555,1,Voicemail2,u555 ... [

[Asterisk-Users] Directory Application Question

2003-06-18 Thread Derek Beaumont
I have recorded my name for my voicemail, but my name is not played in the Directory application. I am using Voicemail2 (if that matters). Could this be a context issue? Do I need to change any of the configuration files? -Derek ___ Asterisk-Users mail

RE: [Asterisk-Users] Directory Application question

2003-06-17 Thread Daryl Jones
. Then it will play their name. > > -Original Message- > From: Derek Beaumont [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 3:33 PM > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Directory Application question > > > I'm wondering if I can

RE: [Asterisk-Users] Directory Application question

2003-06-17 Thread Benjamin Miller
When in voicemail they need to go into the "record name" section and record their name. Then it will play their name. -Original Message- From: Derek Beaumont [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 3:33 PM To: [EMAIL PROTECTED] Subject: [Asterisk-Users]

Re: [Asterisk-Users] Directory Application question

2003-06-17 Thread Martin Pycko
We have it done at Digium so it can be done. Just record your name I guess with voicemail but I'm not entirely sure about that you can record that in voicemail. Martin On Tue, 17 Jun 2003, Derek Beaumont wrote: > I'm wondering if I can do the following: > > Caller activates the Directory a

[Asterisk-Users] Directory Application question

2003-06-17 Thread Derek Beaumont
I'm wondering if I can do the following: Caller activates the Directory application Caller enters the first 3 digits of a person's last name = Normally here, Asterisk will say the extension number of a person found. Is there a way to get Asterisk to say

Re: [Asterisk-Users] Directory Application

2003-03-28 Thread Frank Contrepois
[EMAIL PROTECTED] wrote: Maybe I'm doing it wrong, but does the directory app in CVS work? I can set up an extension and dial it. It gives the directory prompt but never does anything when I dial three digits for the name. Is there something I should know about setting it up (I did put in my us

[Asterisk-Users] Directory Application

2003-03-27 Thread kagato
Maybe I'm doing it wrong, but does the directory app in CVS work? I can set up an extension and dial it. It gives the directory prompt but never does anything when I dial three digits for the name. Is there something I should know about setting it up (I did put in my user extensions context as a

RE: [Asterisk-Users] Directory() application, answers but doesn't dial...

2003-02-28 Thread Benjamin Miller
list [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 10:26 PM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Directory() application, answers but doesn't dial... I have the following in my config files: extensions.conf: exten => ,1,Directory(employees) [employe

[Asterisk-Users] Directory() application, answers but doesn't dial...

2003-02-27 Thread Lenny Tropiano / asterisk.org Mailing list
I have the following in my config files: extensions.conf: exten => ,1,Directory(employees) [employees] exten => ,1,Playback(transfer,skip) exten => ,2,Macro(stdexten,,SIP/lenny) ;; exten => 5556,1,Playback(transfer,skip) exten => 5556,2,Macro(stdexten,5556,SIP/brian) v