Difference between revisions of "Voicemail is sent with wrong time"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
If you receive Voicemail with wrong time you need to check two settings:
If you receive Voicemail with wrong time you need to check two settings:


'''1.'''Current server time
* Current server time
'''2.'''Your Asterisk voicemail.conf settings. Go to /etc/asterisk/voicemail.conf and find these lines:
<br>


[zonemessages]                                                                                                                                                                          
* Your Asterisk voicemail.conf settings. Go to /etc/asterisk/voicemail.conf and find these lines:
eastern=America/New_York|'vm-received' Q 'digits/at'IMp                                                                                                                                
<br><br>
central=America/Chicago|'vm-received' Q 'digits/at' IMp                                                                                                                                
[zonemessages]                                                                                                            
central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'                                                                                                                      
eastern=America/New_York|'vm-received' Q 'digits/at' IMp
military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'                                                                                                                    
central=America/Chicago|'vm-received' Q 'digits/at' IMp
european=Europe/London|'vm-received' a d b 'digits/at' HM
central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'
 
military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM
<br><br>
* Then comment those lines that do not correspond to your local time and change your time zone, for example:
[zonemessages]                                                                                                               
;eastern=America/New_York|'vm-received' Q 'digits/at' IMp
;central=America/Chicago|'vm-received' Q 'digits/at' IMp
;central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'
;military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
european=Europe/London|'vm-received' a d b 'digits/at' HM


<br><br>
<br><br>
= See also =  
= See also =  
* [[Voicemail]]
* [[Voicemail]]

Revision as of 10:04, 3 December 2010

If you receive Voicemail with wrong time you need to check two settings:

  • Current server time


  • Your Asterisk voicemail.conf settings. Go to /etc/asterisk/voicemail.conf and find these lines:



[zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp central=America/Chicago|'vm-received' Q 'digits/at' IMp central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours' military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p' european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM

  • Then comment those lines that do not correspond to your local time and change your time zone, for example:

[zonemessages]

eastern=America/New_York|'vm-received' Q 'digits/at' IMp
central=America/Chicago|'vm-received' Q 'digits/at' IMp
central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'
military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'

european=Europe/London|'vm-received' a d b 'digits/at' HM



See also