[Home]

Summary:ASTERISK-05582: app_directory fails to dial realtime user
Reporter:David James (davidj)Labels:
Date Opened:2005-11-12 17:04:04.000-0600Date Closed:2011-06-07 14:10:36
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_directory
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:

something changed in app_directory.c causeing this bug

****** ADDITIONAL INFORMATION ******



The line

if (!ast_goto_if_exists(chan, dialcontext, ext, 1))

should read

if (ast_goto_if_exists(chan, dialcontext, ext, 1))
Comments:By: Mark Spencer (markster) 2005-11-12 19:50:13.000-0600

Can you find me on IRC?  This sounds like a configuration issue.

By: Mark Spencer (markster) 2005-11-12 23:09:19.000-0600

This is old CVS.  This is an installation issue.