Displaying 20 results from an estimated 2000 matches similar to: "how to identify user using chan_H323"
2003 May 27
1
chan_h323 + Ericsson Webswitch 100
I'm haveing trouble connecting an Ericsson Webswitch 100 to asterisk.
Has anyone gotten a Webswitch running? When I try to connect asterisk
thinks everything works fine, while the webswitch just rings. I belive
chan_h323 is picking the wrong port to talk at the webswitch on, however
I'm not sure, nor am I sure how to fix it. Any clues/hints? A tcpdump
is attached to show the session.
2003 Sep 23
4
Dial over IAX ahngs up after 3 rings
Hi all,
can somebody explain this ?
Thanks,
Thomas.
*******************************************
beroNet technologies GmbH
Dipl.- Ing. Thomas H?ger
Potsdamer Str. 18 A
14513 Teltow
FON: +49 (0) 3328 3077731
FAX: +49 (0) 3328 334779
Email: thomas.haeger@beronet.com
*******************************************
2003 Sep 16
1
h323 gatekeeper registration failed
Hi all,
i have tried to connect to a clarent gatekeeper.
I have used both of h323 drivers chan_h323.so and chan_oh323.so.
But no one can register to this gatekeeper.
Our ip is activated on this gatekeeper.
Maybe, i do wrong anything....
I have only set the "gatekeeper" option in the h323.conf or oh323.conf to
the ip address from the gatekeeper.
gatekeeper=x.x.x.x
But no one of the
2004 Aug 06
3
E1 monochannel :-(
Hola!
I'm using asterisk as H.323 -> PRI gateway. First call goes
thru ok, second concurrent call fails with:
Aug 6 11:52:30 DEBUG[737292]: chan_h323.c:1038 setup_incoming_call: Sending to context [ip2pri]
-- Executing Dial("H323/ip$192.168.32.25:60271/984", "Zap/1/9541163107100") in new stack
Aug 6 11:52:30 NOTICE[753677]: app_dial.c:554 dial_exec: Unable to
2003 Jun 04
3
Getting netmeeting to work with Asterisk
Hello All,
Finally I realised that the Asterisk demo setup didn't include support for
h323. (Maybe it should have been obvious) so I went to work out how to
get the h323 channel running.
I had openh323 and pwlib installed as I'd been playing with vocal so it
didn't take long to do cd asterisk/channels/h323; make; make install; make
samples, copy the pwlib and h323 libraries to
2013 Aug 22
1
is it possible to compile chan_h323 with 11.5.0?
Hello!
Tried to compile, but :
[CC] chan_h323.c -> chan_h323.o
chan_h323.c: In function '__oh323_update_info':
chan_h323.c:349: error: dereferencing pointer to incomplete type
chan_h323.c:350: error: dereferencing pointer to incomplete type
chan_h323.c: In function 'oh323_rtp_read':
chan_h323.c:790: error: dereferencing pointer to incomplete type
chan_h323.c:791: error:
2003 Jul 01
0
chan_h323.c compile error
Hello all,
I got the following error compiling h323 support in the latest cvs. Below
the error is a diff to the file that I got to make it work. I took an
example out of sip as far as the syntax for ast_rtp_new. Not sure if it is
correct or not, but it seems to work. Please correct me if I am wrong in
the additional 2 arguements.
Regards,
Scott
cc -g -pg -c -o chan_h323.o -march=i686
2008 Feb 22
0
chan_h323 build failure - `IPTOS_MINCOST' undeclared
Hi All,
I am trying to build chan_h323 for use with asterisk 1.4.18 on Solaris
10. When I compile asterisk, the build fails at chan_h323 with:
----------------------------------------------------------------------
chan_h323.c: In function `reload_config':
chan_h323.c:2863: error: `IPTOS_MINCOST' undeclared (first use in this
function)
chan_h323.c:2863: error: (Each undeclared
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
Hello List,
I've been trying to compile Asterisk with H.323 support and, after
correctly installing PTLib and H323plus (OpenH323), the Asterisk
configure script still doesn't detect the dependencies as installed.
I know they are correctly installed because after going into
"[asterisk-source-directory]/channels/h323" and issuing a 'make opt', it
correctly builds
2009 Jul 28
0
Asterisk Crashing on chan_h323
Hi,
We have been running asterisk in our telco interconnect box with ss7 and
H323 configured. Everything ran find till now, however, today, it started
crashing with the following messages:
[Jul 28 14:56:55] WARNING[2968]: acl.c:541 ast_ouraddrfor: Cannot create
socket
[Jul 28 14:56:55] ERROR[2968]: chan_h323.c:962 __oh323_rtp_create: Unable to
locate local IP address for RTP stream
[Jul 28
2003 Aug 18
1
chan_h323.c
What happened to chan_h323.c in the asterisk cvs? I got ast_h323.cpp, ast_h323.h and chan_h323.h but no chan_h323.c. Hence chan_h323.so was not created so no h323 support in asterisk.
Just wondering when to expect it again because I was stupid and didn't make a backup of the asterisk code before wiping the directory for a rebuild.
-------------- next part --------------
An HTML attachment
2009 Jun 02
0
Segfault on unload of chan_h323 in asterisk-1.4.25
When the support for h323plus was announced for Asterisk 1.4.25, I tried
to build this support in Asterisk. For this, I checked out the h323plus
CVS from SourceForge, which reported version 1.20.beta5, and also the
ptlib-2.4.2 source RPM from Fedora 10. I finally managed to build a
chan_h323 for Asterisk 1.4.25, which apparently loads correctly, but now
I see that I get a segfault whenever I
2006 Mar 24
1
chan_h323 problem
Hello,
I installed Asterisk from CVS on Redhat Linux 9 and working with chan_h323 module and g729/g723 free codecs too.
My network connection diagram:
----------------------------------------------
X-lite/X-Pro-->Asterisk--chan_h323-->GnuGK--->AS5300-->PSTN
boldsoft*CLI> show version
Asterisk CVS-v1-0-03/24/06-15:27:08 built by root@boldsoft on a i686 running Linux
I can make
2003 Jun 16
2
chan_h323 - pwlib 1.4.11, openh 1.11.7 comiple problems
I'm having a problem with chan_h323 compiling for Asterisk.
RedHat 7.3
PWLIB 1.4.11 pwlib_1.4.11.tar.gz
OpenH323 1.11.7 openh323_1.11.7.tar.gz
[asterisk@jonux h323]# make clean
rm -f *.o *.so core.*
[root@jonux h323]# make
cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes
-Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686
-DPBYTE_ORDER=PLITTLE_ENDIAN
2003 Jun 10
0
chan_h323 + openh323 CVS = no go? (fwd)
---------- Forwarded message ----------
Date: Wed, 11 Jun 2003 01:10:16 +0200 (CEST)
From: Siggi Langauf <langausd@fachschaft.informatik.uni-stuttgart.de>
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] chan_h323 + openh323 CVS = no go?
On Tue, 10 Jun 2003, Jeremy McNamara wrote:
> If you would have followed the build instructions laid out by the Open
> H.323 folks
2005 Mar 15
0
What different between asterisk-oh323 andastersk's chan_h323 ?
I have one and only one reason to use OH323, and that is it
works with Cisco's CallManager. The standard H323 channel
has one-way audio issues when connected to CCM and fixing them
has been identified as a low priority/never going to happen
task.
Dan
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
2003 Oct 02
0
chan_h323 Ringing Congestion causes * segfault
We have an odd problem, where inbound H323 (chan_h323) calls will sometimes
cause a Ringing Congestion that appears to keep the channels open and never
release it until we kill and restart asterisk. These "Ringing Congestions"
start to pile up, which eventually crashes Asterisk.
H323 Gateway -> Asterisk (chan_h323) -> Tor2/PRI -> PSTN
Has anyone ran into this problem or
2003 Dec 20
0
Chan_h323 & gnugk
Ok, I've managed to get inbound and outbound calling to work with chan_h323
and gnugk.
A few questions:
1) if I do a reload in *, chan_h323 loses its registration with gnugk, and
will no longer pass calls to it. A second reload will crash *. Is this
supposed to be?
2) For a configuration in h323.conf like:
[office]
type=h323
prefix=9
context=outbound
I get a message saying:
2005 Mar 13
0
What different between asterisk-oh323 and astersk's chan_h323 ?
Dear ALL:
I find that everybody discuss with asterisk-oh323 instead of chan_h323
of asterisk channels. Why do they choose asterisk-oh323 and not use
the build-in module (chan_h323)? What different between these two
componments?
In my guess, the build-in module should be easy to implement rather
than setup another application(asterisk-oh323) expect some bugs or
failed functions on chan_h323.
2008 Jan 08
0
chan_h323 and asterisk 1.2
If I let modules.conf autoload chan_h323.so then when
I try to stop asterisk, it *does* stop (files in
/var/run/asterisk/ are removed and connection via -vr
from another console is not possible) but the
"asterisk process" stays alive and stalled. In other
words, a 'ps -ae | grep asterisk' show that the
process is there after running 'stop now'.
I either need to press