How do I set the timezone in the Voicemail menu for users? Currently I have it displaying as a UTC date.
Different Timezones
Erik
Is there any way to make time zone specific per tenant?
I have customers in multiple time zones which makes things a little difficult for the user specifiicly in scheduling as well as all other time stamps.
Thanks for your help in advance.
the voicemail.conf file only
the voicemail.conf file only accepts two timezone settings..
1. global
2. per mailbox
there is no tz setting for a context.. so when creating an extension you will have to use the tz= additional option (each tz has to also be defined in voicemail.conf as well before declaring)
if you want to make things easier on yourself you could stick to only GMT time stamps and tell the customers that because you are multi-timezone provider that in the interest of fairness you set the system to GMT time. (file date/time stamps are always set to system time).
Tried the voicemail.conf thing...
I am probably doing it wrong but here is what I did.
I went into the voicemail.conf file and uncommented the tz=eastern. didn't work, still displays UTC time in VM
added it to the voicemail options in the extension still did not work.
Help
My vm's still display in UTC time and I want eastern.
Shawn
Thanks for sharing . I have
Thanks for sharing . I have also search to resolve this issue and found a many speculations . I think you can get help from here .
http://astbook.asteriskdocs.org/en/2nd_Edition/asterisk-book-html-chunk…
Timezone not working
I have tz=eastern in the options of the voicemail and it still shows UTC time. How do I change it?
Interesting
The date and time stamp are correct in the body of the email message sent to me. it is only incorrect in the date and time stamp showed on the portal.
because that time is the time
because that time is the time of the file, not of the envelope. what you get emailed is what is in the body of the msg000.txt file. What you see when you do an ls of the directory is the timestamp of the file in unix time and translated to your time based on /etc/localtime
Is there an easy way to export the call detail records to Excel or to a CSV file?