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.