Displaying 10 results from an estimated 10 matches for "h323endpoint".
Did you mean:
myh323endpoint
2008 Aug 08
1
h323 channel compile error
...p.cxx
-o /root/openh323/lib/obj_linux_x86_r/h323ep.o
/root/openh323/include/h4601.h: In member function
?H460_FeatureContent::operator H460_FeatureTable*()?:
/root/openh323/include/h4601.h:292: warning: type-punning to incomplete
type might break strict-aliasing rules
h323ep.cxx: In constructor ?H323EndPoint::H323EndPoint()?:
h323ep.cxx:1001: error: ?PSoundChannel? has not been declared
h323ep.cxx:1001: error: ?PSoundChannel? has not been declared
h323ep.cxx:1002: error: ?PSoundChannel? has not been declared
h323ep.cxx:1002: error: ?PSoundChannel? has not been declared
h323ep.cxx: In member function ?v...
2003 May 20
1
chan_h323 core dumps
...n operator new(unsigned) () from /usr/lib/libstdc++.so.5
#3 0x405b09fd in PChannel::PChannel() () from
/usr/src/pwlib/lib/libpt_linux_x86_r.so.1
#4 0x405b22d2 in PIndirectChannel::PIndirectChannel() () from
/usr/src/pwlib/lib/libpt_linux_x86_r.so.1
#5 0x410ac7cf in H323Transport::H323Transport(H323EndPoint&) () from
/usr/local/lib/libh323_linux_x86_r.so.1
#6 0x410b2e2a in H323TransportIP::H323TransportIP(H323EndPoint&,
PIPSocket::Address, unsigned short) ()
from /usr/local/lib/libh323_linux_x86_r.so.1
#7 0x410b572c in H323TransportUDP::H323TransportUDP(H323EndPoint&,
PIPSocket::Ad...
2006 Jan 18
1
Disconnecting call 'SIP/X.X.X.X-085340d0' for lack of RTP activity in 11 seconds
Hi all!
This is my VoIP network scheme
H323EndPoint ----- --- GW H323/SIP-IN
-- -- SIP Phone
| |
(Sipquest) | |
|
|...
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 Sep 01
2
MGCP question
Hi List
I have one question about MGCP in asterisk. I have a media gateway, and I
want to have asterisk to work with the media gateway. As I was told that the
media gateway can communicate with the switch via standard interface
MGCP/ICGP. Question is if the asterisk MGCP supports such MGCP message ???
Thanks.
George Lin
2004 Nov 25
3
OH323 Rocks :) --- H323 guys, use it to solve no answer at this time problem!!!
i have had some problems with the H323 channel ... Other party not anwsering SIP 2 H323 bridge.
the chan_oh323 solves the problem. Use it.
(Even though it is quite complicated to install but READ the README file)
Nahuel that should solve it!!
Kido
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Sep 23
4
Segmentation Fault on reload (gdb output included)
I keep getting segmentation faults when I do a reload.
Here are the core file outputs from gdb:
(I have three of them and they produce the same
output)
(gdb) core core.6044
Core was generated by `asterisk'.
Program terminated with signal 11, Segmentation fault.
#0 0x401519fc in ?? ()
I have no idea what that means, but if somebody could
point me in the right direction, that would be
2005 May 13
3
2 minutes pause before ring on H323 channel
...is time to 1 minute exactly (60 seconds)
exten => 20,1,Dial(H323/h323phone) ; this leads to 120 seconds pause before ring
exten => 21,1,Dial(H323/h323phone@192.168.0.101) ; this leads to 60 seconds pause before ring
After quick debugging session I found that this time goes to the call to
H323EndPoint::MakeCallLocked(fullAddress, token, opts) in MyH323EndPoint::MakeCall function.
MakeCallLocked is part of OpenH323 and this is too deep for me... I'm not sure is this is a
problem of OpenH323 or of channel driver but my speculation is that the time goes in some kind of
timeout wait... who knows...
2003 Sep 07
1
Problem Installing Open H.323 Channel Driver
...n `const char * GetClass(unsigned int = 0)':
ast_h323.h:103: redefinition of `const char * GetClass(unsigned int = 0)'
ast_h323.h:72: `const char * GetClass(unsigned int = 0)' previously defined
here
ast_h323.h: In function `const char * GetClass(unsigned int = 0)':
ast_h323.h:103: `H323EndPoint' undeclared (first use this function)
ast_h323.h:103: parse error before `::'
ast_h323.h:103: no method `MyH323EndPoint::Class'
ast_h323.h:103: warning: control reaches end of non-void function
`GetClass(unsigned int)'
ast_h323.h: At top level:
ast_h323.h:103: virtual outside class...
2004 Dec 17
1
h323 channel compile error
...InternalIsDescendant (const char *)':
ast_h323.h:187: redefinition of `BOOL InternalIsDescendant (const char
*)'
ast_h323.h:142: `BOOL InternalIsDescendant (const char *)' previously
defined here
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:187: `H323EndPoint' undeclared (first use this function)
ast_h323.h:187: parse error before `::'
ast_h323.h:187: warning: no return statement in function returning
non-void
ast_h323.h: At top level:
ast_h323.h:187: virtual outside class declaration
ast_h323.h:187: non-member function `GetClass (unsigned int)...