Hello, I have tried to change my mailbox greeting. I go into Mailbox options > 1 record your unavailable msg. options > 2 Record your busy msg options > 3 your name. So how to I get it to play the unavailable msg?? -- David Shaw <asterisk@ke6upi.com>
In my configuration I have a directive for busy (b<extension number>) or unavailable (u<extension number>). A redirected call , from my SER proxy, prefices the called party number with a b or u before relaying it to Asterisk. When Asterisk receives the invite it plays the appropriate greeting. Dan Adams wrote:> The unavailable msg is used when the voicemail app picks up after no > phone on your extension picks up, ie you are not available to answer > the phone. > > Dan > > On Thu, 27 Jan 2005, David Shaw wrote: > >> Hello, I have tried to change my mailbox greeting. I go into Mailbox >> options > 1 record your unavailable msg. >> options > 2 Record your busy msg >> options > 3 your name. >> >> So how to I get it to play the unavailable msg?? >> >> -- >> David Shaw <asterisk@ke6upi.com> >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- ISC Network Engineering The University of Pennsylvania 3401 Walnut Street, Suite 221A Philadelphia, PA 19104 voice: 215-573-8396 215-746-8001 fax: 215-898-9348 sip:blairs@upenn.edu
The unavailable msg is used when the voicemail app picks up after no phone on your extension picks up, ie you are not available to answer the phone. Dan On Thu, 27 Jan 2005, David Shaw wrote:> Hello, I have tried to change my mailbox greeting. I go into Mailbox > options > 1 record your unavailable msg. > options > 2 Record your busy msg > options > 3 your name. > > So how to I get it to play the unavailable msg?? > > -- > David Shaw <asterisk@ke6upi.com> > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
> The unavailable msg is used when the voicemail app picks up after no phone > on your extension picks up, ie you are not available to answer the phone. > > Dan > > On Thu, 27 Jan 2005, David Shaw wrote: > > > Hello, I have tried to change my mailbox greeting. I go into Mailbox > > options > 1 record your unavailable msg. > > options > 2 Record your busy msg > > options > 3 your name. > > > > So how to I get it to play the unavailable msg?? > > > > -- > > David Shaw > >To force the voicemail system to play the unavail msg you can also add this in your extensions.conf: exten => 13,3,VoiceMail(u${vmbox13}) Note the u You can also use the b to force to play the busy msg. Happy *-ing Michiel
I over looked the "u" or "b" in front of the extension. Works great. Thanks, David On Thu, 2005-01-27 at 19:44 +0100, Michiel van Baak wrote:> > The unavailable msg is used when the voicemail app picks up after no phone > > on your extension picks up, ie you are not available to answer the phone. > > > > Dan > > > > On Thu, 27 Jan 2005, David Shaw wrote: > > > > > Hello, I have tried to change my mailbox greeting. I go into Mailbox > > > options > 1 record your unavailable msg. > > > options > 2 Record your busy msg > > > options > 3 your name. > > > > > > So how to I get it to play the unavailable msg?? > > > > > > -- > > > David Shaw > > > > > To force the voicemail system to play the unavail msg you can also add this in your extensions.conf: exten => 13,3,VoiceMail(u${vmbox13}) > > Note the u > You can also use the b to force to play the busy msg. > > Happy *-ing > Michiel > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- David Shaw <asterisk@ke6upi.com>