I seem to have stumped myself on this one. I had my son rattle off some really great sound bytes for his own extension (busy, after hours, etc) and that was easy to set up with the dial plan. Now I have his actual VM greeting in a .gsm and no idea how to get it into his VM Greeting, I am guessing that these are not stored where the other sounds are, maybe in the database? I looked through the .pdf book, not many helpful hits on google. Help? :) Nick -- Nick Ellson CCDA, CCNP, CCSP, CCAI, MCSE 2000, Security+, Network+ Network Hobbyist, VFR Private Pilot.
Ok, I did finally find the file structure (/var/spool/asterisk/voicemail/default/<exten>/*) , but everything is stored in 3 formats with set names, so I bet there is a process that creates all that, if I have just the 8000hz mono .gsm, is there an entry point or program I can feed this file to? The sample I did by recording my own using the Voicemail system: ls /var/spool/asterisk/voicemail/default/4003 INBOX busy.WAV busy.gsm busy.wav greet.WAV greet.gsm greet.wav tmp unavail.WAV unavail.gsm unavail.wav Nick -- Nick Ellson CCDA, CCNP, CCSP, CCAI, MCSE 2000, Security+, Network+ Network Hobbyist, VFR Private Pilot. On Fri, 15 Sep 2006, Nick Ellson wrote:> > I seem to have stumped myself on this one. I had my son rattle off some > really great sound bytes for his own extension (busy, after hours, etc) and > that was easy to set up with the dial plan. Now I have his actual VM greeting > in a .gsm and no idea how to get it into his VM Greeting, I am guessing that > these are not stored where the other sounds are, maybe in the database? I > looked through the .pdf book, not many helpful hits on google. Help? :) > > Nick > > -- > Nick Ellson > CCDA, CCNP, CCSP, CCAI, > MCSE 2000, Security+, Network+ > Network Hobbyist, VFR Private Pilot. > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Check in /var/spool/asterisk/voicemail/default/<extension number> for a particular extension, don't know how you want to differentiate after hours, etc. Also, you can put files in /var/lib/asterisk/sounds/custom and do with them what you want. on Friday 09/15/2006 Nick Ellson(grimm@nickellson.com) wrote > > I seem to have stumped myself on this one. I had my son rattle off some > really great sound bytes for his own extension (busy, after hours, etc) > and that was easy to set up with the dial plan. Now I have his actual VM > greeting in a .gsm and no idea how to get it into his VM Greeting, I am > guessing that these are not stored where the other sounds are, maybe in > the database? I looked through the .pdf book, not many helpful hits on > google. Help? :) > > Nick > > -- > Nick Ellson > CCDA, CCNP, CCSP, CCAI, > MCSE 2000, Security+, Network+ > Network Hobbyist, VFR Private Pilot. > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici@ccs.covici.com
Example for mailbox 100 under context default /var/spool/asterisk/voicemail/default/100 -rwx-w---- 1 asterisk asterisk 442604 Aug 22 16:44 busy.wav -rwx-w---- 1 asterisk asterisk 44976 Aug 22 16:44 busy.WAV -rwx-w---- 1 asterisk asterisk 25964 Aug 8 02:17 greet.wav -rwx-w---- 1 asterisk asterisk 2660 Aug 8 02:17 greet.WAV drwx-w---- 2 asterisk asterisk 4096 Sep 13 13:45 INBOX drwx-w---- 2 asterisk asterisk 4096 Sep 13 13:37 tmp -rwx-w---- 1 asterisk asterisk 168044 Aug 9 17:00 unavail.wav -rwx-w---- 1 asterisk asterisk 17090 Aug 9 17:00 unavail.WAV drwx-w---- 2 asterisk asterisk 4096 Sep 1 11:31 Work Those are the files (wav format) that it expects for the voicemail greetings/name announcement. Greet.wav is the name. Bill -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nick Ellson Sent: Friday, September 15, 2006 10:26 PM To: covici@ccs.covici.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] saved.gsm -> Voicemail greeting ?? Hi John, Yes, I followed an example that put all my family sound files in /var/lib/asterisk/sounds/local, which is also where this file is. Now I am trying to figure out how to get the unavailable|name|Busy .gsm's I made loaded into a mailbox without playing my sounds back into a phone ;) Nick -- Nick Ellson CCDA, CCNP, CCSP, CCAI, MCSE 2000, Security+, Network+ Network Hobbyist, VFR Private Pilot. On Fri, 15 Sep 2006, John covici wrote:> Check in /var/spool/asterisk/voicemail/default/<extension number> for > a particular extension, don't know how you want to differentiate after > hours, etc. Also, you can put files in > /var/lib/asterisk/sounds/custom and do with them what you want. > > on Friday 09/15/2006 Nick Ellson(grimm@nickellson.com) wrote > > > > I seem to have stumped myself on this one. I had my son rattle offsome> > really great sound bytes for his own extension (busy, after hours,etc)> > and that was easy to set up with the dial plan. Now I have hisactual VM> > greeting in a .gsm and no idea how to get it into his VM Greeting,I am> > guessing that these are not stored where the other sounds are, maybein> > the database? I looked through the .pdf book, not many helpful hitson> > google. Help? :) > > > > Nick > > > > -- > > Nick Ellson > > CCDA, CCNP, CCSP, CCAI, > > MCSE 2000, Security+, Network+ > > Network Hobbyist, VFR Private Pilot. > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > Your life is like a penny. You're going to lose it. The question is: > How do > you spend it? > > John Covici > covici@ccs.covici.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Ok, I am getting closer on how to choose the files played. I missed this in the book, but VoIP-info had this: s: Play nothing. (no flags): Play instructions. su: Play unavailable message. u: Play unavailable message, then instructions. sb: Play busy message. b: Play busy message, then instructions. In all cases, the beep.gsm file will also be played, prior to starting to record. and it will play the file I want if I rename my file to the stock named in the spool directory.. But as I have been making only .gsm's, am I leaving the VM Box's half-baked? Nick -- Nick Ellson CCDA, CCNP, CCSP, CCAI, MCSE 2000, Security+, Network+ Network Hobbyist, VFR Private Pilot. On Fri, 15 Sep 2006, Nick Ellson wrote:> > I seem to have stumped myself on this one. I had my son rattle off some > really great sound bytes for his own extension (busy, after hours, etc) and > that was easy to set up with the dial plan. Now I have his actual VM greeting > in a .gsm and no idea how to get it into his VM Greeting, I am guessing that > these are not stored where the other sounds are, maybe in the database? I > looked through the .pdf book, not many helpful hits on google. Help? :) > > Nick > > -- > Nick Ellson > CCDA, CCNP, CCSP, CCAI, > MCSE 2000, Security+, Network+ > Network Hobbyist, VFR Private Pilot. > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I assume it will use the files .gsm too? Bill -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Bill Gibbs Sent: Friday, September 15, 2006 10:46 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] saved.gsm -> Voicemail greeting ?? Example for mailbox 100 under context default /var/spool/asterisk/voicemail/default/100 -rwx-w---- 1 asterisk asterisk 442604 Aug 22 16:44 busy.wav -rwx-w---- 1 asterisk asterisk 44976 Aug 22 16:44 busy.WAV -rwx-w---- 1 asterisk asterisk 25964 Aug 8 02:17 greet.wav -rwx-w---- 1 asterisk asterisk 2660 Aug 8 02:17 greet.WAV drwx-w---- 2 asterisk asterisk 4096 Sep 13 13:45 INBOX drwx-w---- 2 asterisk asterisk 4096 Sep 13 13:37 tmp -rwx-w---- 1 asterisk asterisk 168044 Aug 9 17:00 unavail.wav -rwx-w---- 1 asterisk asterisk 17090 Aug 9 17:00 unavail.WAV drwx-w---- 2 asterisk asterisk 4096 Sep 1 11:31 Work Those are the files (wav format) that it expects for the voicemail greetings/name announcement. Greet.wav is the name. Bill -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nick Ellson Sent: Friday, September 15, 2006 10:26 PM To: covici@ccs.covici.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] saved.gsm -> Voicemail greeting ?? Hi John, Yes, I followed an example that put all my family sound files in /var/lib/asterisk/sounds/local, which is also where this file is. Now I am trying to figure out how to get the unavailable|name|Busy .gsm's I made loaded into a mailbox without playing my sounds back into a phone ;) Nick -- Nick Ellson CCDA, CCNP, CCSP, CCAI, MCSE 2000, Security+, Network+ Network Hobbyist, VFR Private Pilot. On Fri, 15 Sep 2006, John covici wrote:> Check in /var/spool/asterisk/voicemail/default/<extension number> for > a particular extension, don't know how you want to differentiate after > hours, etc. Also, you can put files in > /var/lib/asterisk/sounds/custom and do with them what you want. > > on Friday 09/15/2006 Nick Ellson(grimm@nickellson.com) wrote > > > > I seem to have stumped myself on this one. I had my son rattle offsome> > really great sound bytes for his own extension (busy, after hours,etc)> > and that was easy to set up with the dial plan. Now I have hisactual VM> > greeting in a .gsm and no idea how to get it into his VM Greeting,I am> > guessing that these are not stored where the other sounds are, maybein> > the database? I looked through the .pdf book, not many helpful hitson> > google. Help? :) > > > > Nick > > > > -- > > Nick Ellson > > CCDA, CCNP, CCSP, CCAI, > > MCSE 2000, Security+, Network+ > > Network Hobbyist, VFR Private Pilot. > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > Your life is like a penny. You're going to lose it. The question is: > How do > you spend it? > > John Covici > covici@ccs.covici.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Part of the directory as well as when you get to leave that person a VM (instead of saying the user at extension blah blah blah is unavailable it will read back the greeting file) are the 2 places I have heard it so far. Bill -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nick Ellson Sent: Friday, September 15, 2006 11:22 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] saved.gsm -> Voicemail greeting ?? Trying that now... umm, anyone know what condition makes use of just the "name" in voicemail, is that part of the directory or something? -- Nick Ellson CCDA, CCNP, CCSP, CCAI, MCSE 2000, Security+, Network+ Network Hobbyist, VFR Private Pilot. On Fri, 15 Sep 2006, Bill Gibbs wrote:> I assume it will use the files .gsm too? > > Bill > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of BillGibbs> Sent: Friday, September 15, 2006 10:46 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [asterisk-users] saved.gsm -> Voicemail greeting ?? > > Example for mailbox 100 under context default > > /var/spool/asterisk/voicemail/default/100 > > -rwx-w---- 1 asterisk asterisk 442604 Aug 22 16:44 busy.wav > -rwx-w---- 1 asterisk asterisk 44976 Aug 22 16:44 busy.WAV > -rwx-w---- 1 asterisk asterisk 25964 Aug 8 02:17 greet.wav > -rwx-w---- 1 asterisk asterisk 2660 Aug 8 02:17 greet.WAV > drwx-w---- 2 asterisk asterisk 4096 Sep 13 13:45 INBOX > drwx-w---- 2 asterisk asterisk 4096 Sep 13 13:37 tmp > -rwx-w---- 1 asterisk asterisk 168044 Aug 9 17:00 unavail.wav > -rwx-w---- 1 asterisk asterisk 17090 Aug 9 17:00 unavail.WAV > drwx-w---- 2 asterisk asterisk 4096 Sep 1 11:31 Work > > Those are the files (wav format) that it expects for the voicemail > greetings/name announcement. Greet.wav is the name. > > Bill > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nick > Ellson > Sent: Friday, September 15, 2006 10:26 PM > To: covici@ccs.covici.com; Asterisk Users Mailing List -Non-Commercial> Discussion > Subject: Re: [asterisk-users] saved.gsm -> Voicemail greeting ?? > > > Hi John, > > Yes, I followed an example that put all my family sound files in > /var/lib/asterisk/sounds/local, which is also where this file is. NowI> am > trying to figure out how to get the unavailable|name|Busy .gsm's Imade> loaded into a mailbox without playing my sounds back into a phone ;) > > Nick > > > -- > Nick Ellson > CCDA, CCNP, CCSP, CCAI, > MCSE 2000, Security+, Network+ > Network Hobbyist, VFR Private Pilot. > > > On Fri, 15 Sep 2006, John covici wrote: > >> Check in /var/spool/asterisk/voicemail/default/<extension number>for>> a particular extension, don't know how you want to differentiateafter>> hours, etc. Also, you can put files in >> /var/lib/asterisk/sounds/custom and do with them what you want. >> >> on Friday 09/15/2006 Nick Ellson(grimm@nickellson.com) wrote >>> >>> I seem to have stumped myself on this one. I had my son rattle off > some >>> really great sound bytes for his own extension (busy, after hours, > etc) >>> and that was easy to set up with the dial plan. Now I have his > actual VM >>> greeting in a .gsm and no idea how to get it into his VM Greeting, > I am >>> guessing that these are not stored where the other sounds are, maybe > in >>> the database? I looked through the .pdf book, not many helpful hits > on >>> google. Help? :) >>> >>> Nick >>> >>> -- >>> Nick Ellson >>> CCDA, CCNP, CCSP, CCAI, >>> MCSE 2000, Security+, Network+ >>> Network Hobbyist, VFR Private Pilot. >>> >>> _______________________________________________ >>> --Bandwidth and Colocation provided by Easynews.com -- >>> >>> asterisk-users mailing list >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users >> >> -- >> Your life is like a penny. You're going to lose it. The questionis:>> How do >> you spend it? >> >> John Covici >> covici@ccs.covici.com >> _______________________________________________ >> --Bandwidth and Colocation provided by Easynews.com -- >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users