hi ,
i am in hongkong, and how can i set the voicemail time to hongkong time?
thx

hi ,
i am in hongkong, and how can i set the voicemail time to hongkong time?
thx

voicemail.conf
The voicemail.conf file controls the Asterisk voicemail system (called Comedian Mail). It consists of three main sections.
The first, called [general], sets the general system-wide settings for the voicemail system.
The second, called [zonemessages], allows you to configure different voicemail zones, which are a collection of time and time zone settings.
The third and final section is where you create one or more groups of voicemail boxes, each containing the mailbox definitions. For more information on adding voicemail capabilities to your dialplan, see asteriskdocs.org/en/2nd_Edit … CT-41.html
hey, thx for your reply.
i config like this, but doesn’t work

[zonemessages]
estern=Asia/Hong_Kong|'vm-received' Q 'digits/at' IMP
[default]
52357025 => 12345,jeremy wang,jeremy.wang@21vianet.com,zt=estern
is there any thing wrong?
really thx for your help

not zt, but tz and one comma is missing
should work.
why there is two comma.
the time still not right, i don’t know what problem.
[code][zonemessages]
estern=Asia/Hong_Kong|‘vm-received’ Q ‘digits/at’ IMP
[default]
52357025 => 12345,jeremy wang,jeremy.wang@21vianet.com,tz=estern[/code]