Hello,<br>
<br>

I have separate contexts defined in voicemail.conf as follows:<br>
<br>
[abcdental]<br>
100 =&gt; 1234,John Doe<br>
<br>
And call application directory using the following syntax:<br>
exten =&gt; 1,1,Directory(abcdental[,abcdental,f])<br>
<br>
However since I migrated from 1.4 to 1.6, app_directory no longer parses
 the voicemail.conf to match the full name of the mailbox.  
App_directory only matches directory names based on the entries 
registered to the default context (voicemail show users)<br>
<br>
Therefore my workaround has been to define the users in users.conf; 
however the problem with that is that the fullnames in users.conf only 
register to the default, which means that users from multiple contexts are returned when only the specified context should be returned.<br>
<br>
It seems that the first argument of the app directory &quot;vm-context&quot;<br>
Directory([vm-context][,dial-context[,options]]) is broken as 
app_directory will only return matches from the default context 
regardless of vm-context specified.<br><br>Any thoughts are appreciated.<br>