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
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 <mike@shelcomm.com> 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 >
Well, you are starting at priority 2 and you have it twice. Change it to 1. On 5/4/05, Michael D Schelin <mike@shelcomm.com> 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 >
On 5/4/05, Michael D Schelin <mike@shelcomm.com> 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,HangupYou 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
--- Michael D Schelin <mike@shelcomm.com> 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