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(1...@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.


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to