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

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

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

[Asterisk-Users] unsubscribe

2003-03-10 Thread Yogesh Manchanda
___ 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
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

[Asterisk-Users] Conference with CAPI

2003-03-10 Thread Rattana BIV
Hi, Just a little question... Can we do conference with CAPI (chan_capi) ? Rattana Regards ___ 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
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

Re: [Asterisk-Users] Transcoding

2003-03-10 Thread Krzysztof Bujak
Maybe it is not answer to your question but... Do you use g723.1 with asterisk? How did you get it? As far as I know it is not royalty free:-( Best regards, KRzysztof BUjak - Original Message - From: Thomas Jalsovsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 02, 2003

[Asterisk-Users] iconnect quality?

2003-03-10 Thread Jim Archer
Does anyone here use iconnect regularly with Asterisk? If so, what do you think of its reliability and quality? I used up my 10 free minutes just getting it to work. By the end it was working, but I found that (1) many calls did not connect, due to a variety of errors reported by them

[Asterisk-Users] WellGate fxs gateway.

2003-03-10 Thread Matteo Brancaleoni
Hi. Has anyone experience with wellgate fxs gateways ? I'm playing with a 3502, that's a 2 fxs ports (like the cisco ata186). The gw works ok, registers to asterisk, receive and place calls. when calling to snom100, I have a strange issue: I can call receive both direction. When I hangup, if the

[Asterisk-Users] another question

2003-03-10 Thread Mikael Andersson
Sorry for all the newbie questions.. but can somebody explain this ? NOTICE[14351]: File rtp.c, Line 173 (process_rfc3389): RFC3389 support incomplete. Turn off on client if possible /Mike ___ Asterisk-Users mailing list [EMAIL PROTECTED]

Re: [Asterisk-Users] a few good questions.....

2003-03-10 Thread Steven Critchfield
On Mon, 2003-03-10 at 01:05, Tener, Stuart B., IT3 , USNR-R wrote: Asterisk users: Okay, I am thinking about getting ready to start an asterisk server to use for a home phone system. (a) Does anyone have a T1 card for sale used? Doubt it as once you have a T1 setup, only being

Re: [Asterisk-Users] g.711 to GSM gateway

2003-03-10 Thread Steven Critchfield
On Mon, 2003-03-10 at 06:04, Cerrajetto wrote: Hello: I would like to implement a VoIP telephony system; client's software/hardware only supports SIP with the g.711 codec. It's very huge in wan communications (about 110 Kbps) !!! I'm looking for systems that could reduce this bandwidth,

[Asterisk-Users] Compile error under redhat 8..

2003-03-10 Thread WipeOut ™
Hi everyone.. I am trying to compile asterisk, I am not a hacker so when it comes to compileing I tend to get out of my depth quite quickly so you will have to speak slowly.. :) I have setup a vanilla Redhat 8.0 box with the pre-req's.. I ran the astinstall script which appeared to work

[Asterisk-Users] Call parking - Still haven't solved

2003-03-10 Thread Mike Reiling
Hi all, I got a lot of good suggestion on call parking not working, but I still haven't been able to make it work To recap, I have 701-720 showing up in the dialplan, and I can call those numbers just fine. But, if I try to hook-flash and transfer a caller to 700, it fails. I get a

Re: [Asterisk-Users] variable in extension.conf

2003-03-10 Thread Steven Critchfield
On Mon, 2003-03-10 at 11:00, Rattana BIV wrote: Hi, How can we use Environnement variable in extension.conf ? I don't think you can at this moment, and I am not sure that would be a good idea as you asterisk thread should be long lived and therefore anything you would put in an environment

Re: [Asterisk-Users] Call parking - Still haven't solved

2003-03-10 Thread James Sharp
parkext = #700 ; What ext. to dial to park Try removing the # ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Call parking - Still haven't solved

2003-03-10 Thread Mike Reiling
Did that... Doesn't seem to help On Monday, March 10, 2003, at 09:49 AM, James Sharp wrote: parkext = #700; What ext. to dial to park Try removing the # -- Mike Reiling Systems Network Administrator SoftCoin, Inc. 2000 Sierra Point Parkway Brisbane, CA 94005 650-624-3869 - P

Re: [Asterisk-Users] variable in extension.conf

2003-03-10 Thread Martin Pycko
you put some definitions in [globals] section in extensions.conf later you just use SetGlobalVar variable to change the values of global variables and then you just take the value of a variable like this: ${variable} or like this ${${variable}} or like this ${extension_${EXTEN}} etc. a trivial

Re: [Asterisk-Users] Call parking - Still haven't solved

2003-03-10 Thread Martin Pycko
put transfer=yes in the begining of zapata.conf after [channels] regards Martin On Mon, 10 Mar 2003, Mike Reiling wrote: Did that... Doesn't seem to help On Monday, March 10, 2003, at 09:49 AM, James Sharp wrote: parkext = #700; What ext. to dial to

RE: [Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe

2003-03-10 Thread David Davis
I have the same problem when I 'stop now', and the error IS coming from mpg123. The load shoots up to 100% and that error screen scrolls forever until I kill the 3 processes of mpg123 (I have 3 lines in musiconhold.conf) Is there a fix that can be made to stop the mpg123 processes before stopping

[Asterisk-Users] USB Interfaces

2003-03-10 Thread Brian J. Schrock
Howdy, I just added a second USB converter from Digium and I am having a problem. When I modprobe the driver for it whichever one gets discovered first works, but the second one (though looks fine with zttool) does not work at all. Asterisk directs calls to it etc, but it never rings and it

Re: [Asterisk-Users] USB Interfaces

2003-03-10 Thread Martin Pycko
Do you have a proper zaptel.conf and zapata.conf ? When you modprobe do you have anny errors ? What does ztcfg -vv says ? regards Martin On Mon, 10 Mar 2003, Brian J. Schrock wrote: Howdy, I just added a second USB converter from Digium and I am having a problem. When I modprobe the driver

Re: [Asterisk-Users] Hardware Compatibility and zaptel driver

2003-03-10 Thread Nir Simionovich
Hi Steve, Hmmm lets see, NOT ! In Israel the connection of the E1 at the wall socket is not an RJ45, but a British Connector. I'm fully aware of the fact that the connection of E1 on the Router/Server side are 1,2 and 4,5 as pair for TX and RX. Steve, my question may sound a little

Re: [Asterisk-Users] iconnect quality?

2003-03-10 Thread Steven Critchfield
On Mon, 2003-03-10 at 13:47, Dan Fernandez wrote: Iconnect uses codecs g723 and g711 that can be configured for each account (you can change them by the prefix) With their dialer and g723 I can here just fine (I have a 64k broadband connection). With their dialer and g711 the quality

Re: [Asterisk-Users] # Ouch ... error while writing audio data::Broken pipe

2003-03-10 Thread TC
I can also confirm this still happens on cvs as of 30sec's ago -Original Message- From: James Golovich [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: March 10, 2003 12:04 PM Subject: RE: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe Are you

Re: [Asterisk-Users] USB Interfaces

2003-03-10 Thread Ray Dzek
I was told specifically by Digium that only one USB FXS device was supported per system. - Original Message - From: Brian J. Schrock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 11:30 AM Subject: [Asterisk-Users] USB Interfaces Howdy, I just added a second

[Asterisk-Users] Iconnect protocol errors? (was iconnect quality?)

2003-03-10 Thread Jim Archer
--On Monday, March 10, 2003 5:13 AM -0800 William X Walsh [EMAIL PROTECTED] wrote: I have had no problems with call quality, but right now inbound calling from them is having an issue with completing the call through to asterisk. I have noticed a few little problems. From watching the udp

[Asterisk-Users] Odd music on hold error

2003-03-10 Thread Tilghman Lesher
I'm having a problem with channels hearing MusicOnHold during call parking. The symptom is that the caller momentarily hears MusicOnHold, while the call is being transferred (i.e. between the flash hook and the 700) to call parking, but the music immediately stops when the call reaches parking.

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

Re: [Asterisk-Users] USB Interfaces

2003-03-10 Thread Brian J. Schrock
UHCI or OHCI? On Monday, March 10, 2003, at 04:23 PM, Martin Pycko wrote: We have some feedback from our customers that sometimes they are able to run two S100U's on a signle machine. regards Martin On Mon, 10 Mar 2003, Ray Dzek wrote: I was told specifically by Digium that only one USB FXS

Re: [Asterisk-Users] astman make problems

2003-03-10 Thread James Golovich
newt is required for astman. I just looked and it looks like there is a SuSE package for newt-devel which is what you would want. I've never used SuSE so I can't help with that installation at all. The official download location for newt appears to be ftp://ftp.redhat.com/pub/redhat/code/newt

Re: [Asterisk-Users] chan_h323 configuration question

2003-03-10 Thread Jens-E. Hansen
'AllowGKRouted = yes' is/was set, but with no success. Am Mon, 2003-03-10 um 21.45 schrieb Jeremy McNamara: AloowGkRouted=yes -- ___ Jens-Erik Hansen Global Information Services Steindamm 132, D-24145 Kiel Telefon +49 (0)431 7164191 Telefax +49 (0)431 7164192

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

Re: [Asterisk-Users] USB Interfaces

2003-03-10 Thread Martin Pycko
I think UHCI Martin On Mon, 10 Mar 2003, Brian J. Schrock wrote: UHCI or OHCI? On Monday, March 10, 2003, at 04:23 PM, Martin Pycko wrote: We have some feedback from our customers that sometimes they are able to run two S100U's on a signle machine. regards Martin On Mon, 10

[Asterisk-Users] E1 with R2 signaling

2003-03-10 Thread Claudio Aznar
Hello, I'm testing the E400P with PRI signaling and work fine, but I want to test it with R2 signaling. My question are: 1. Can the E400P work with R2 signaling ? 2. If the firs question is yes, HOWTO? Thank in advance Peter

Re: [Asterisk-Users] iconnect quality?

2003-03-10 Thread Krzysztof Bujak
Dan, welcome to the club. Country like Poland which is supposed to get into EU is also 3rd world in this matter. (However things are changing a lot lately) Regards, Krzysztof Bujak - Original Message - From: Dan Fernandez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10,

Re: [Asterisk-Users] iconnect quality?

2003-03-10 Thread Gregg Lebovitz
Dan, I am having similar issues. I don't quite understand how you change the codec at iconnect (i.e. what do you mean by using the prefix?). Gregg On Mon, 2003-03-10 at 14:47, Dan Fernandez wrote: Iconnect uses codecs g723 and g711 that can be configured for each account (you can change