[asterisk-users] app_directory broken in 1.6
Tilghman Lesher
tlesher at digium.com
Sun Jan 31 19:18:39 CST 2010
On Sunday 31 January 2010 18:12:15 cjwstudios wrote:
> Hello,
>
> I have separate contexts defined in voicemail.conf as follows:
>
> [abcdental]
> 100 => 1234,John Doe
>
> And call application directory using the following syntax:
> exten => 1,1,Directory(abcdental[,abcdental,f])
Uh, the square brackets in the help message means that that part
is optional. Including the square bracket literally is probably why you're
getting bad results. Try just:
Directory(abcdental,abcdental,f)
--
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org
More information about the asterisk-users
mailing list