ReleaseNotes10:Firmware: Difference between revisions
m regular roadmap update |
m regular roadmap update |
||
Line 16: | Line 16: | ||
=== PBX: Show conference object online state === | |||
{| | |||
|Status | |||
|<font><font color="green">Closed</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89440 89440] | |||
|} | |||
The PBX broadcast conference object supports the online state in myPBX dependent on its configuration and its group members' online state now.<br/><br/><!--<br/>Changed files:<br/>pbx_bc_conf.h<br/>pbx_bc_conf.cpp<br/>--> | |||
=== Encoding of conference video stream === | |||
{| | |||
|Status | |||
|<font><font color="orange">To-decide</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89455 89455] | |||
|} | |||
If a participant starts a 3rd party conference while it is already receiving a video conference stream, it has to adapt the conference stream to fit the encoder size. We have to downscale the image.<br/><!--<br/>videoWriter.cpp<br/>formatConversion.cpp<br/>formatConversion.h<br/>--> | |||
=== H.323: Automatically connect signaling TCP if NAT router is detected === | |||
{| | |||
|Status | |||
|<font><font color="orange">To-decide</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89497 89497] | |||
|} | |||
When regestering an endpoint from a private network to a PBX within the public network, the signaling TCP connection must be established and maintained by the endpoint. Otherwise calls to the endpoint are not possible.<br/><!--<br/>h323sig.cpp<br/>h323ras.cpp<br/>h323.h<br/>h323asn1.h<br/>--> | |||
=== myPBX: Pickup calls === | |||
{| | |||
|Status | |||
|<font><font color="green">Closed</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89536 89536] | |||
|} | |||
Pickup calls that are alerting at a favourite contact.<br/><!--<br/>pbx_client.cpp<br/>pbx_client.h<br/>pbx.cpp<br/>--> | |||
=== PRI-QSIG: Interop config for channel numbering === | |||
{| | |||
|Status | |||
|<font><font color="orange">To-decide</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89578 89578] | |||
|} | |||
The QSIG standard defines to use Channel numbers (1-30) instead of timeslot (1-15, 16-31) as it is defined for EDSS1. There are many 'old' QSIG implementations around, which do it wrong. The QSIG-ECMA1 protocol setting is used for these 'old' implementations and the QSIG-ECMA2 setting for standard conform inplementations.<br/><br/>With the QSIG-ECMA1 also 'old' facility coding is used. There is also the combination of standard facility coding and timeslots for channels around so an independent mechanism to configure the channel numbering is needed.<br/><!--<br/>q931.cpp<br/>q931.h<br/>isdn_interop.xsl<br/>--> | |||
== Bug Fixes == | == Bug Fixes == | ||
Line 31: | Line 86: | ||
|} | |} | ||
In order to simplify adding users to the chat.<br/><!--<br/>mypbx10.js<br/>--> | In order to simplify adding users to the chat.<br/><!--<br/>mypbx10.js<br/>--> | ||
=== PBX Mobility: Conference ID not set for outgoing calls initiated by myPBX === | |||
{| | |||
|Status | |||
|<font><font color="orange">To-decide</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89502 89502] | |||
|} | |||
This could cause several problems:<br/>- When the call was sent to a local user with multiple registrations, the call to each registration had a different conferenceID, so myPBX could not match these calls to actually being only a single call, so multiple calls were dissplayed<br/>- The CDRs created for this call could not be matched | |||
=== SIP: Auto answer with SDP in ACK === | |||
{| | |||
|Status | |||
|<font><font color="orange">To-decide</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89539 89539] | |||
|} | |||
Auto answer results into no-audio when INVITE comes w/o SDP offer.<br/><br/><!--<br/>sip.cpp<br/>--> | |||
=== SIP: Don't tell application that registration is down when handling redirect response === | |||
{| | |||
|Status | |||
|<font><font color="orange">To-decide</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89582 89582] | |||
|} | |||
Don't tell application that registration is down when handling redirect response for REGISTER.<br/><br/><!--<br/>sip.cpp<br/>--> | |||
=== Gateway: Missed FAX pages received with the FAX interface === | |||
{| | |||
|Status | |||
|<font><font color="green">Closed</font></font> | |||
|- | |||
|Id | |||
|[http://mantis.innovaphone.com/view.php?id=89587 89587] | |||
|} | |||
If the FAX interface is used to receive a FAX document with ECM mode and the transmitting terminal appends additional EOLs, the page counter is wrong and document pages are not written. This is fixed now.<br/><br/><!--<br/>Changed files:<br/>t30.cpp<br/>facsimile_g3.h<br/>facsimile_g3.cpp<br/>facsimile_ECM.h<br/>facsimile_ECM.cpp<br/>--> |
Revision as of 01:31, 31 October 2012
This is the Firmware V10 Roadmap Document.
The release date of the next beta is planed for the third monday of a month. Please note that this a scheduled and no fix date.
This article is generated automatically. Do not edit! Please see the disclaimer before using the information presented here!
V10 Beta 2
Changes included in Version 10 beta2 Definition
New Features
PBX: Show conference object online state
Status | Closed |
Id | 89440 |
The PBX broadcast conference object supports the online state in myPBX dependent on its configuration and its group members' online state now.
Encoding of conference video stream
Status | To-decide |
Id | 89455 |
If a participant starts a 3rd party conference while it is already receiving a video conference stream, it has to adapt the conference stream to fit the encoder size. We have to downscale the image.
H.323: Automatically connect signaling TCP if NAT router is detected
Status | To-decide |
Id | 89497 |
When regestering an endpoint from a private network to a PBX within the public network, the signaling TCP connection must be established and maintained by the endpoint. Otherwise calls to the endpoint are not possible.
myPBX: Pickup calls
Status | Closed |
Id | 89536 |
Pickup calls that are alerting at a favourite contact.
PRI-QSIG: Interop config for channel numbering
Status | To-decide |
Id | 89578 |
The QSIG standard defines to use Channel numbers (1-30) instead of timeslot (1-15, 16-31) as it is defined for EDSS1. There are many 'old' QSIG implementations around, which do it wrong. The QSIG-ECMA1 protocol setting is used for these 'old' implementations and the QSIG-ECMA2 setting for standard conform inplementations.
With the QSIG-ECMA1 also 'old' facility coding is used. There is also the combination of standard facility coding and timeslots for channels around so an independent mechanism to configure the channel numbering is needed.
Bug Fixes
myPBX: Select im session when focusing chat window
Status | Closed |
Id | 89490 |
In order to simplify adding users to the chat.
PBX Mobility: Conference ID not set for outgoing calls initiated by myPBX
Status | To-decide |
Id | 89502 |
This could cause several problems:
- When the call was sent to a local user with multiple registrations, the call to each registration had a different conferenceID, so myPBX could not match these calls to actually being only a single call, so multiple calls were dissplayed
- The CDRs created for this call could not be matched
SIP: Auto answer with SDP in ACK
Status | To-decide |
Id | 89539 |
Auto answer results into no-audio when INVITE comes w/o SDP offer.
SIP: Don't tell application that registration is down when handling redirect response
Status | To-decide |
Id | 89582 |
Don't tell application that registration is down when handling redirect response for REGISTER.
Gateway: Missed FAX pages received with the FAX interface
Status | Closed |
Id | 89587 |
If the FAX interface is used to receive a FAX document with ECM mode and the transmitting terminal appends additional EOLs, the page counter is wrong and document pages are not written. This is fixed now.