[asterisk-users] 1.4 beta voicemail warning

Hadley Rich asterisk at nice.net.nz
Mon Oct 16 21:13:51 MST 2006


On Tuesday 17 October 2006 17:07, Carla Schroder wrote:
> hey all,
>
> I'm getting this warning on the console when I leave a voicemail on my test
> server:
>
> [Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6552 vm_exec: Prefixing
> the mailbox with an option is deprecated ('u250 at local-vm-users').
> [Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6553 vm_exec: Please move
> all leading options to the second argument.
>
> This is what voicemail.conf looks like:
>
> [local-vm-users]
> 250 => 1234,User1 One
> 251 => 3456,User2 Two
> 252 => 4567,User3 Three
>
> This is what extensions.conf says:
>
> [local-users]
>
> exten => 250,1,Dial(SIP/User1,10,rt)
> exten => 250,2,VoiceMail(u250 at local-vm-users)
>
> It works fine despite the warnings. I've been trying to change the configs
> to make the warnings go away, but nothing I've tried works. Anyone know
> what to do?

Do what the warning message says ;)

Change;

exten => 250,2,VoiceMail(u250 at local-vm-users)

to;

exten => 250,2,VoiceMail(250 at local-vm-users|u)

hads

-- 
http://nicegear.co.nz
New Zealand's VoIP supplier


More information about the asterisk-users mailing list