[Home]

Summary:ASTERISK-01271: directory command in extensions.conf fails
Reporter:pmahler (pmahler)Labels:
Date Opened:2004-03-22 16:49:21.000-0600Date Closed:2004-09-25 02:53:47
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Press keys for last three letters of name
IVR says press "one" if this is the right name
Press one
goes to silence, never comes back!
Comments:By: twisted (twisted) 2004-03-22 17:07:25.000-0600

Make sure your voicemail.conf mailbox number corresponds to the correct extension in the corresponding context in extensions.conf.  If it doesn't, where is it going to send the call?  (rhetorical question).

Also, make sure you call directory app with (default) as the option. (ie, exten => 4000,1,Directory(default)

ie...

extensions.conf

[default]
exten => 1001,1,Dial(Zap/1/18005551212)

and so on..

voicemail.conf

[default]
1001,1234,Bob Dobbs,,,

and so on..


I was unable to reproduce your problem with current cvs.

edited on: 03-22-04 16:00

edited on: 03-22-04 16:23

By: twisted (twisted) 2004-03-22 17:08:58.000-0600

If you are still experiencing this problem after checking all of your config, please post your extensions.conf, and your voicemail.conf to verify settings are correct.  Otherwise, This bug will be closed.

By: Mark Spencer (markster) 2004-03-23 00:38:26.000-0600

This is a configuration issue.  I've clarified the documentation to show that the context argument passed to directory must match *both* the context in which the extensions exist (or something that includes it) *and* the section of voicemail.conf.  I also had it print a warning when the context/extension it was looking for didn't exist.