version 1.0.9 Bug Fix: 1. Fixed push job sometime don't work. 2. To modify the UTC's month part format from 2 digits to a abbreviation. For Example: 06:35:46.000 UTC Tue 04 19 2005 -> 06:35:46.000 UTC Tue Apr 19 2005 3. Add the single quote as 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 Incoming call has changed to cyclic. 5.The [On Hook] Component may send extra informations(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|Var 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.