[asterisk-users] h323 channel compile error

2008-08-08 Thread Shehzad Pankhawala
I have following settings done on my Fedora8:
Downloaded
openh323-v1_19_0_1-src-tar.gz
pwlib-v1_11_1-src.tar.gz
Extracted them in /root/openh323 and /root/pwlib

Exported the following variables:
PWLIBDIR=/root/pwlib
export PWLIBDIR
OPENH323DIR=/root/openh323
export OPENH323DIR
LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib
export LD_LIBRARY_PATH


Then I compiled pwlib and it was fine.

But in compilation of openh323 as below i got the error, which failed to 
find solution in any forum:
./configure
make
Errror
--
make P_SHAREDLIB=1 opt
make[1]: Entering directory `/root/openh323'
make -C src opt
make[2]: Entering directory `/root/openh323/src'
g++ -D_REENTRANT -Wall -fPIC -DPIC -DPTRACING -I/root/openh323/include 
-I/root/pwlib/include -Os -felide-constructors -Wreorder -c h323ep.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 ‘virtual BOOL 
H323EndPoint::OpenAudioChannel(H323Connection, BOOL, unsigned int, 
H323AudioCodec)’:
h323ep.cxx:2841: error: ‘PSoundChannel’ was not declared in this scope
h323ep.cxx:2841: error: ‘soundChannel’ was not declared in this scope
h323ep.cxx:2843: error: ‘PSoundChannel’ is not a class or namespace
h323ep.cxx:2845: error: expected type-specifier before ‘PSoundChannel’
h323ep.cxx:2845: error: expected `;' before ‘PSoundChannel’
h323ep.cxx:2854: error: ‘PSoundChannel’ is not a class or namespace
h323ep.cxx:2855: error: ‘PSoundChannel’ is not a class or namespace
h323ep.cxx:2869: error: type ‘type error’ argument given to ‘delete’, 
expected pointer
h323ep.cxx: In member function ‘virtual BOOL 
H323EndPoint::SetSoundChannelPlayDevice(const PString)’:
h323ep.cxx:3047: error: ‘PSoundChannel’ has not been declared
h323ep.cxx:3047: error: ‘PSoundChannel’ has not been declared
h323ep.cxx: In member function ‘virtual BOOL 
H323EndPoint::SetSoundChannelRecordDevice(const PString)’:
h323ep.cxx:3057: error: ‘PSoundChannel’ has not been declared
h323ep.cxx:3057: error: ‘PSoundChannel’ has not been declared
h323ep.cxx: In member function ‘virtual BOOL 
H323EndPoint::SetSoundChannelPlayDriver(const PString)’:
h323ep.cxx:3074: error: ‘PSoundChannel’ has not been declared
h323ep.cxx:3074: error: ‘PSoundChannel’ has not been declared
h323ep.cxx: In member function ‘virtual BOOL 
H323EndPoint::SetSoundChannelRecordDriver(const PString)’:
h323ep.cxx:3091: error: ‘PSoundChannel’ has not been declared
h323ep.cxx:3091: error: ‘PSoundChannel’ has not been declared
make[2]: *** [/root/openh323/lib/obj_linux_x86_r/h323ep.o] Error 1
make[2]: Leaving directory `/root/openh323/src'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/root/openh323'
make: *** [optshared] Error 2
__
I also tried make opt
but the error remain same.
Any idea.
Please reply,
Thanks
Shehzad.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] h323 channel compile error

2008-08-08 Thread Mr Shunz
Hi,

 I have following settings done on my Fedora8:
 Downloaded
 openh323-v1_19_0_1-src-tar.gz
 pwlib-v1_11_1-src.tar.gz

to my knowledfe chan_h323 should be compiled against
openh323-v1_18_0-src.tar.gz
and
pwlib-v1_10_3-src-tar.gz

cheers

-- 

Daniele Santi .o.
[EMAIL PROTECTED] ..o () ascii ribbon campaign
Linux User #415108 ooo /\ www.asciiribbon.org


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] h323 channel driver for production

2006-03-28 Thread Tomislav Parčina
Hi group!

I'm having problems with ooh323 (ver 0.3?!? - the one that comes with asterisk 
addons 1.2.1) and I need to know what h323 channel driver you use in production?

Have a nice day!


--
Tomislav Parcina
tparcina#lama.hr
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] h323 channel compile error

2004-12-19 Thread James
Do the paths to each of the include files exist?
If not, you will need to edit the Makefile in that directory to point  
to the right include directories.

- James
On 18/12/2004, at 1:14 PM, David Adade wrote:
Hi,
Can anyone help?  I get the following error when trying to complie the  
h323 channel under the source installation directory

asterisk/channels/h323
i have read the readme file and kept to the  recomended versions;  
h.323 v1.12.2 and PWLIB v1.5.2


Thanks in advance
[EMAIL PROTECTED] h323]# make
g++ -g -c -fno-rtti -o ast_h323.o -march=i686  
-DPBYTE_ORDER=PLITTLE_ENDIAN -DNDE
BUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX  
-D_REENTRANT -D_GNU_S
OURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES  
-DPTRACING -DP_US
E_PRAGMA -I../../include -I/root/pwlib/include/ptlib/unix  
-I/root/pwlib/include
-I/root/openh323/include -Wno-missing-prototypes  
-Wno-missing-declarations ast_h
323.cpp
ast_h323.cpp:35:18: h323.h: No such file or directory
ast_h323.cpp:36:21: h323pdu.h: No such file or directory
ast_h323.cpp:37:22: mediafmt.h: No such file or directory
ast_h323.cpp:38:17: lid.h: No such file or directory
In file included from ast_h323.cpp:49:
ast_h323.h:61: parse error before `{'
ast_h323.h:62: virtual outside class declaration
ast_h323.h:62: non-member function `InternalIsDescendant (const char
*)' cannot have `const' method qualifier
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:62: `H323AudioCapability' undeclared (first use this
function)
ast_h323.h:62: (Each undeclared identifier is reported only once for
each function it appears in.)
ast_h323.h:62: parse error before `::'
ast_h323.h:62: warning: no return statement in function returning
non-void
ast_h323.h: At top level:
ast_h323.h:62: virtual outside class declaration
ast_h323.h:62: non-member function `GetClass (unsigned int)' cannot
have `const' method qualifier
ast_h323.h: In function `const char *GetClass (unsigned int)':
ast_h323.h:62: parse error before `::'
ast_h323.h:62: no method `H323_G7231Capability::Class'
ast_h323.h: At top level:
ast_h323.h:62: syntax error before `('
ast_h323.h:67: syntax error before `('
ast_h323.h:69: non-member function `Clone ()' cannot have `const'
method qualifier
ast_h323.h:71: syntax error before `*'
ast_h323.h:75: non-member function `GetSubType ()' cannot have `const'
method qualifier
ast_h323.h:76: non-member function `GetFormatName ()' cannot have
`const' method qualifier
ast_h323.h:78: `H245_AudioCapability' was not declared in this scope
ast_h323.h:78: `pdu' was not declared in this scope
ast_h323.h:80: parse error before `)'
ast_h323.h:80: non-member function `OnSendingPDU (...)' cannot have
`const' method qualifier
ast_h323.h:83: parse error before `'
ast_h323.h:94: parse error before `{'
ast_h323.h:95: virtual outside class declaration
ast_h323.h:95: non-member function `InternalIsDescendant (const char
*)' cannot have `const' method qualifier
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:95: redefinition of `BOOL InternalIsDescendant (const char
*)'
ast_h323.h:62: `BOOL InternalIsDescendant (const char *)' previously
defined here
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:95: parse error before `::'
ast_h323.h:95: warning: no return statement in function returning
non-void
ast_h323.h: At top level:
ast_h323.h:95: virtual outside class declaration
ast_h323.h:95: non-member function `GetClass (unsigned int)' cannot
have `const' method qualifier
ast_h323.h: In function `const char *GetClass (unsigned int)':
ast_h323.h:95: redefinition of `const char *GetClass (unsigned int =
0)'
ast_h323.h:62: `const char *GetClass (unsigned int = 0)' previously
defined here
ast_h323.h: In function `const char *GetClass (unsigned int)':
ast_h323.h:95: parse error before `::'
ast_h323.h:95: no method `AST_G729Capability::Class'
ast_h323.h: At top level:
ast_h323.h:95: syntax error before `('
ast_h323.h:109: virtual outside class declaration
ast_h323.h:109: non-member function `Clone ()' cannot have `const'
method qualifier
ast_h323.h:116: syntax error before `*'
ast_h323.h:129: virtual outside class declaration
ast_h323.h:129: non-member function `GetSubType ()' cannot have `const'
method qualifier
ast_h323.h:133: virtual outside class declaration
ast_h323.h:133: non-member function `GetFormatName ()' cannot have
`const' method qualifier
ast_h323.h:135: parse error before `}'
ast_h323.h:141: parse error before `{'
ast_h323.h:142: virtual outside class declaration
ast_h323.h:142: non-member function `InternalIsDescendant (const char
*)' cannot have `const' method qualifier
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:142: redefinition of `BOOL InternalIsDescendant (const char
*)'
ast_h323.h:95: `BOOL InternalIsDescendant (const char *)' previously
defined here
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:142: parse 

Re: [Asterisk-Users] h323 channel compile error

2004-12-19 Thread Ing. Germán González B.


On Mon, 20 Dec 2004, James wrote:

 Do the paths to each of the include files exist?
 If not, you will need to edit the Makefile in that directory to point
 to the right include directories.

 - James

 On 18/12/2004, at 1:14 PM, David Adade wrote:

  Hi,
 
  Can anyone help?  I get the following error when trying to complie the
  h323 channel under the source installation directory
 
  asterisk/channels/h323
 
  i have read the readme file and kept to the  recomended versions;
  h.323 v1.12.2 and PWLIB v1.5.2
 
 
 
  Thanks in advance
 
  [EMAIL PROTECTED] h323]# make
  g++ -g -c -fno-rtti -o ast_h323.o -march=i686
  -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDE
  BUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX
  -D_REENTRANT -D_GNU_S
  OURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES
  -DPTRACING -DP_US
  E_PRAGMA -I../../include -I/root/pwlib/include/ptlib/unix
  -I/root/pwlib/include
  -I/root/openh323/include -Wno-missing-prototypes
  -Wno-missing-declarations ast_h
  323.cpp
  ast_h323.cpp:35:18: h323.h: No such file or directory
  ast_h323.cpp:36:21: h323pdu.h: No such file or directory
  ast_h323.cpp:37:22: mediafmt.h: No such file or directory
  ast_h323.cpp:38:17: lid.h: No such file or directory
  In file included from ast_h323.cpp:49:
  ast_h323.h:61: parse error before `{'
  ast_h323.h:62: virtual outside class declaration
  ast_h323.h:62: non-member function `InternalIsDescendant (const char
  *)' cannot have `const' method qualifier
  ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
  ast_h323.h:62: `H323AudioCapability' undeclared (first use this
  function)
  ast_h323.h:62: (Each undeclared identifier is reported only once for
  each function it appears in.)
  ast_h323.h:62: parse error before `::'
  ast_h323.h:62: warning: no return statement in function returning
  non-void
  ast_h323.h: At top level:
  ast_h323.h:62: virtual outside class declaration
  ast_h323.h:62: non-member function `GetClass (unsigned int)' cannot
  have `const' method qualifier
  ast_h323.h: In function `const char *GetClass (unsigned int)':
  ast_h323.h:62: parse error before `::'
  ast_h323.h:62: no method `H323_G7231Capability::Class'
  ast_h323.h: At top level:
  ast_h323.h:62: syntax error before `('
  ast_h323.h:67: syntax error before `('
  ast_h323.h:69: non-member function `Clone ()' cannot have `const'
  method qualifier
  ast_h323.h:71: syntax error before `*'
  ast_h323.h:75: non-member function `GetSubType ()' cannot have `const'
  method qualifier
  ast_h323.h:76: non-member function `GetFormatName ()' cannot have
  `const' method qualifier
  ast_h323.h:78: `H245_AudioCapability' was not declared in this scope
  ast_h323.h:78: `pdu' was not declared in this scope
  ast_h323.h:80: parse error before `)'
  ast_h323.h:80: non-member function `OnSendingPDU (...)' cannot have
  `const' method qualifier
  ast_h323.h:83: parse error before `'
  ast_h323.h:94: parse error before `{'
  ast_h323.h:95: virtual outside class declaration
  ast_h323.h:95: non-member function `InternalIsDescendant (const char
  *)' cannot have `const' method qualifier
  ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
  ast_h323.h:95: redefinition of `BOOL InternalIsDescendant (const char
  *)'
  ast_h323.h:62: `BOOL InternalIsDescendant (const char *)' previously
  defined here
  ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
  ast_h323.h:95: parse error before `::'
  ast_h323.h:95: warning: no return statement in function returning
  non-void
  ast_h323.h: At top level:
  ast_h323.h:95: virtual outside class declaration
  ast_h323.h:95: non-member function `GetClass (unsigned int)' cannot
  have `const' method qualifier
  ast_h323.h: In function `const char *GetClass (unsigned int)':
  ast_h323.h:95: redefinition of `const char *GetClass (unsigned int =
  0)'
  ast_h323.h:62: `const char *GetClass (unsigned int = 0)' previously
  defined here
  ast_h323.h: In function `const char *GetClass (unsigned int)':
  ast_h323.h:95: parse error before `::'
  ast_h323.h:95: no method `AST_G729Capability::Class'
  ast_h323.h: At top level:
  ast_h323.h:95: syntax error before `('
  ast_h323.h:109: virtual outside class declaration
  ast_h323.h:109: non-member function `Clone ()' cannot have `const'
  method qualifier
  ast_h323.h:116: syntax error before `*'
  ast_h323.h:129: virtual outside class declaration
  ast_h323.h:129: non-member function `GetSubType ()' cannot have `const'
  method qualifier
  ast_h323.h:133: virtual outside class declaration
  ast_h323.h:133: non-member function `GetFormatName ()' cannot have
  `const' method qualifier
  ast_h323.h:135: parse error before `}'
  ast_h323.h:141: parse error before `{'
  ast_h323.h:142: virtual outside class declaration
  ast_h323.h:142: non-member function `InternalIsDescendant (const char
  *)' cannot have `const' method qualifier
  ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
  

[Asterisk-Users] h323 channel compile error

2004-12-17 Thread David Adade
Hi,

Can anyone help?  I get the following error when trying to complie the h323 
channel under the source installation directory

asterisk/channels/h323

i have read the readme file and kept to the  recomended versions; h.323 v1.12.2 
and PWLIB v1.5.2



Thanks in advance

[EMAIL PROTECTED] h323]# make
g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDE
BUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT -D_GNU_S
OURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING -DP_US
E_PRAGMA -I../../include -I/root/pwlib/include/ptlib/unix -I/root/pwlib/include 
-I/root/openh323/include -Wno-missing-prototypes -Wno-missing-declarations ast_h
323.cpp
ast_h323.cpp:35:18: h323.h: No such file or directory
ast_h323.cpp:36:21: h323pdu.h: No such file or directory
ast_h323.cpp:37:22: mediafmt.h: No such file or directory
ast_h323.cpp:38:17: lid.h: No such file or directory
In file included from ast_h323.cpp:49:
ast_h323.h:61: parse error before `{'
ast_h323.h:62: virtual outside class declaration
ast_h323.h:62: non-member function `InternalIsDescendant (const char 
*)' cannot have `const' method qualifier
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:62: `H323AudioCapability' undeclared (first use this 
function)
ast_h323.h:62: (Each undeclared identifier is reported only once for 
each function it appears in.)
ast_h323.h:62: parse error before `::'
ast_h323.h:62: warning: no return statement in function returning 
non-void
ast_h323.h: At top level:
ast_h323.h:62: virtual outside class declaration
ast_h323.h:62: non-member function `GetClass (unsigned int)' cannot 
have `const' method qualifier
ast_h323.h: In function `const char *GetClass (unsigned int)':
ast_h323.h:62: parse error before `::'
ast_h323.h:62: no method `H323_G7231Capability::Class'
ast_h323.h: At top level:
ast_h323.h:62: syntax error before `('
ast_h323.h:67: syntax error before `('
ast_h323.h:69: non-member function `Clone ()' cannot have `const' 
method qualifier
ast_h323.h:71: syntax error before `*'
ast_h323.h:75: non-member function `GetSubType ()' cannot have `const' 
method qualifier
ast_h323.h:76: non-member function `GetFormatName ()' cannot have 
`const' method qualifier
ast_h323.h:78: `H245_AudioCapability' was not declared in this scope
ast_h323.h:78: `pdu' was not declared in this scope
ast_h323.h:80: parse error before `)'
ast_h323.h:80: non-member function `OnSendingPDU (...)' cannot have 
`const' method qualifier
ast_h323.h:83: parse error before `'
ast_h323.h:94: parse error before `{'
ast_h323.h:95: virtual outside class declaration
ast_h323.h:95: non-member function `InternalIsDescendant (const char 
*)' cannot have `const' method qualifier
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:95: redefinition of `BOOL InternalIsDescendant (const char 
*)'
ast_h323.h:62: `BOOL InternalIsDescendant (const char *)' previously 
defined here
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:95: parse error before `::'
ast_h323.h:95: warning: no return statement in function returning 
non-void
ast_h323.h: At top level:
ast_h323.h:95: virtual outside class declaration
ast_h323.h:95: non-member function `GetClass (unsigned int)' cannot 
have `const' method qualifier
ast_h323.h: In function `const char *GetClass (unsigned int)':
ast_h323.h:95: redefinition of `const char *GetClass (unsigned int = 
0)'
ast_h323.h:62: `const char *GetClass (unsigned int = 0)' previously 
defined here
ast_h323.h: In function `const char *GetClass (unsigned int)':
ast_h323.h:95: parse error before `::'
ast_h323.h:95: no method `AST_G729Capability::Class'
ast_h323.h: At top level:
ast_h323.h:95: syntax error before `('
ast_h323.h:109: virtual outside class declaration
ast_h323.h:109: non-member function `Clone ()' cannot have `const' 
method qualifier
ast_h323.h:116: syntax error before `*'
ast_h323.h:129: virtual outside class declaration
ast_h323.h:129: non-member function `GetSubType ()' cannot have `const' 
method qualifier
ast_h323.h:133: virtual outside class declaration
ast_h323.h:133: non-member function `GetFormatName ()' cannot have 
`const' method qualifier
ast_h323.h:135: parse error before `}'
ast_h323.h:141: parse error before `{'
ast_h323.h:142: virtual outside class declaration
ast_h323.h:142: non-member function `InternalIsDescendant (const char 
*)' cannot have `const' method qualifier
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:142: redefinition of `BOOL InternalIsDescendant (const char 
*)'
ast_h323.h:95: `BOOL InternalIsDescendant (const char *)' previously 
defined here
ast_h323.h: In function `BOOL InternalIsDescendant (const char *)':
ast_h323.h:142: parse error before `::'
ast_h323.h:142: warning: no return statement in function returning 
non-void
ast_h323.h: At top level:
ast_h323.h:142: virtual outside class declaration
ast_h323.h:142: non-member 

Re: [Asterisk-Users] H323 Channel

2004-12-06 Thread Michael Manousos
Francisco wrote:
Hi, im getting mad compiling the H323 channel (Jeremy's version  
inAccess version). Ive tryed many versions of openh323 lib and pwlib, 
and i get differets errors.
Does anyone uses this channel? and which version of it, openh323 lib and 
pwlib?
asterisk-oh323-0.6.4 compiles/works perferctly with Asterisk stable.
Just make sure that you follow the README file and describe the
problems you get when try to compile it.
Currently im using Linux Slackware 10.0, and i ask myself if is there a 
I also use the same distro without problems.
pkg of asterisk-oh323 or something like that, precompiled..
No, not yet (although someone has offered to build some packages
of asterisk-oh323).
 
Thanks guys

Michael.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] H323 Channel

2004-12-03 Thread Francisco



Hi, im getting mad compiling the H323 channel 
(Jeremy's version  inAccess version). Ive 
tryed many versions of openh323 lib and pwlib, and i get differets 
errors.
Does anyone uses this channel? and which version of 
it, openh323 lib and pwlib?
Currently im using Linux Slackware 10.0, and i ask 
myself if is there a pkg of asterisk-oh323 or something like that, 
precompiled..

Thanks guys

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] H323 channel

2004-07-08 Thread T. Chan
Dear All,

There is a question about the H323 channels (H323 driver, not OH323), it is
not passing CallerID. If a call comes in on ZAP and out H323 to another
gateway, the other gateway does not see the ANI, and if Asterisk is used as
a passthrough, it receives callerID from the other gateway, but when sent
out to the terminating endpoint, the terminating endpoint is not seeing it.

Is there anywhere we should configure so that it is passing the callerID to
a terminating endpoint on the outbound H323 channels. Please enlighten me,
thanks

TC

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Chris A.
Icide
Sent: Tuesday, July 06, 2004 6:31 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] H323 channel


On 03:23 AM 7/6/2004, administrator tootai wrote:
 Hello everybody,
 
 my * box is connected to gnugk with H323 channel. If I call from an H323
 EP to SIP EP (GS HandyTone or Xlite), when callee is picking up, audio
 start but noisy (scratch) , then became ok for callee (SIP EP) but still
 scratching on H323 EP. Now I stop/start asterisk, call from SIP to H323
 EP and it's ok. And from now, it's also ok when H323 EP call SIP one's!
 
 No need to say that H323-H323 is working, as well as SIP-SIP.
 Running CVS version from yesterday. Used codecs are G711U  A, G723.1
 and G729. If I just use G711 it's the same. SIP EP has to call first
 when * is started to make it work. Any hint?
 
 Also, H323 is still broken and working without FastStart. Is there a
 workaround existing?

Just to help troubleshooting, which h323 implementation for asterisk did
you use?


-Chris

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.713 / Virus Database: 469 - Release Date: 6/30/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.713 / Virus Database: 469 - Release Date: 6/30/2004

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 channel

2004-07-07 Thread administrator tootai
Chris A. Icide a écrit :
On 03:23 AM 7/6/2004, administrator tootai wrote:
Hello everybody,

my * box is connected to gnugk with H323 channel. If I call from an H323
EP to SIP EP (GS HandyTone or Xlite), when callee is picking up, audio
start but noisy (scratch) , then became ok for callee (SIP EP) but still
scratching on H323 EP. Now I stop/start asterisk, call from SIP to H323
EP and it's ok. And from now, it's also ok when H323 EP call SIP one's!

No need to say that H323-H323 is working, as well as SIP-SIP.
Running CVS version from yesterday. Used codecs are G711U  A, G723.1
and G729. If I just use G711 it's the same. SIP EP has to call first
when * is started to make it work. Any hint?

Also, H323 is still broken and working without FastStart. Is there a
workaround existing?
Just to help troubleshooting, which h323 implementation for asterisk 
did you use?
Native asterisk H323 from Nufone.
--
Daniel
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] H323 channel

2004-07-06 Thread administrator tootai
Hello everybody,
my * box is connected to gnugk with H323 channel. If I call from an H323 
EP to SIP EP (GS HandyTone or Xlite), when callee is picking up, audio 
start but noisy (scratch) , then became ok for callee (SIP EP) but still 
scratching on H323 EP. Now I stop/start asterisk, call from SIP to H323 
EP and it's ok. And from now, it's also ok when H323 EP call SIP one's!

No need to say that H323-H323 is working, as well as SIP-SIP. 
Running CVS version from yesterday. Used codecs are G711U  A, G723.1 
and G729. If I just use G711 it's the same. SIP EP has to call first 
when * is started to make it work. Any hint?

Also, H323 is still broken and working without FastStart. Is there a 
workaround existing?

Regards
--
Daniel
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] H323 channel

2004-07-06 Thread Scott Stingel
OH323 seems to work...  Might be an alternative 


Scott M. Stingel
President,
Emerging Voice Technology, Inc.
Palo Alto California  London England
www.evtmedia.com 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of administrator
tootai
Sent: Tuesday, July 06, 2004 3:23 AM
To: Asterisk-Users
Subject: [Asterisk-Users] H323 channel

Hello everybody,

my * box is connected to gnugk with H323 channel. If I call from an H323 EP
to SIP EP (GS HandyTone or Xlite), when callee is picking up, audio start
but noisy (scratch) , then became ok for callee (SIP EP) but still
scratching on H323 EP. Now I stop/start asterisk, call from SIP to H323 EP
and it's ok. And from now, it's also ok when H323 EP call SIP one's!

No need to say that H323-H323 is working, as well as SIP-SIP. 
Running CVS version from yesterday. Used codecs are G711U  A, G723.1 and
G729. If I just use G711 it's the same. SIP EP has to call first when * is
started to make it work. Any hint?

Also, H323 is still broken and working without FastStart. Is there a
workaround existing?

Regards

--
Daniel
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 channel

2004-07-06 Thread Chris A. Icide
On 03:23 AM 7/6/2004, administrator tootai wrote:
Hello everybody,

my * box is connected to gnugk with H323 channel. If I call from an H323
EP to SIP EP (GS HandyTone or Xlite), when callee is picking up, audio
start but noisy (scratch) , then became ok for callee (SIP EP) but still
scratching on H323 EP. Now I stop/start asterisk, call from SIP to H323
EP and it's ok. And from now, it's also ok when H323 EP call SIP one's!

No need to say that H323-H323 is working, as well as SIP-SIP.
Running CVS version from yesterday. Used codecs are G711U  A, G723.1
and G729. If I just use G711 it's the same. SIP EP has to call first
when * is started to make it work. Any hint?

Also, H323 is still broken and working without FastStart. Is there a
workaround existing?
Just to help troubleshooting, which h323 implementation for asterisk did 
you use?

-Chris
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users