Re: [Asterisk-Users] Voice mail Greetings
You are very unclear with your problem. On 5/4/05, Michael D Schelin <[EMAIL PROTECTED]> wrote: > I have fixed and rearranged the priority and still no client greetings. What do you mean by 'client greetings' ? > The commands below have been fixed but all I get is the system prompts. I am assuming that you are getting the default VM greetings. > That is ok but my clients should be able to have there recorded greetings > played on VM access. I can record the greetings and play them back but just > not when a sip call is accessed. what is going on. When debugging the I don't get it, why don't you have them record the greetings thru the prompts? What do you mean when a sip call is accessed? and when does it work? what are you doing that makes it work. ___ 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
RE: [Asterisk-Users] Voice mail Greetings
Rather than using the underscore followed by a period, which should match anything it receives, I would highly recommend using the macro that was given both in the sample configs and the Asterisk Handbook (http://www.digium.com/handbook-draft.pdf). I've got the macro running in several different installations without any problems. Good luck and have fun Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael D Schelin Sent: Wednesday, May 04, 2005 9:54 PM To: snacktime; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Voice mail Greetings I have fixed and rearranged the priority and still no client greetings. The commands below have been fixed but all I get is the system prompts. That is ok but my clients should be able to have there recorded greetings played on VM access. I can record the greetings and play them back but just not when a sip call is accessed. what is going on. When debugging the sip call there is nothing stated about playing the client s greeting. snacktime wrote: On 5/4/05, Michael D Schelin <[EMAIL PROTECTED]> wrote: Hi all, What would cause the greetings not to play. The u command is supposed to play the unavailable greeting. It doesn't work. with this setup. Maybe I'm missing something. The voice prompts play well. What do you think? Thanks exten => 9007,1,VoicemailMain exten => _.,2,Voicemail(u${EXTEN}) exten => _.,2,AbsoluteTimeout(180) exten => _.,4,Congestion exten => _.,5,Hangup -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 5/4/2005 ___ 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
Re: [Asterisk-Users] Voice mail Greetings
I have fixed and rearranged the priority and still no client greetings. The commands below have been fixed but all I get is the system prompts. That is ok but my clients should be able to have there recorded greetings played on VM access. I can record the greetings and play them back but just not when a sip call is accessed. what is going on. When debugging the sip call there is nothing stated about playing the client s greeting. snacktime wrote: On 5/4/05, Michael D Schelin <[EMAIL PROTECTED]> wrote: Hi all, What would cause the greetings not to play. The u command is supposed to play the unavailable greeting. It doesn't work. with this setup. Maybe I'm missing something. The voice prompts play well. What do you think? Thanks exten => 9007,1,VoicemailMain exten => _.,2,Voicemail(u${EXTEN}) exten => _.,2,AbsoluteTimeout(180) exten => _.,4,Congestion exten => _.,5,Hangup You have two priority '2' extensions and you are missing priority '1' and '3'. I think that extension would just timeout, but I've never tried that particular setup myself:) Chris ___ 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
Re: [Asterisk-Users] Voice mail Greetings
--- Michael D Schelin <[EMAIL PROTECTED]> wrote: > Hi all, What would cause the greetings not to play. > The u command is > supposed to play the unavailable greeting. It > doesn't work. with this > setup. Maybe I'm missing something. The voice > prompts play well. What > do you think? Thanks > > exten => 9007,1,VoicemailMain > exten => _.,2,Voicemail(u${EXTEN}) I'm guessing if you try changing the priority of the above line to 1, you may get somewhere. Haven't tried it, but there's not much else obvious to me. :) > exten => _.,2,AbsoluteTimeout(180) > exten => _.,4,Congestion ^^ change priority to 3 > exten => _.,5,Hangup ^^ change priority to 4 I'm not sure what asterisk does when priorities skip numbers in sequence, but it's my guess that this would be part of the problem. Hope that helps ... Cheers, Maya __ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail ___ 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
Re: [Asterisk-Users] Voice mail Greetings
On 5/4/05, Michael D Schelin <[EMAIL PROTECTED]> wrote: > Hi all, What would cause the greetings not to play. The u command is > supposed to play the unavailable greeting. It doesn't work. with this > setup. Maybe I'm missing something. The voice prompts play well. What > do you think? Thanks > > exten => 9007,1,VoicemailMain > exten => _.,2,Voicemail(u${EXTEN}) > exten => _.,2,AbsoluteTimeout(180) > exten => _.,4,Congestion > exten => _.,5,Hangup You have two priority '2' extensions and you are missing priority '1' and '3'. I think that extension would just timeout, but I've never tried that particular setup myself:) Chris ___ 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
Re: [Asterisk-Users] Voice mail Greetings
Well, you are starting at priority 2 and you have it twice. Change it to 1. On 5/4/05, Michael D Schelin <[EMAIL PROTECTED]> wrote: > Hi all, What would cause the greetings not to play. The u command is > supposed to play the unavailable greeting. It doesn't work. with this > setup. Maybe I'm missing something. The voice prompts play well. What > do you think? Thanks > > exten => 9007,1,VoicemailMain > exten => _.,2,Voicemail(u${EXTEN}) > exten => _.,2,AbsoluteTimeout(180) > exten => _.,4,Congestion > exten => _.,5,Hangup > > ___ > 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
Re: [Asterisk-Users] Voice mail Greetings
What does the CLI show? If it doesn't play then either it can't find the file, or someone recorded a new one and didn't say anything before it stopped recording. On 5/4/05, Michael D Schelin <[EMAIL PROTECTED]> wrote: > Hi all, What would cause the greetings not to play. The u command is > supposed to play the unavailable greeting. It doesn't work. with this > setup. Maybe I'm missing something. The voice prompts play well. What > do you think? Thanks > > exten => 9007,1,VoicemailMain > exten => _.,2,Voicemail(u${EXTEN}) > exten => _.,2,AbsoluteTimeout(180) > exten => _.,4,Congestion > exten => _.,5,Hangup > > ___ > 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
[Asterisk-Users] Voice mail Greetings
Hi all, What would cause the greetings not to play. The u command is supposed to play the unavailable greeting. It doesn't work. with this setup. Maybe I'm missing something. The voice prompts play well. What do you think? Thanks exten => 9007,1,VoicemailMain exten => _.,2,Voicemail(u${EXTEN}) exten => _.,2,AbsoluteTimeout(180) exten => _.,4,Congestion exten => _.,5,Hangup ___ 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