Tom Wellige 59 Report post Posted November 29, 2015 This function returns date and time when the current call reached the call routing of the user. Dim vCallStart vCallStart = CallStart() or if being used directly within a GSE property dialog, e.g. in a Say Number block to directly announce the start time to the caller: This function returns a date / time value. This function can be called at any time within the call routing script. The start time will be request making use of the Server Script API function PBXUser.Now. This ensures that the location configuration (time zone) of the script user will be considered. The state date/time can be used to calculate the duration of the call, but for this purpose there is already the CallDuration() function available. 0 Share this post Link to post Share on other sites