Version: 1.5.2 Date:2007/05/07 New Features: 1. Support Answer Machine Detection.(SIPIVR 6800 Only) Bug Fix: 1. Fixed the initialize failure problem when missing some critical parameters. 2. Fixed the wrong SIP hold message problem for "Transfer without Hold" feature. 3. Fixed silence issue when using "2-channels bridge" component. 4. Fixed the "Quit on Bridge immediately" not work properly problems. Version: 1.5.0 Date:2007/02/09 New Components: 1. HTTP Client: Send a HTTP request to the web server, and get back the response into specify variable 2. WaitFor: Wait for a specified system event such as Answer or Bridge Stop 3. Send Event: Send a customized event to another channel or same channel 4. Wait Event: Wait for a customized event 5. Support HOOK OCX 6. Support JOB OCX New Expressions: 1. GetSysTime: Get the system time 2. GetUTCTime: Get the UTC time 3. SysTimeToUTC: Convert system time to UTC time 4. UTCToSysTime: Convert UTC time to system time 5. TimeToStr: Covert a time variable to a specify string format 6. TimmDiff: Calculate the time period between two time variable 7. SetCTIInfo: Allow to attach CTI Information New Feature: 1. Support quit the bridge component immediately after bridge is success 2. Support Almost Expired Notice for Bridge component 3. Support native Japanese TTS for Digit, Date, Time and Currency 4. Support File Operation: "Auto create subdirectory", "Remove Empty Directory" and "Read/Write File" 6. Support SQL Stored Procedure 7. Support multiple IVR host for an external Hook server 8. Support multiple JOB host for an external Hook server Version: V1.0.18 Date:2006/4/28 Features: 1. Support Nortel SIP INFO message for DTMF relay 2. Allow to use DNS name for register and outbound proxy server 3. Support SIP Replace message and call feature 4. Support Microsoft LCS 2005 user over WellSIP 6500 to use IVR resource Buf Fix: 1. Fixed packet loss issue which will cause no voice when SIPIVR answered the call 2. Fixed incoming SDP contains video media which will cause SIPIVR to send voice to caller's Video port insted of auido port 3. Fixed channel hangs problem when several SIP reinvite messages was received for a channel 4. Fixed silence issue when using 2 channel bridge 5. Fixed the RTP packets still sending after receive BYE message 6. Fixed call hold SDP contains 0.0.0.0 in connection together with "sendonly" attribute which doesn't not comply to RFC 3261. version: 1.0.9 Bug Fix: 1. Fixed the push job stop working randomly issue. 2. Fixed wrong month indication in UTC time format (06:35:46.000 UTC Tue 04 19 2005 -> 06:35:46.000 UTC Tue Apr 19 2005) 3. Allow to use single quote as the string boundary character version: 1.0.6 Feafures: 1. Show version information in eventlog when system started. 2. Add a new expression symbol called "GetBridge" to get specified bridge request until timeout. 3. Add two system variables. 1) __HOST_IP : the IP address for this host 2) __HOST_NAME: the computer name for this host 4. The channel hunting method of the incoming call has changed to cyclic instead or rotary. 5. The [On Hook] Component may send extra information (ANI/DNIS/User ID/Password)to SIP proxy for furture process. Bug Fix: 1. [INI operation] component When "Add value if get failed" is not checked and INI operation is in "Getting" mode, the INI component will quit immediately. If the section/Key is not existed in INI file, debug information will also report the error. 2. [Voice Recording] Component Fixed the rule of recording filename when extension or "Variable counter" or "counter increment" is exist. For Example: ------------------------------------------------------------------------------ |FileName | Variable counter | counter increment | New Filename | |----------------+--------------------+---------------------+----------------| |test.wav | 10 | 1 | test10.wav | |----------------+--------------------|---------------------+----------------| |temp | 0 | 1 | temp1 | ------------------------------------------------------------------------------ 3. All strings in system is handle as unicode. 4. Escape character is supported to include "single/double quote" in string. For Example: ------------------------------------------------- |content | means | |-----------------------+-----------------------| |"This is a ~~test~~." |"This is a ~test~." | |-----------------------+-----------------------| |"This is a ~"book~"." |"This is a "book". | |-----------------------+-----------------------| |"This is a ~'sample~'" |"This is a 'sample'. | ------------------------------------------------- 5. Fixed the call flow save error problem which will lost the source call flow.