Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144106 Details for
Bug 220333
Opal does not send proper duration for RFC2833 DTMF
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix broken RFC2833 DTMF packets in opal 2.2.2
opal-2.2.2-dtmffixes.patch (text/plain), 1.08 KB, created by
Andrew Rechenberg
on 2006-12-20 14:45:27 UTC
(
hide
)
Description:
Patch to fix broken RFC2833 DTMF packets in opal 2.2.2
Filename:
MIME Type:
Creator:
Andrew Rechenberg
Created:
2006-12-20 14:45:27 UTC
Size:
1.08 KB
patch
obsolete
>--- opal-2.2.2/src/codec/rfc2833.cxx.dtmf 2006-12-19 16:35:54.000000000 -0500 >+++ opal-2.2.2/src/codec/rfc2833.cxx 2006-12-19 16:36:03.000000000 -0500 >@@ -23,6 +23,9 @@ > * Contributor(s): ______________________________________. > * > * $Log: rfc2833.cxx,v $ >+ * Revision 2.2.2.1 2006/11/03 08:35:32 dsandras >+ * Backported fix from HEAD. >+ * > * Revision 2.2 2002/02/19 07:35:08 robertj > * Added OpalRFC2833 as a OpalMediaFormat variable. > * >@@ -232,6 +235,8 @@ > } > > unsigned duration = actualTimestamp - transmitTimestamp; >+ if (duration == 0) >+ frame.SetMarker(TRUE); > payload[2] = (BYTE)(duration>>8); > payload[3] = (BYTE) duration ; > } >--- opal-2.2.2/src/sip/sipcon.cxx.dtmf 2006-12-19 16:33:09.000000000 -0500 >+++ opal-2.2.2/src/sip/sipcon.cxx 2006-12-19 16:35:34.000000000 -0500 >@@ -1118,7 +1118,7 @@ > patch->AddFilter(rfc2833Handler->GetReceiveHandler(), mediaStream.GetMediaFormat()); > } > else { >- patch->AddFilter(rfc2833Handler->GetTransmitHandler()); >+ patch->AddFilter(rfc2833Handler->GetTransmitHandler(), mediaStream.GetMediaFormat()); > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220333
:
144103
|
144105
| 144106 |
144107