[Home]

Summary:ASTERISK-14907: chan_h323 and ptlib-2.4.5 and h323plus-1.21.1
Reporter:Balgansuren Batsukh (balgaa)Labels:
Date Opened:2009-09-29 10:55:13Date Closed:2011-06-07 14:08:04
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_h323
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello,

1.I can compile chan_h323 with h323plus-1.21.1 and ptlib-2.4.5 without any problem after apply patch from issue 15912 id.

2./configure doesn't detect h323plus library

.
.
.
checking /root/ptlib-2.4.5/version.h usability... yes
checking /root/ptlib-2.4.5/version.h presence... yes
checking for /root/ptlib-2.4.5/version.h... yes
checking if PWLib version 2.4.5 is compatible with chan_h323... yes
checking PWLib installation validity... no
.
.
.
config.status: creating channels/h323/Makefile
.
.
.

after run ./configure command, i run make command and i can see never compile chan_h323 module during compilation process and make install doesn't work too.

3.If I run ./configure command using pwlib-1.10.3 and openh323-1.18.0 then it can work.

.
.
.
checking /usr/src/pwlib_v1_10_3/version.h usability... yes
checking /usr/src/pwlib_v1_10_3/version.h presence... yes
checking for /usr/src/pwlib_v1_10_3/version.h... yes
checking if PWLib version 1.10.3 is compatible with chan_h323... yes
checking PWLib installation validity... yes
checking /usr/src/openh323_v1_18_0/version.h usability... yes
checking /usr/src/openh323_v1_18_0/version.h presence... yes
checking for /usr/src/openh323_v1_18_0/version.h... yes
checking if OpenH323 version 1.18.0 is compatible with chan_h323... yes
checking OpenH323 build option... opt
checking OpenH323 installation validity... yes
.
.
.
config.status: creating channels/h323/Makefile
.
.
.

It seems ./configure can't detect ptlib-2.4.5 and h323plus.

pbx*CLI> core show version
Asterisk SVN-branch-1.6.2-r220369M built by root @ pbx.boldsoft.mn on a i686 running Linux on 2009-09-29 07:53:09 UTC
pbx*CLI>

Regards,
Balgaa
Comments:By: Leif Madsen (lmadsen) 2009-09-30 09:22:45

Duplicate of ASTERISK-14845

By: Balgansuren Batsukh (balgaa) 2009-09-30 09:41:32

I added 15912 patch and it doesn't help to my issue.

It seems problem with ./configure or configure.in?

By: Leif Madsen (lmadsen) 2009-10-07 08:51:27

I don't understand the issue you're stating here. You say you can compile with the patch from 15912, then you say you can't compile.

What is the actual problem you're having here?

By: Balgansuren Batsukh (balgaa) 2009-10-07 09:30:50

Sorry, give you not enough information.

There was two issue:

1.chan_h323 compile related to Pboolean..., which is 15912 fix this problem.

2.second my problem reported, which is ./configure can't detect ptlib and h323plus library and didn't go to channels/h323 directory and never run "make" for compile chan_h323.

But if I go to /asterisk-1.6.2/channels/h323 then run "make" command and it will be compile well, BUT after I applied 15912 patch.

By: Leif Madsen (lmadsen) 2009-10-26 10:21:35

Soooo... you're saying 15912 solves both your issues? I don't see what the problem is...

By: Balgansuren Batsukh (balgaa) 2009-10-26 12:07:28

15912 solve one problem, second can't solve until now.

By: Leif Madsen (lmadsen) 2009-10-26 12:32:39

What do you mean "until now"?

By: Balgansuren Batsukh (balgaa) 2009-10-27 12:04:12

i have test machine and on that can't compile asterisk-1.6.2 with h323plus/ptlib

By: Leif Madsen (lmadsen) 2009-12-21 09:38:49.000-0600

Please retry with latest 1.6.2.0.

By: Balgansuren Batsukh (balgaa) 2009-12-21 21:48:23.000-0600

I will test later, get back to you.

By: Leif Madsen (lmadsen) 2009-12-22 11:36:29.000-0600

I'll also make a note that chan_h323 isn't really maintained -- you may wish to try chan_ooh323 in the Addons menu of 1.6.2.0.

By: Leif Madsen (lmadsen) 2010-01-14 10:20:57.000-0600

Suspending this issue as I'm not sure there is much we can do here. If someone is able to move this issue forward, they are welcome to request it reopened.