Hello, I am using the voicemail module of asterisk. When I did some test calls from my mobile phone, sometimes the beginning of the prompt was missing, e.g. instead of something like "number 12345 not available" I was only hearing "345 not available". Verbose level 5 on the asterisk console didn't give me any hint on this, it only shows that playback of the prompt started correctly in every test case. Any hints on how I can debug this? I think it's some problem on my local configuration, I doubt it's a problem with my SIP provider or mobile phone provider, they are both very reliable (Sipgate and T-Mobile). Thanks for any hint! Best regards Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120617/4b6b01c0/attachment.htm>
Stefan at WPF wrote:> beginning of the prompt was missingUser answer(500) or wait(1) before the audio prompts. Example: exten => s,1,Answer(500) exten => s,n,Voicemail({$ARG1}@sip,u) exten => s,n,Hangup() Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."