[asterisk-users] voicmail: no entry in voicemail config

Jared Smith jsmith at digium.com
Fri Oct 30 14:34:28 CDT 2009


On Fri, 2009-10-30 at 13:23 -0600, Joseph wrote:
> In asterisk 1.6 the voicemail prefix u b don't work, I have:
> exten => 1,3,Voicemail(u11)  and it keeps telling me: No entry in Voicemail config file for "u11"
> 
> exten => 1,3,Voicemail(11) works,
> 
> Isn't prefix "u" suppose to play: "The person at extension ... 11 ... is unavailable," ?

Instead of prefixing the mailbox with a 'u' or 'b', use it as the second
parameter to the Voicemail() application, like this:

exten => 123,n,Voicemail(11 at default,u)

You can always type "core show application voicemail" at the Asterisk
CLI to see the complete syntax for the Voicemail() dialplan application.


-- 
Jared Smith
Training Manager
Digium, Inc.




More information about the asterisk-users mailing list