Reference:Release Notes TAPI: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
m (regular roadmap update)
((switched to inline release notes via appwebsocket projects connection))
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This roadmap describes the V7 (that is, [[Reference7:SOAP_API | pbx700.wsdl]] based) TAPI driver implementation.<br/>
These release notes describe the V7 (that is, [[Reference7:SOAP_API | pbx700.wsdl]] based) TAPI driver implementation.<br/>
<br/>
<br/>


This article is generated automatically. Do not edit!
Please see ''[[Reference:What_are_the_Release_Notes_Documents?|the disclaimer]]'' before using the information presented here!
Please see ''[[Support:What is the DVL-Roadmap?|the disclaimer]]'' before using the information presented here!


__NOEDITSECTION__
{{#invoke-url: http://wiki.innovaphone.com/extensions/InvokeUrlFunction/projectListWebsocket.php?project=TAPI%20V7}}


   
[[Category:Release Notes|TAPI]]
= V7 Hotfix 2 =
These are the fixes included in TAPI V7 hotfix 2 as included in the V7 "apps" package, hotfix 7.<!---->
[http://mantis.innovaphone.com/view.php?id=55073 Definition]
 
 
   
== trap when retrieving call forward status from PBX failed (malformed SOAP Admin() result) ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=55076 55076]
|}
In rare cases, the user data retrieved from the PBX may be corrupt.  If this happens, the TSP traps when it analyzes the data for forwarding information.
''Status:''
innopbx.cpp
   
= V7 Hotfix 3 =
These are the fixes included in TAPI V7 hotfix 3 as included in the V7 "apps" package, hotfix 7.<!---->
[http://mantis.innovaphone.com/view.php?id=55345 Definition]
 
 
   
== trap in TSP and config dialogue on x64 platforms ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=55344 55344]
|}
On x64 platforms, there was a wrong buffer size calculation.
''Status:''
securesocket.cpp
   
= V7 Hotfix 4 =
These are the fixes included in TAPI V7 hotfix 4 as included in the V7 "apps" package, hotfix 8.<!---->
[http://mantis.innovaphone.com/view.php?id=57935 Definition]
 
 
   
== tsp randomly looses PBX Connection on newer Windows Platforms ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=57936 57936]
|}
There is a problem with the MSXML parser loosing initialization in some threads using it.  This seems to happen only if a thread was not used for several hours. MSXML initialization is now re-done regularly.<br/><br/>This problem seems to apply to later windows platforms (Vista, Windows 7, Server 2008 and uo) only.
''Status:''
pbx-wsdl.cpp, atlsoap.h
   
= V7 Hotfix 5 =
These are the fixes included in TAPI V7 hotfix 5 as included in the V7 "apps" package, hotfix 9.<!---->
[http://mantis.innovaphone.com/view.php?id=58607 Definition]
 
 
   
== [!18.10.11@13] Lines sometimes are considered out-of-service although they are not ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=58609 58609]
|}
If this happens, the line is out-of-service although it is not (as an endpoint is registered).  The situation is resolved only if the line has an active call.  Also, if applications get confused by connect/disconnect or in-service/out-of-service messages, this can be turned off using the [[Reference7:Unified_Win32_and_x64_TAPI_Service_Provider#Tweaks | IgnoreDevStatus" registry tweak]].
''Status:''
device.cpp
   
== [!18.10.11@13] TSP requires a line to be "in-service" to allow setting call forwards ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=58610 58610]
|}
Practically this results in TAPI not being able to manipulate call forward settings on a line where no-one is registered. Now the line needs to be in connected state only (that is, there is a PBX known which knows about the line).
''Status:''
forward.cpp etc.
   
== [!18.10.11@13] LineTimeOut Configuration option ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=58608 58608]
|}
Allows the TSP to wait longer time for the line determination to complete.  Incomplete line determination may result in strange application behaviour showing undefined lines (although it should not).
''Status:''
device.cpp
   
= V7 Hotfix 6 =
These are the fixes included in TAPI V7 hotfix 6.<!---->
[http://mantis.innovaphone.com/view.php?id=68458 Definition]
 
 
   
== Trap when invalid destination address is dialled ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=68454 68454]
|}
For example, a call to "^1" will cause a TSP trap.
   
== Write Dump File when TSP crashes ==
 
{|
|Status
|<font><font color="green">Closed</font></font>
|-
|Id
|[http://mantis.innovaphone.com/view.php?id=68452 68452]
|}
Enables better problem analysis

Latest revision as of 23:35, 22 January 2021

These release notes describe the V7 (that is, pbx700.wsdl based) TAPI driver implementation.

Please see the disclaimer before using the information presented here!


TAPI V7

V7 Hotfix 2

1136 - trap when retrieving call forward status from PBX failed (malformed SOAP Admin() result)

Ticket #55076. In rare cases, the user data retrieved from the PBX may be corrupt. If this happens, the TSP traps when it analyzes the data for forwarding information.

V7 Hotfix 3

1152 - trap in TSP and config dialogue on x64 platforms

Ticket #55344. On x64 platforms, there was a wrong buffer size calculation.

V7 Hotfix 4

1256 - tsp randomly looses PBX Connection on newer Windows Platforms

Ticket #57936. There is a problem with the MSXML parser loosing initialization in some threads using it. This seems to happen only if a thread was not used for several hours. MSXML initialization is now re-done regularly.

This problem seems to apply to later windows platforms (Vista, Windows 7, Server 2008 and uo) only.

V7 Hotfix 5

1273 - [!18.10.11@13] Lines sometimes are considered out-of-service although they are not

Ticket #58609. If this happens, the line is out-of-service although it is not (as an endpoint is registered). The situation is resolved only if the line has an active call. Also, if applications get confused by connect/disconnect or in-service/out-of-service messages, this can be turned off using the IgnoreDevStatus" registry tweak.

1272 - [!18.10.11@13] LineTimeOut Configuration option

Ticket #58608. Allows the TSP to wait longer time for the line determination to complete. Incomplete line determination may result in strange application behaviour showing undefined lines (although it should not).

1274 - [!18.10.11@13] TSP requires a line to be "in-service" to allow setting call forwards

Ticket #58610. Practically this results in TAPI not being able to manipulate call forward settings on a line where no-one is registered. Now the line needs to be in connected state only (that is, there is a PBX known which knows about the line).

V7 Hotfix 6

1914 - Trap when invalid destination address is dialled

Ticket #68454. For example, a call to "^1" will cause a TSP trap.

1913 - Write Dump File when TSP crashes

Ticket #68452. Enables better problem analysis