VoiceMailMain

Hi all
I got following error when use VoiceMailMain Pls check and advice me
exten => 600,1,VoiceMailMain,(@home-vm-users)

WARNING[8761]: pbx.c:3074 pbx_extension_helper: No application ‘VoiceMailMain,’ for extension (home, 600, 1)
== Spawn extension (home, 600, 1) exited non-zero on ‘SIP/me-0a00c030’

not sure if this is it, but your syntax looks funky. should be:

exten => 600,1,VoiceMailMain(@home-vm-users)

(i removed an oddly placed comma)

I will Try with this :smile: