Displaying 6 results from an estimated 6 matches for "openh323_v1_18_0".
2007 May 07
2
h323 problem with asterisk 1.2.18
...wlib and openh323 with the following commands:
cd /path/to/pwlib
./configure
make clean opt
cd /path/to/openh323
./configure
make clean opt
then 'ive set the corresponding PATH
PWLIBDIR=/data/programmi/asterisk_1.2.18/pwlib_v1_10_0/
export PWLIBDIR
OPENH323DIR=/data/programmi/asterisk_1.2.18/openh323_v1_18_0/
export OPENH323DIR
LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib
export LD_LIBRARY_PATH
but when i go to:
cd asterisk-1.2.18/channels/h323/
and do a make opt:
root@asterisk:/data/programmi/asterisk_1.2.18/asterisk-1.2.18/channels/h323#
make opt
make: *** No rule to make target `opt'. Stop...
2009 Jul 16
1
H323 situation
Hi all,
I have this installation:
Asterisk 1.6.1.1 with h323 support, pwlib_v1_10_3 and openh323_v1_18_0.
I have a problem that is, when a call comes from H323 and goes to a Sip
phone the asterisk sends two rtp streams to the sip. I checked this with
tcpdump, save the payload (voice is in G711u), one is the ringing indication
and the other is the voice coming from the user in h323 side. And worst t...
2009 Jan 12
1
problem with dahdi and meetme
Hi to all.
I'm trying to use meetme on asterisk 1.4.22.1.
On a debian i've compiled (as i need h323 support)
openh323_v1_18_0
pwlib_v1_10_0
dahdi-linux-2.1.0.3
dahdi-tools-2.1.0.2
asterisk-1.4.22.1
All works fine, dahdi status is:
asterik:/data/programmi# /etc/init.d/dahdi status
### Span 1: DAHDI_DUMMY/1 "DAHDI_DUMMY/1 (source: RTC) 1" (MASTER)
asterik:/data/programmi# lsmod | grep dah
dahdi_dummy...
2007 May 11
0
Asterisk crashes
...ion. There is no
conferences, call recordings or something like this - very simple setup.
Software config:
Linux Slackware 11.0
Kernel 2.6.21.1
Asterisk 1.4.4 (native h323 channel from asterisk tarball)
Libpri-1.4.0
Zaptel-1.4.2.1 (using ztdummy for internal sync, no zaptel hardware)
pwlib_v1_10_0
openh323_v1_18_0
Hardware config:
Intel SE7210TP1 motherboard
P4 3GHz HT 1Mb cache CPU
1Gb RAM (dual channel, two same DIMMs from intel recommended list)
80Gb SATA HDD
No zaptel hardware or even any PCI cards
There isn't overheating and voltage problems with a hardware (controlling
over IPMI), this hardware (...
2007 Dec 14
2
chan_h323 compilation
Hi All;
I am trying now to compile h323 to be able to use it,
I did the pwlib and openh323 successfully and I
exported the PWLIBDIR=/usr/src/pwlib_v1_10_0 and the
OPENH323DIR=/usr/src/openh323_v1_18_0, then I was need
to compile h323 as following:
cd /usr/src/asterisk-1.4/channels/h323
When I type make, it gives me:
make: Nothing to be done for 'degault'
And when I type make opt, it takes it but I do not see
any sentences as output, just it takes it without and
messages.
Is it going...
2008 Oct 18
1
strange h323 delay issue
...3 Connection created.) and also
packet sniffer grabs the h323 invites at this time also. So my question is
what asterisk (h323 channel) was doing for 40 sec??? What reasons could
invoke this problem? I haven't any problems with SIP channels.
My versions:
asterisk-1.4.21.1
asterisk-addons-1.4.6
openh323_v1_18_0
pwlib_v1_10_0
My h323.conf configurations:
[general]
port = 1720
bindaddr = 192.168.1.165
tos=lowdelay
disallow=all
allow=g729
dtmfmode=rfc2833
gatekeeper = DISABLE
AllowGKRouted = no
AcceptAnonymous = no
context=from-trunk
[ccg]
type=friend
context=from-trunk
host=192.168.1.163
port=1720
disall...