[asterisk-bugs] [Asterisk 0017226]: [patch] using opal instead of pwlib/openh323
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Jun 19 18:57:04 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17226
======================================================================
Reported By: tzafrir
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17226
Category: Core/BuildSystem
Reproducibility: always
Severity: minor
Priority: normal
Status: confirmed
Asterisk Version: SVN
JIRA: SWP-1338
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 258386
Request Review:
======================================================================
Date Submitted: 2010-04-21 16:24 CDT
Last Modified: 2010-06-19 18:57 CDT
======================================================================
Summary: [patch] using opal instead of pwlib/openh323
Description:
I'm testing the usage of opal instead of pwlib+openh323 .
At first glance it seems that it will at least build once I apply some
brute-force to configure.ac .
(This description is to be updated later. Documenting what I have now)
Patch works, however I get the same symptom as in issue
https://issues.asterisk.org/view.php?id=17162:
chan_h323.so fails to load, as it was not linked with the relevant
libraries.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0017162 missing libs in link command of chan_h3...
======================================================================
----------------------------------------------------------------------
(0123634) tzafrir (manager) - 2010-06-19 18:57
https://issues.asterisk.org/view.php?id=17226#c123634
----------------------------------------------------------------------
Even after some minor massaging of the configure script, it claims openh323
is not available, because H323EndPoint::H323Endpoint() (contructor) does
not exist.
/usr/include/opal/h323/h323ep.h does have:
H323EndPoint::H323Endpoint(OpalManager & manager)
channels/h323/ast_h323.cxx calls that contructor with no parameters.
Version of opal: 3.6.8~dfsg-1
Issue History
Date Modified Username Field Change
======================================================================
2010-06-19 18:57 tzafrir Note Added: 0123634
======================================================================
More information about the asterisk-bugs
mailing list