search for: myh323endpoint

Displaying 4 results from an estimated 4 matches for "myh323endpoint".

2003 Sep 07
1
Problem Installing Open H.323 Channel Driver
...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 declaration ast_h323.h:103: non-member function `IsClass(const char *)' cannot have `const' method qualifier ast_h323.h:...
2004 Dec 17
1
h323 channel compile error
...h323.h:187: redefinition of `const char *GetClass (unsigned int = 0)' ast_h323.h:142: `const char *GetClass (unsigned int = 0)' previously defined here ast_h323.h: In function `const char *GetClass (unsigned int)': ast_h323.h:187: parse error before `::' ast_h323.h:187: no method `MyH323EndPoint::Class' ast_h323.h: At top level: ast_h323.h:187: syntax error before `(' ast_h323.h:194: `H323Connection' was not declared in this scope ast_h323.h:194: parse error before `,' ast_h323.h:195: `H323Connection' was not declared in this scope ast_h323.h:195: parse error before `,&...
2003 Oct 02
0
chan_h323 Ringing Congestion causes * segfault
...(h323 18586380364 4 ) Ringing Congestion (Empty) H323/ip$61.33.231.34:24608/28 (h323 12062233600 4 ) Ringing Congestion (Empty) --------------------------------------------- (gdb) bt #0 connection_made (call_reference=1106240992) at chan_h323.c:1188 #1 0x41ef7973 in MyH323EndPoint::OnConnectionEstablished(H323Connection&, PString const&) ( this=0x814c1a8, connection=@0x83da8c0, estCallToken=@0x83da8dc) at ast_h323.cpp:294 #2 0x482985f5 in H323Connection::OnEstablished() () from /usr/src/openh323/lib/libh323_linux_x86_r.so.1 #3 0x482a215e in H323Connection::...
2005 May 13
3
2 minutes pause before ring on H323 channel
...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... Does anyone else experienced common problems? Any help...