[Asterisk-Users] the beginning of voice menu is cutted

Josiah Bryan jbryan at productiveconcepts.com
Fri Apr 29 09:17:01 MST 2005


On Friday 29 April 2005 12:12 pm, Kib Eki wrote:
> Hi,
>
> when I dial  my voicemenu the menu voice is always cutted so that i only
> hear 'word from password.
> What do i have to configure so that i hear the full text from the
> beginning?
>
> thanks, Kib

You might try inserting a Wait in your menu ...e.g...

exten => s,1,Answer ; answer the channel
exten => s,n,Wait(2) ; give the channel time to initalize (2seconds)
exten => s,n,Background(some-recording) 

The 'Wait' supposedly gives the channel time to 'initalize' and get ready to 
send audio. If you start dumping audio ('Background') down a channel not 
initalized, you wont hear anything until the channel is initalized, even if 
the audio has already started.


At least, thats my non-developer-ish understanding of the sequence of events 
after having the same problem myself...

HTH,
-josiah


-- 
Josiah Bryan
IT Coordinator
Productive Concepts, Inc.
jbryan at productiveconcepts.com
(765) 964-6009, ext. 224



More information about the asterisk-users mailing list