Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Updated/corrected comments in code... |
|
|
Corrected issue with replace statement that caused problems when Time column had double 0's (e.g., 14:00:23) For the technically minded, it required a change in the replacement statement (e.g., m=m.replace(/^0+/,''); to m=m.replace(/^0?/,''); ) |
|
|
Updated on 10/31 to provide Time 2 field with call end time. |
|
|
This script is to convert the duration field in Asterisk's phone monitor page from seconds to minutes (http://asterisk/recordings/index.php?m=Callmonitor). |