zenkato at zm.commufa.jp Guest
|
Posted: Sun Feb 10, 2008 6:55 am Post subject: [asterisk-users] voicemail to non-default context user does |
|
|
Quote: | According to voip-info, the syntax for the VoiceMail command is as
follows...
VoiceMail([/flags/]/boxnumber[@context][&boxnumber2[@context]][&boxnumber3]/)
If you check the syntax for the VoiceMail command, it indicates that the
mailbox parameter is /not/ optional, so I'm surprised this works at
|
The context [03] worked well on asterisk-1.0.9. But recent version of
asterisk i.e.,1.4.18 does not work. If I moved voicemail boxes to under
default context, it works fine. I don't know why.
Quote: | all. Asterisk will default to the @default context if the context isn't
specified, so you /might/ try Voicemail(@03) otherwise I suspect you're
going to need an IVR to achieve what you want.
|
exten => 0021,3,Voicemail(@03)
does not work.
--
Zen |
|