Re: [Asterisk-Users] H323 on and on

2003-03-13 Thread Alejandro Olchik

I didn't see any message regarding this subject
during the last days and I'm also interested in
pricing info to obtain G.723.1 and G.729 licences
for *.

If anyone has such this information, please send.

Tks,
Alejandro Olchik


Krzysztof Bujak said:
> Sorry for bothering you Jeremy.
>
> So asterisk can support only:
> G.711, G. 0610 and adpcm?
>
> Which means that in both cases with G.723.1 and G.729 I would have to
> get the licence.
> But where can I get codecs themselves? Are they ready to compile with
> asterisk?
> Where to find pricing info?
>
> Best regards,
> Krzysztof Bujak
>
> - Original Message -
>
> From: Jeremy McNamara <mailto:[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> Sent: Monday, March 10, 2003 5:57 AM
> Subject: Re: [Asterisk-Users] H323 on and on
>
> No. G.723.1is encumbered with international patents and their associated
> royalty fee's, so no, G.723.1 is not part of the standard Asterisk
> distribution.
>
>
> Jeremy McNamara
>
>
>
> Krzysztof Bujak wrote:
>
>
> So I understand that G.723 is included in asterisk distribution?
> Sorry for lame:-(
>
> Best regards,
> KRzysztof Bujak
>
> - Original Message -
> From: Jeremy McNamara <mailto:[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> Sent: Sunday, March 09, 2003 11:43 PM
> Subject: Re: [Asterisk-Users] H323 on and on
>
> chan_h323 works with any codec that Asterisk can deal with. chan_h323
> lets Asterisk deal with the audio directly, instead of attempting to
> emulate a sound card.
>
> If you want G.729 you are going to need to contact Greg Vance at Digium
> to purchase a license.
>
>
> Jeremy McNamara
>
>
>
> Krzysztof Bujak wrote:
>
>
> Could you please list codecs that are supported with this channel
> driver?
>
>
>
> The case is that, voip provider I wanted to use for routing
> international
>
> calls
>
> supports only those 723, 729.
>
> Is it possible to use it with asterisk?
>
>
>
> Best regards,
>
> Krzysztof Bujak
>
>
>
> - Original Message -
>
> From: "Jeremy McNamara"   <mailto:[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
>
> To:   <mailto:[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>
>
> Sent: Sunday, March 09, 2003 8:52 AM
>
> Subject: Re: [Asterisk-Users] H323 on and on
>
>
>
>
>
>
>
> Well, someone is attempting to delete a object that has never been
>
> allocated.
>
>
>
> You might give chan_h323 a try, you might have better luck.
>
>
>
>   http://asterisk.nufone.net <http://asterisk.nufone.net>
>
>
>
>
>
> Jeremy McNamara
>
>
>
>
>
>
>
> Ben Clark wrote:
>
>
>
>
>
> this is what it printed
>
>
>
> (gdb) bt
>
> #0  0x40120cb3 in chunk_free () from /lib/libc.so.6
>
> #1  0x40120c53 in free () from /lib/libc.so.6
>
> #2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from
>
> /usr/local/lib/liboh323wrap.so
>
> #3  0x4103a27a in PContainer::Destruct () from
>
> /usr/local/lib/libpt_linux_x86_r.so.1
>
> #4  0x4102adfa in PThread::PX_ThreadStart () from
>
> /usr/local/lib/libpt_linux_x86_r.so.1
>
> #5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0
>
>
>
> On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:
>
>
>
>
>
> type bt, press enter and send what gets printed out
>
>
>
> Jeremy McNamara
>
>
>
>
>
>
>
> Ben Clark wrote:
>
>
>
>
>
> this is the end of the output I get from gdb...
>
>
>
> Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
>
> Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
>
> Reading symbols from /usr/local/lib/liboh323wrap.so...done.
>
> Loaded symbols for /usr/local/lib/liboh323wrap.so
>
> Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
>
> Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
>
> Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
>
> Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
>
> Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
>
> Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
>
> ---Type  to continue, or q  to quit---
>
> #0  0x40120cb3 in chunk_free () from /lib/libc.so.6
>
>
>
> On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:
>
>
>
>
>
> asterisk -vvvcg
>
>
>
> when the segfault happens
>
> gdb .

Re: [Asterisk-Users] H323 on and on

2003-03-10 Thread Steven Critchfield
expat has to deal with XML. It is libexpat. and should be available from
your distribution provider, or via http://www.jclark.com/xml/expat.html

On Mon, 2003-03-10 at 16:47, Krzysztof Bujak wrote:
> Jeremy,
> What is lexpat,and where to get it?
> I am getting errror when I try to compile chan_h323
> saying: cannot find lexpat
>  
> Best regards,
> Krzysztof BUja
> - Original Message - 
> From: Jeremy McNamara
> To: [EMAIL PROTECTED]
> Sent: Saturday, March 08, 2003 6:34 PM
>     Subject: Re: [Asterisk-Users] H323 on and on
> 
> Krzysztof Bujak wrote:
> > 2. 
> > Is there anyone who has some HOWTO for setting up h323 with
> > asterisk?
> > I tried asterisk open h323 but it seg faults:-(
> >   
> You are going to need to be more specific to which H.323
> Channel Driver you are running.
> 
> There are two radically different H.323 Channel Drivers out
> there.
> 
> 
> 
> Jeremy McNamara
> 
> __
> Ta wiadomosc zostala sprawdzona na obecnosc wirusow
> komputerowych przez system antywirusowy na serwerze IT Form.
> 
> __
> Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych
> przez system antywirusowy na serwerze IT Form.
-- 
Steven Critchfield  <[EMAIL PROTECTED]>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-10 Thread Krzysztof Bujak



Jeremy,
What is lexpat,and where to get it?
I am getting errror when I try to compile 
chan_h323
saying: cannot find lexpat
 
Best regards,
Krzysztof BUja

  - Original Message - 
  From: 
  Jeremy McNamara 
  To: [EMAIL PROTECTED] 
  
  Sent: Saturday, March 08, 2003 6:34 
  PM
  Subject: Re: [Asterisk-Users] H323 on and 
  on
  Krzysztof Bujak wrote:
  
2. 
Is there anyone who has some HOWTO for setting 
up h323 with asterisk?
I tried asterisk open h323 but it seg 
faults:-(  You are going to need to be more 
  specific to which H.323 Channel Driver you are running.There are two 
  radically different H.323 Channel Drivers out there.Jeremy 
  McNamara
  
  Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez 
  system antywirusowy na serwerze IT Form. 
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system antywirusowy na serwerze IT Form.



Re: [Asterisk-Users] H323 on and on

2003-03-10 Thread Krzysztof Bujak



Sorry for bothering you Jeremy.
 
So asterisk can support only:
G.711, G. 0610 and adpcm?
 
Which means that in both cases with G.723.1 and 
G.729 I would have to get the licence.
But where can I get codecs themselves? Are they 
ready to compile with asterisk?
Where to find pricing info?
 
Best regards,
Krzysztof Bujak
 
- Original Message - 

  From: 
  Jeremy McNamara 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, March 10, 2003 5:57 
AM
  Subject: Re: [Asterisk-Users] H323 on and 
  on
  No. G.723.1is encumbered with international patents and their 
  associated royalty fee's, so no, G.723.1 is not part of the standard Asterisk 
  distribution.Jeremy McNamaraKrzysztof Bujak 
  wrote:
  



So I understand that G.723 is included in 
asterisk distribution?
Sorry for lame:-(
 
Best regards,
KRzysztof Bujak

  - 
  Original Message - 
  From: 
  Jeremy McNamara 

  To: 
  [EMAIL PROTECTED] 
  
  Sent: 
  Sunday, March 09, 2003 11:43 PM
  Subject: 
      Re: [Asterisk-Users] H323 on and on
  chan_h323 works with any codec that Asterisk can deal with. 
  chan_h323 lets Asterisk deal with the audio directly, instead of 
  attempting to emulate a sound card.If you want G.729 you are going 
  to need to contact Greg Vance at Digium to purchase a license. 
   Jeremy McNamaraKrzysztof Bujak 
wrote:
  Could you please list codecs that are supported with this channel driver?

The case is that, voip provider I wanted to use for routing international
calls
supports only those 723, 729.
Is it possible to use it with asterisk?

Best regards,
Krzysztof Bujak

- Original Message -
From: "Jeremy McNamara" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 09, 2003 8:52 AM
Subject: Re: [Asterisk-Users] H323 on and on


  
Well, someone is attempting to delete a object that has never been
allocated.

You might give chan_h323 a try, you might have better luck.

 http://asterisk.nufone.net


Jeremy McNamara



Ben Clark wrote:


  this is what it printed

(gdb) bt
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
#1  0x40120c53 in free () from /lib/libc.so.6
#2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from
/usr/local/lib/liboh323wrap.so
#3  0x4103a27a in PContainer::Destruct () from
/usr/local/lib/libpt_linux_x86_r.so.1
#4  0x4102adfa in PThread::PX_ThreadStart () from
/usr/local/lib/libpt_linux_x86_r.so.1
#5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0

On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:

  
type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:


  this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6

On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

  
asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]

regards
Martin

On Sat, 8 Mar 2003, Ben Clark wrote:


  I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?

[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault


On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

  
...I tried asterisk open h323 but it seg faults:-(...
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.di

Re: [Asterisk-Users] H323 on and on

2003-03-10 Thread Jeremy McNamara
You should use libexpat. I spoze you could remove the -lexpat from your 
Makefile and things ~might~ still work.  

My goal is to make chan_h323's Makefile detect what options you have 
installed and link against the appropriate libs, but there is only so 
much time in a day.



Jeremy McNamara



Ben Clark wrote:

when using the cvs code I get...

g++  -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o 
-L/usr/src/pwlib/lib  -lpt_linux_x86_r -L/usr/src/openh323/lib 
-lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat
/usr/i486-suse-linux/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
make: *** [chan_h323.so] Error 1

On Monday, March 10, 2003, at 02:18 AM, Jeremy McNamara wrote:

Ben Clark wrote:

cc: cannot specify -o with -c or -S and multiple compilations
What does this mean?


Means I'm a dumbass. I left trailing whitespace in the Makefile 
environment variable definitions.  Use CVS code for a fix or give me 
another day or three to make another release.

Jeremy McNamara

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-10 Thread Ben Clark
when using the cvs code I get...

g++  -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o 
-L/usr/src/pwlib/lib  -lpt_linux_x86_r -L/usr/src/openh323/lib 
-lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat
/usr/i486-suse-linux/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
make: *** [chan_h323.so] Error 1

On Monday, March 10, 2003, at 02:18 AM, Jeremy McNamara wrote:

Ben Clark wrote:

cc: cannot specify -o with -c or -S and multiple compilations
What does this mean?
Means I'm a dumbass. I left trailing whitespace in the Makefile 
environment variable definitions.  Use CVS code for a fix or give me 
another day or three to make another release.

Jeremy McNamara

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-10 Thread Jeremy McNamara
Ben Clark wrote:

cc: cannot specify -o with -c or -S and multiple compilations
What does this mean?
Means I'm a dumbass. I left trailing whitespace in the Makefile 
environment variable definitions.  Use CVS code for a fix or give me 
another day or three to make another release.

Jeremy McNamara

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-10 Thread Ben Clark
when I try to compile chan_h323  I get...

cc -g -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes 
-Wmissing-declarations -DP_LINUX -DDO_CRASH -DDEBUG_THREADS 
-D_REENTRANT -D_GNU_SOURCE  -march=i586 -DP_HAS_SEMAPHORES -DP_SSL 
-DP_PTHREADS -DPHAS_TEMPLATES -DPBYTE_ORDER=PLITTLE_ENDIAN -DPTRACING 
-DNDEBUG -DP_USE_PRAGMA -I/usr/src/pwlib/include/ptlib/unix 
-I/usr/src/pwlib/include  -I/usr/src/openh323/include 
-Wno-missing-prototypes -Wno-missing-declarations chan_h323.c
cc: cannot specify -o with -c or -S and multiple compilations
make: *** [chan_h323.o] Error 1

What does this mean?

On Sunday, March 9, 2003, at 02:52 AM, Jeremy McNamara wrote:

Well, someone is attempting to delete a object that has never been 
allocated.

You might give chan_h323 a try, you might have better luck.

http://asterisk.nufone.net

Jeremy McNamara



Ben Clark wrote:

this is what it printed

(gdb) bt
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
#1  0x40120c53 in free () from /lib/libc.so.6
#2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from 
/usr/local/lib/liboh323wrap.so
#3  0x4103a27a in PContainer::Destruct () from 
/usr/local/lib/libpt_linux_x86_r.so.1
#4  0x4102adfa in PThread::PX_ThreadStart () from 
/usr/local/lib/libpt_linux_x86_r.so.1
#5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0

On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:

type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:

this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]
regards
Martin
On Sat, 8 Mar 2003, Ben Clark wrote:

I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?
[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault
On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

...I tried asterisk open h323 but it seg faults:-(...


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users




___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-09 Thread Jeremy McNamara




No. G.723.1is encumbered with international patents and their
associated royalty fee's, so no, G.723.1 is not part of the standard
Asterisk distribution.


Jeremy McNamara



Krzysztof Bujak wrote:

  
  
  
  
  So I understand that G.723 is
included in asterisk distribution?
  Sorry for lame:-(
   
  Best regards,
  KRzysztof Bujak
  
-
Original Message - 
From: Jeremy McNamara 
To: [EMAIL PROTECTED] 
Sent:
Sunday, March 09, 2003 11:43   PM
Subject:
Re: [Asterisk-Users] H323 on and   on


chan_h323 works with any codec that Asterisk can deal with.  
chan_h323 lets Asterisk deal with the audio directly, instead of
attempting to   emulate a sound card.

If you want G.729 you are going to need to   contact Greg Vance at
Digium to purchase a license.  


Jeremy   McNamara



Krzysztof Bujak wrote:

  Could you please list codecs that are supported with this channel driver?

The case is that, voip provider I wanted to use for routing international
calls
supports only those 723, 729.
Is it possible to use it with asterisk?

Best regards,
Krzysztof Bujak

- Original Message -
From: "Jeremy McNamara" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 09, 2003 8:52 AM
Subject: Re: [Asterisk-Users] H323 on and on


  
  
Well, someone is attempting to delete a object that has never been
allocated.

You might give chan_h323 a try, you might have better luck.

 http://asterisk.nufone.net


Jeremy McNamara



Ben Clark wrote:



  this is what it printed

(gdb) bt
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
#1  0x40120c53 in free () from /lib/libc.so.6
#2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from
/usr/local/lib/liboh323wrap.so
#3  0x4103a27a in PContainer::Destruct () from
/usr/local/lib/libpt_linux_x86_r.so.1
#4  0x4102adfa in PThread::PX_ThreadStart () from
/usr/local/lib/libpt_linux_x86_r.so.1
#5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0

On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:

  
  
type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:



  this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6

On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

  
  
asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]

regards
Martin

On Sat, 8 Mar 2003, Ben Clark wrote:



  I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?

[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault


On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

  
  
...I tried asterisk open h323 but it seg faults:-(...

  
  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

  

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


  
  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
  


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


  
  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
  

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users



  
  ===
  
  
Ta wiadomosc zostala sprawdzona

Re: [Asterisk-Users] H323 on and on

2003-03-09 Thread Krzysztof Bujak



So I understand that G.723 is included in asterisk 
distribution?
Sorry for lame:-(
 
Best regards,
KRzysztof Bujak

  - Original Message - 
  From: 
  Jeremy McNamara 
  To: [EMAIL PROTECTED] 
  
  Sent: Sunday, March 09, 2003 11:43 
  PM
  Subject: Re: [Asterisk-Users] H323 on and 
  on
  chan_h323 works with any codec that Asterisk can deal with. 
  chan_h323 lets Asterisk deal with the audio directly, instead of attempting to 
  emulate a sound card.If you want G.729 you are going to need to 
  contact Greg Vance at Digium to purchase a license.  Jeremy 
  McNamaraKrzysztof Bujak wrote:
  Could you please list codecs that are supported with this channel driver?

The case is that, voip provider I wanted to use for routing international
calls
supports only those 723, 729.
Is it possible to use it with asterisk?

Best regards,
Krzysztof Bujak

- Original Message -
From: "Jeremy McNamara" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 09, 2003 8:52 AM
Subject: Re: [Asterisk-Users] H323 on and on


  
Well, someone is attempting to delete a object that has never been
allocated.

You might give chan_h323 a try, you might have better luck.

 http://asterisk.nufone.net


Jeremy McNamara



Ben Clark wrote:


  this is what it printed

(gdb) bt
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
#1  0x40120c53 in free () from /lib/libc.so.6
#2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from
/usr/local/lib/liboh323wrap.so
#3  0x4103a27a in PContainer::Destruct () from
/usr/local/lib/libpt_linux_x86_r.so.1
#4  0x4102adfa in PThread::PX_ThreadStart () from
/usr/local/lib/libpt_linux_x86_r.so.1
#5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0

On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:

  
type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:


  this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6

On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

  
asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]

regards
Martin

On Sat, 8 Mar 2003, Ben Clark wrote:


  I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?

[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault


On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

  
...I tried asterisk open h323 but it seg faults:-(...

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
  

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
  
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


===
  
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez
system antywirusowy na serwerze IT Form.
  


===
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system antywirusowy na serwerze IT Form.
  
  
  Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez 
  system antywirusowy na serwerze IT Form. 
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system antywirusowy na serwerze IT Form.



Re: [Asterisk-Users] H323 on and on

2003-03-09 Thread Jeremy McNamara




chan_h323 works with any codec that Asterisk can deal with. chan_h323
lets Asterisk deal with the audio directly, instead of attempting to
emulate a sound card.

If you want G.729 you are going to need to contact Greg Vance at Digium
to purchase a license.  


Jeremy McNamara



Krzysztof Bujak wrote:

  Could you please list codecs that are supported with this channel driver?

The case is that, voip provider I wanted to use for routing international
calls
supports only those 723, 729.
Is it possible to use it with asterisk?

Best regards,
Krzysztof Bujak

- Original Message -
From: "Jeremy McNamara" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 09, 2003 8:52 AM
Subject: Re: [Asterisk-Users] H323 on and on


  
  
Well, someone is attempting to delete a object that has never been
allocated.

You might give chan_h323 a try, you might have better luck.

 http://asterisk.nufone.net


Jeremy McNamara



Ben Clark wrote:



  this is what it printed

(gdb) bt
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
#1  0x40120c53 in free () from /lib/libc.so.6
#2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from
/usr/local/lib/liboh323wrap.so
#3  0x4103a27a in PContainer::Destruct () from
/usr/local/lib/libpt_linux_x86_r.so.1
#4  0x4102adfa in PThread::PX_ThreadStart () from
/usr/local/lib/libpt_linux_x86_r.so.1
#5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0

On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:

  
  
type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:



  this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6

On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

  
  
asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]

regards
Martin

On Sat, 8 Mar 2003, Ben Clark wrote:



  I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?

[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault


On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

  
  
...I tried asterisk open h323 but it seg faults:-(...

  
  

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

  

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


  
  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
  




___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


  
  ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
  



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users



  
  ===
  
  
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez

  
  system antywirusowy na serwerze IT Form.
  
  


===
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system antywirusowy na serwerze IT Form.
  






Re: [Asterisk-Users] H323 on and on

2003-03-09 Thread Krzysztof Bujak
Could you please list codecs that are supported with this channel driver?

The case is that, voip provider I wanted to use for routing international
calls
supports only those 723, 729.
Is it possible to use it with asterisk?

Best regards,
Krzysztof Bujak

- Original Message -
From: "Jeremy McNamara" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 09, 2003 8:52 AM
Subject: Re: [Asterisk-Users] H323 on and on


> Well, someone is attempting to delete a object that has never been
> allocated.
>
> You might give chan_h323 a try, you might have better luck.
>
>  http://asterisk.nufone.net
>
>
> Jeremy McNamara
>
>
>
> Ben Clark wrote:
>
> > this is what it printed
> >
> > (gdb) bt
> > #0  0x40120cb3 in chunk_free () from /lib/libc.so.6
> > #1  0x40120c53 in free () from /lib/libc.so.6
> > #2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from
> > /usr/local/lib/liboh323wrap.so
> > #3  0x4103a27a in PContainer::Destruct () from
> > /usr/local/lib/libpt_linux_x86_r.so.1
> > #4  0x4102adfa in PThread::PX_ThreadStart () from
> > /usr/local/lib/libpt_linux_x86_r.so.1
> > #5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0
> >
> > On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:
> >
> >> type bt, press enter and send what gets printed out
> >>
> >> Jeremy McNamara
> >>
> >>
> >>
> >> Ben Clark wrote:
> >>
> >>> this is the end of the output I get from gdb...
> >>>
> >>> Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
> >>> Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
> >>> Reading symbols from /usr/local/lib/liboh323wrap.so...done.
> >>> Loaded symbols for /usr/local/lib/liboh323wrap.so
> >>> Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
> >>> Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
> >>> Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
> >>> Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
> >>> Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
> >>> Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
> >>> ---Type  to continue, or q  to quit---
> >>> #0  0x40120cb3 in chunk_free () from /lib/libc.so.6
> >>>
> >>> On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:
> >>>
> >>>> asterisk -vvvcg
> >>>>
> >>>> when the segfault happens
> >>>> gdb ./asterisk core.[pid]
> >>>>
> >>>> regards
> >>>> Martin
> >>>>
> >>>> On Sat, 8 Mar 2003, Ben Clark wrote:
> >>>>
> >>>>> I am also getting a seg fault when asterisk tries to load
> >>>>> chan_oh323.so.  What should I try to get it to work?
> >>>>>
> >>>>> [chan_oh323.so] => (OpenH323 Channel Driver)
> >>>>>== Parsing '/etc/asterisk/oh323.conf': Found
> >>>>> Segmentation fault
> >>>>>
> >>>>>
> >>>>> On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:
> >>>>>
> >>>>>> ...I tried asterisk open h323 but it seg faults:-(...
> >>>>>
> >>>>>
> >>>>>
> >>>>> ___
> >>>>> Asterisk-Users mailing list
> >>>>> [EMAIL PROTECTED]
> >>>>> http://lists.digium.com/mailman/listinfo/asterisk-users
> >>>>>
> >>>>
> >>>> ___
> >>>> Asterisk-Users mailing list
> >>>> [EMAIL PROTECTED]
> >>>> http://lists.digium.com/mailman/listinfo/asterisk-users
> >>>>
> >>>
> >>> ___
> >>> Asterisk-Users mailing list
> >>> [EMAIL PROTECTED]
> >>> http://lists.digium.com/mailman/listinfo/asterisk-users
> >>
> >>
> >>
> >>
> >> ___
> >> Asterisk-Users mailing list
> >> [EMAIL PROTECTED]
> >> http://lists.digium.com/mailman/listinfo/asterisk-users
> >>
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
===
> Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez
system antywirusowy na serwerze IT Form.
>



===
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system 
antywirusowy na serwerze IT Form.


Re: [Asterisk-Users] H323 on and on

2003-03-09 Thread Jeremy McNamara
Well, someone is attempting to delete a object that has never been 
allocated.

You might give chan_h323 a try, you might have better luck.

http://asterisk.nufone.net

Jeremy McNamara



Ben Clark wrote:

this is what it printed

(gdb) bt
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
#1  0x40120c53 in free () from /lib/libc.so.6
#2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from 
/usr/local/lib/liboh323wrap.so
#3  0x4103a27a in PContainer::Destruct () from 
/usr/local/lib/libpt_linux_x86_r.so.1
#4  0x4102adfa in PThread::PX_ThreadStart () from 
/usr/local/lib/libpt_linux_x86_r.so.1
#5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0

On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:

type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:

this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]
regards
Martin
On Sat, 8 Mar 2003, Ben Clark wrote:

I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?
[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault
On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

...I tried asterisk open h323 but it seg faults:-(...


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users




___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-09 Thread Ben Clark
this is what it printed

(gdb) bt
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
#1  0x40120c53 in free () from /lib/libc.so.6
#2  0x403e7977 in __builtin_delete (ptr=0x80e41f8) from 
/usr/local/lib/liboh323wrap.so
#3  0x4103a27a in PContainer::Destruct () from 
/usr/local/lib/libpt_linux_x86_r.so.1
#4  0x4102adfa in PThread::PX_ThreadStart () from 
/usr/local/lib/libpt_linux_x86_r.so.1
#5  0x40030e67 in pthread_start_thread () from /lib/libpthread.so.0

On Sunday, March 9, 2003, at 01:16 AM, Jeremy McNamara wrote:

type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:

this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]
regards
Martin
On Sat, 8 Mar 2003, Ben Clark wrote:

I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?
[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault
On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

...I tried asterisk open h323 but it seg faults:-(...


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Jeremy McNamara
type bt, press enter and send what gets printed out

Jeremy McNamara



Ben Clark wrote:

this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]
regards
Martin
On Sat, 8 Mar 2003, Ben Clark wrote:

I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?
[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault
On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

...I tried asterisk open h323 but it seg faults:-(...


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Ben Clark
this is the end of the output I get from gdb...

Reading symbols from /usr/lib/asterisk/modules/chan_oh323.so...done.
Loaded symbols for /usr/lib/asterisk/modules/chan_oh323.so
Reading symbols from /usr/local/lib/liboh323wrap.so...done.
Loaded symbols for /usr/local/lib/liboh323wrap.so
Reading symbols from /usr/local/lib/libh323_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libh323_linux_x86_r.so.1
Reading symbols from /usr/local/lib/libpt_linux_x86_r.so.1...done.
Loaded symbols for /usr/local/lib/libpt_linux_x86_r.so.1
Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
---Type  to continue, or q  to quit---
#0  0x40120cb3 in chunk_free () from /lib/libc.so.6
On Saturday, March 8, 2003, at 07:59 PM, Martin Pycko wrote:

asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]
regards
Martin
On Sat, 8 Mar 2003, Ben Clark wrote:

I am also getting a seg fault when asterisk tries to load
chan_oh323.so.  What should I try to get it to work?
[chan_oh323.so] => (OpenH323 Channel Driver)
   == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault
On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

...I tried asterisk open h323 but it seg faults:-(...
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Martin Pycko
asterisk -vvvcg

when the segfault happens
gdb ./asterisk core.[pid]

regards
Martin

On Sat, 8 Mar 2003, Ben Clark wrote:

> I am also getting a seg fault when asterisk tries to load
> chan_oh323.so.  What should I try to get it to work?
>
> [chan_oh323.so] => (OpenH323 Channel Driver)
>== Parsing '/etc/asterisk/oh323.conf': Found
> Segmentation fault
>
>
> On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:
>
> > ...I tried asterisk open h323 but it seg faults:-(...
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Ben Clark
I am also getting a seg fault when asterisk tries to load 
chan_oh323.so.  What should I try to get it to work?

[chan_oh323.so] => (OpenH323 Channel Driver)
  == Parsing '/etc/asterisk/oh323.conf': Found
Segmentation fault
On Saturday, March 8, 2003, at 09:06 AM, Krzysztof Bujak wrote:

...I tried asterisk open h323 but it seg faults:-(...
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Steven Critchfield
On Sat, 2003-03-08 at 14:30, Martin Pycko wrote:
> but he was asking about iax too:
> 
> 1. Is it normal that I get such a crappy quality with iax, some drops and
> clicks?
> Could anyone with some similar setup check my quality and say if this is
> what the people are so excited about? ( I used to work as a speech quality
> expert for nokia
> and what I get out of asterisk is far away from the limits I would let to
> go out to customers:-( )

I've been using IAX for home phone service for more than 6 months and
have had better quality than was expected from the cordless phone I use
to connect to asterisk. Of course for the number of hops between the
asterisk boxes, the quility is good. Here is a mtr from my home to my
gateway at the office.

Hostname%Loss  Rcv  Snt  Last Best  Avg  Worst
 1. 10.178.144.1   0%   66   66509   20 87
 2. 172.30.50.65   0%   66   66109   20198
 3. 68.52.0.50 0%   66   66109   14 48
 4. 67.72.8.33 0%   66   6618   16   25 79
 5. 209.247.9.161  0%   65   6516   16   26 67
 6. 64.159.1.2 4%   63   6535   29   39 89
 7. 209.244.11.10  0%   65   6530   29   35 79
 8. 209.244.219.1824%   63   6530   29   48204
 9. 205.171.209.45 0%   65   6533   30   39 89
10. 205.171.8.166  0%   65   6572   55   64113
11. 205.171.139.9  0%   65   6559   55   62 91
12. 205.171.8.170  0%   65   6573   57   67120
13. 205.171.29.142 0%   65   6570   57   62 95
14. 65.127.230.54  0%   65   6573   72   80223
15. 216.183.104.44 0%   65   6575   71   84172
16. 66.45.72.100   2%   64   65   107   73   80165
17. ???
18. xx.xx.xx.xxx   0%   65   6579   73   81126


-- 
Steven Critchfield <[EMAIL PROTECTED]>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Mark Spencer
Try turning off the jitter buffer and/or using SIP and see if things
change.  The IAX jitter buffer needs some work.

Mark

On Sat, 8 Mar 2003, Martin Pycko wrote:

> but he was asking about iax too:
>
> 1. Is it normal that I get such a crappy quality with iax, some drops and
> clicks?
> Could anyone with some similar setup check my quality and say if this is
> what the people are so excited about? ( I used to work as a speech quality
> expert for nokia
> and what I get out of asterisk is far away from the limits I would let to
> go out to customers:-( )
>
> M
>
> On 8 Mar 2003, William X Walsh wrote:
>
> >
> > He's using H.323 not iax
> >
> > On Sat, 2003-03-08 at 09:58, Martin Pycko wrote:
> > > Do you have tos=lowdelay in iax.conf ?
> > > You may also try to turn off the jitterbuffer (jitterbuffer=no).
> > > Also make sure that asterisk is really using gsm codec.
> > > WHen you do "iax show channels" in the format column it should
> > > show number '2' = GSM.
> > >
> > > Also when you look at Makefiles make sure that optimization is on.
> > >
> > > regards
> > > Martin
> > >
> > > On Sat, 8 Mar 2003, Krzysztof Bujak wrote:
> > >
> > > > hmm...
> > > > I have adsl to internet and this is the connection I use for tests.
> > > > I haven't yet set up QoS as I am testing on clear connection.
> > > > And while using for ex. MS Portrait (ueee MS but this is a piece of cool
> > > > soft)
> > > > for talking with friends via internet I get the quality much better than
> > > > that of asterisk,
> > > > what is the reason. In both cases there is GSM06.10 codec used.
> > > >
> > > > Can anyone tell me which codecs I could use (are bulit into) with asterisk
> > > > h323 channel?
> > > >
> > > > Thanks,
> > > > BR,
> > > > KRiz
> > > > - Original Message -
> > > > From: "Ron Gage" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Saturday, March 08, 2003 2:57 PM
> > > > Subject: Re: [Asterisk-Users] H323 on and on
> > > >
> > > >
> > > > > Hello!
> > > > >
> > > > >
> > > > > On Sat, 2003-03-08 at 10:06, Krzysztof Bujak wrote:
> > > > > > Hi all Asterisk Gurus.
> > > > > >
> > > > > > I am really badly in need of help. Asterisk is very lovely software, but
> > > > has one big disadvantage..
> > > > > > lack of documentation.But let's get to the point.
> > > > > >
> > > > > > 1. Is it normal that I get such a crappy quality with iax, some drops
> > > > and clicks?
> > > > > > Could anyone with some similar setup check my quality and say if this is
> > > > > > what the people are so excited about? ( I used to work as a speech
> > > > quality expert for nokia
> > > > > > and what I get out of asterisk is far away from the limits I would let
> > > > to go out to customers:-( )
> > > > >
> > > > > First and foremost, do you have QOS setup on your network and router?
> > > > > QOS == Quality of Service, the ability to allow certain data packets to
> > > > > be sent quicker through the TCP/IP stack.  This is essential to
> > > > > maintaining continuous data flow as any interruptions in that dataflow
> > > > > will cause "drops and clicks".
> > > > >
> > > > > --
> > > > > Ron Gage - Saginaw, Michigan
> > > > > I am looking for work - resume at http://www.rongage.org/resume.doc
> > > > > Electrical Engineering, Linux Programming, Networking
> > > > >
> > > > > ___
> > > > > Asterisk-Users mailing list
> > > > > [EMAIL PROTECTED]
> > > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > > > >
> > > > >
> > > > ===
> > > > > Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez
> > > > system antywirusowy na serwerze IT Form.
> > > > >
> > > >
> > > >
> > > >
> > > > ===
> > > > Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system 
> > > > antywirusowy na serwerze IT Form.
> > > >
> > >
> > >
> > > ___
> > > Asterisk-Users mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > --
> > William Walsh <[EMAIL PROTECTED]>
> > Jabber: [EMAIL PROTECTED]
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Martin Pycko
but he was asking about iax too:

1. Is it normal that I get such a crappy quality with iax, some drops and
clicks?
Could anyone with some similar setup check my quality and say if this is
what the people are so excited about? ( I used to work as a speech quality
expert for nokia
and what I get out of asterisk is far away from the limits I would let to
go out to customers:-( )

M

On 8 Mar 2003, William X Walsh wrote:

>
> He's using H.323 not iax
>
> On Sat, 2003-03-08 at 09:58, Martin Pycko wrote:
> > Do you have tos=lowdelay in iax.conf ?
> > You may also try to turn off the jitterbuffer (jitterbuffer=no).
> > Also make sure that asterisk is really using gsm codec.
> > WHen you do "iax show channels" in the format column it should
> > show number '2' = GSM.
> >
> > Also when you look at Makefiles make sure that optimization is on.
> >
> > regards
> > Martin
> >
> > On Sat, 8 Mar 2003, Krzysztof Bujak wrote:
> >
> > > hmm...
> > > I have adsl to internet and this is the connection I use for tests.
> > > I haven't yet set up QoS as I am testing on clear connection.
> > > And while using for ex. MS Portrait (ueee MS but this is a piece of cool
> > > soft)
> > > for talking with friends via internet I get the quality much better than
> > > that of asterisk,
> > > what is the reason. In both cases there is GSM06.10 codec used.
> > >
> > > Can anyone tell me which codecs I could use (are bulit into) with asterisk
> > > h323 channel?
> > >
> > > Thanks,
> > > BR,
> > > KRiz
> > > - Original Message -
> > > From: "Ron Gage" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, March 08, 2003 2:57 PM
> > > Subject: Re: [Asterisk-Users] H323 on and on
> > >
> > >
> > > > Hello!
> > > >
> > > >
> > > > On Sat, 2003-03-08 at 10:06, Krzysztof Bujak wrote:
> > > > > Hi all Asterisk Gurus.
> > > > >
> > > > > I am really badly in need of help. Asterisk is very lovely software, but
> > > has one big disadvantage..
> > > > > lack of documentation.But let's get to the point.
> > > > >
> > > > > 1. Is it normal that I get such a crappy quality with iax, some drops
> > > and clicks?
> > > > > Could anyone with some similar setup check my quality and say if this is
> > > > > what the people are so excited about? ( I used to work as a speech
> > > quality expert for nokia
> > > > > and what I get out of asterisk is far away from the limits I would let
> > > to go out to customers:-( )
> > > >
> > > > First and foremost, do you have QOS setup on your network and router?
> > > > QOS == Quality of Service, the ability to allow certain data packets to
> > > > be sent quicker through the TCP/IP stack.  This is essential to
> > > > maintaining continuous data flow as any interruptions in that dataflow
> > > > will cause "drops and clicks".
> > > >
> > > > --
> > > > Ron Gage - Saginaw, Michigan
> > > > I am looking for work - resume at http://www.rongage.org/resume.doc
> > > > Electrical Engineering, Linux Programming, Networking
> > > >
> > > > ___
> > > > Asterisk-Users mailing list
> > > > [EMAIL PROTECTED]
> > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > > >
> > > >
> > > ===
> > > > Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez
> > > system antywirusowy na serwerze IT Form.
> > > >
> > >
> > >
> > >
> > > ===
> > > Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system 
> > > antywirusowy na serwerze IT Form.
> > >
> >
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> --
> William Walsh <[EMAIL PROTECTED]>
> Jabber: [EMAIL PROTECTED]
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread William X Walsh

He's using H.323 not iax

On Sat, 2003-03-08 at 09:58, Martin Pycko wrote:
> Do you have tos=lowdelay in iax.conf ?
> You may also try to turn off the jitterbuffer (jitterbuffer=no).
> Also make sure that asterisk is really using gsm codec.
> WHen you do "iax show channels" in the format column it should
> show number '2' = GSM.
> 
> Also when you look at Makefiles make sure that optimization is on.
> 
> regards
> Martin
> 
> On Sat, 8 Mar 2003, Krzysztof Bujak wrote:
> 
> > hmm...
> > I have adsl to internet and this is the connection I use for tests.
> > I haven't yet set up QoS as I am testing on clear connection.
> > And while using for ex. MS Portrait (ueee MS but this is a piece of cool
> > soft)
> > for talking with friends via internet I get the quality much better than
> > that of asterisk,
> > what is the reason. In both cases there is GSM06.10 codec used.
> >
> > Can anyone tell me which codecs I could use (are bulit into) with asterisk
> > h323 channel?
> >
> > Thanks,
> > BR,
> > KRiz
> > ----- Original Message -
> > From: "Ron Gage" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, March 08, 2003 2:57 PM
> > Subject: Re: [Asterisk-Users] H323 on and on
> >
> >
> > > Hello!
> > >
> > >
> > > On Sat, 2003-03-08 at 10:06, Krzysztof Bujak wrote:
> > > > Hi all Asterisk Gurus.
> > > >
> > > > I am really badly in need of help. Asterisk is very lovely software, but
> > has one big disadvantage..
> > > > lack of documentation.But let's get to the point.
> > > >
> > > > 1. Is it normal that I get such a crappy quality with iax, some drops
> > and clicks?
> > > > Could anyone with some similar setup check my quality and say if this is
> > > > what the people are so excited about? ( I used to work as a speech
> > quality expert for nokia
> > > > and what I get out of asterisk is far away from the limits I would let
> > to go out to customers:-( )
> > >
> > > First and foremost, do you have QOS setup on your network and router?
> > > QOS == Quality of Service, the ability to allow certain data packets to
> > > be sent quicker through the TCP/IP stack.  This is essential to
> > > maintaining continuous data flow as any interruptions in that dataflow
> > > will cause "drops and clicks".
> > >
> > > --
> > > Ron Gage - Saginaw, Michigan
> > > I am looking for work - resume at http://www.rongage.org/resume.doc
> > > Electrical Engineering, Linux Programming, Networking
> > >
> > > ___
> > > Asterisk-Users mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> > >
> > ===
> > > Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez
> > system antywirusowy na serwerze IT Form.
> > >
> >
> >
> >
> > ===
> > Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system 
> > antywirusowy na serwerze IT Form.
> >
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
William Walsh <[EMAIL PROTECTED]>
Jabber: [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Jeremy McNamara




Krzysztof Bujak wrote:

  2. 
  Is there anyone who has some HOWTO
for setting up h323 with asterisk?
  I tried asterisk open h323 but it
seg faults:-(
  
You are going to need to be more specific to which H.323 Channel Driver
you are running.

There are two radically different H.323 Channel Drivers out there.



Jeremy McNamara




Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Martin Pycko
Do you have tos=lowdelay in iax.conf ?
You may also try to turn off the jitterbuffer (jitterbuffer=no).
Also make sure that asterisk is really using gsm codec.
WHen you do "iax show channels" in the format column it should
show number '2' = GSM.

Also when you look at Makefiles make sure that optimization is on.

regards
Martin

On Sat, 8 Mar 2003, Krzysztof Bujak wrote:

> hmm...
> I have adsl to internet and this is the connection I use for tests.
> I haven't yet set up QoS as I am testing on clear connection.
> And while using for ex. MS Portrait (ueee MS but this is a piece of cool
> soft)
> for talking with friends via internet I get the quality much better than
> that of asterisk,
> what is the reason. In both cases there is GSM06.10 codec used.
>
> Can anyone tell me which codecs I could use (are bulit into) with asterisk
> h323 channel?
>
> Thanks,
> BR,
> KRiz
> - Original Message -
> From: "Ron Gage" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, March 08, 2003 2:57 PM
> Subject: Re: [Asterisk-Users] H323 on and on
>
>
> > Hello!
> >
> >
> > On Sat, 2003-03-08 at 10:06, Krzysztof Bujak wrote:
> > > Hi all Asterisk Gurus.
> > >
> > > I am really badly in need of help. Asterisk is very lovely software, but
> has one big disadvantage..
> > > lack of documentation.But let's get to the point.
> > >
> > > 1. Is it normal that I get such a crappy quality with iax, some drops
> and clicks?
> > > Could anyone with some similar setup check my quality and say if this is
> > > what the people are so excited about? ( I used to work as a speech
> quality expert for nokia
> > > and what I get out of asterisk is far away from the limits I would let
> to go out to customers:-( )
> >
> > First and foremost, do you have QOS setup on your network and router?
> > QOS == Quality of Service, the ability to allow certain data packets to
> > be sent quicker through the TCP/IP stack.  This is essential to
> > maintaining continuous data flow as any interruptions in that dataflow
> > will cause "drops and clicks".
> >
> > --
> > Ron Gage - Saginaw, Michigan
> > I am looking for work - resume at http://www.rongage.org/resume.doc
> > Electrical Engineering, Linux Programming, Networking
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
> ===
> > Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez
> system antywirusowy na serwerze IT Form.
> >
>
>
>
> ===
> Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system 
> antywirusowy na serwerze IT Form.
>


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Krzysztof Bujak
hmm...
I have adsl to internet and this is the connection I use for tests.
I haven't yet set up QoS as I am testing on clear connection.
And while using for ex. MS Portrait (ueee MS but this is a piece of cool
soft)
for talking with friends via internet I get the quality much better than
that of asterisk,
what is the reason. In both cases there is GSM06.10 codec used.

Can anyone tell me which codecs I could use (are bulit into) with asterisk
h323 channel?

Thanks,
BR,
KRiz
- Original Message -
From: "Ron Gage" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 08, 2003 2:57 PM
Subject: Re: [Asterisk-Users] H323 on and on


> Hello!
>
>
> On Sat, 2003-03-08 at 10:06, Krzysztof Bujak wrote:
> > Hi all Asterisk Gurus.
> >
> > I am really badly in need of help. Asterisk is very lovely software, but
has one big disadvantage..
> > lack of documentation.But let's get to the point.
> >
> > 1. Is it normal that I get such a crappy quality with iax, some drops
and clicks?
> > Could anyone with some similar setup check my quality and say if this is
> > what the people are so excited about? ( I used to work as a speech
quality expert for nokia
> > and what I get out of asterisk is far away from the limits I would let
to go out to customers:-( )
>
> First and foremost, do you have QOS setup on your network and router?
> QOS == Quality of Service, the ability to allow certain data packets to
> be sent quicker through the TCP/IP stack.  This is essential to
> maintaining continuous data flow as any interruptions in that dataflow
> will cause "drops and clicks".
>
> --
> Ron Gage - Saginaw, Michigan
> I am looking for work - resume at http://www.rongage.org/resume.doc
> Electrical Engineering, Linux Programming, Networking
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
===
> Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez
system antywirusowy na serwerze IT Form.
>



===
Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system 
antywirusowy na serwerze IT Form.


Re: [Asterisk-Users] H323 on and on

2003-03-08 Thread Ron Gage
Hello!


On Sat, 2003-03-08 at 10:06, Krzysztof Bujak wrote:
> Hi all Asterisk Gurus.
> 
> I am really badly in need of help. Asterisk is very lovely software, but has one big 
> disadvantage..
> lack of documentation.But let's get to the point.
> 
> 1. Is it normal that I get such a crappy quality with iax, some drops and clicks?
> Could anyone with some similar setup check my quality and say if this is
> what the people are so excited about? ( I used to work as a speech quality expert 
> for nokia
> and what I get out of asterisk is far away from the limits I would let to go out to 
> customers:-( )

First and foremost, do you have QOS setup on your network and router? 
QOS == Quality of Service, the ability to allow certain data packets to
be sent quicker through the TCP/IP stack.  This is essential to
maintaining continuous data flow as any interruptions in that dataflow
will cause "drops and clicks".

-- 
Ron Gage - Saginaw, Michigan
I am looking for work - resume at http://www.rongage.org/resume.doc
Electrical Engineering, Linux Programming, Networking

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users