ReleaseNotes:TAPI: Difference between revisions
m regular roadmap update |
m regular roadmap update |
||
| Line 58: | Line 58: | ||
= V7 Hotfix 4 = | = V7 Hotfix 4 = | ||
These are the fixes included in TAPI V7 hotfix 4 as included in the V7 "apps" package. | 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] | [http://mantis.innovaphone.com/view.php?id=57935 Definition] | ||
| Line 81: | Line 81: | ||
''Status:'' | ''Status:'' | ||
pbx-wsdl.cpp, atlsoap.h | 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] | |||
== New Features == | |||
=== LineTimeOut Configuration option === | |||
{| | |||
|Status | |||
|<font><font color="red">Assigned</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 | |||
== Bug Fixes == | |||
=== Lines sometimes are considered out-of-service although they are not === | |||
{| | |||
|Status | |||
|<font><font color="red">Assigned</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 | |||
=== TSP requires a line to be "in-service" to allow setting call forwards === | |||
{| | |||
|Status | |||
|<font><font color="red">Assigned</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. | |||
Revision as of 00:31, 26 November 2010
This roadmap describes the V7 (that is, pbx700.wsdl based) TAPI driver implementation.
This article is generated automatically. Do not edit! Please see the disclaimer before using the information presented here!
V7 Hotfix 2
These are the fixes included in TAPI V7 hotfix 2 as included in the V7 "apps" package, hotfix 7. Definition
New Features
Bug Fixes
trap when retrieving call forward status from PBX failed (malformed SOAP Admin() result)
| Status | Closed |
| Id | 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. Definition
New Features
Bug Fixes
trap in TSP and config dialogue on x64 platforms
| Status | Closed |
| Id | 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. Definition
New Features
Bug Fixes
tsp randomly looses PBX Connection on newer Windows Platforms
| Status | Closed |
| Id | 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.
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. Definition
New Features
LineTimeOut Configuration option
| Status | Assigned |
| Id | 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
Bug Fixes
Lines sometimes are considered out-of-service although they are not
| Status | Assigned |
| Id | 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. Status: device.cpp
TSP requires a line to be "in-service" to allow setting call forwards
| Status | Assigned |
| Id | 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.