From w4wwm at knology.net Wed Jan 3 00:04:58 2007 From: w4wwm at knology.net (Will Wright) Date: Tue, 02 Jan 2007 18:04:58 -0600 Subject: [App_rpt] No DTMF control Message-ID: <1167782699.2951.9.camel@localhost.localdomain> Hello to the group, My node, 2059 will not respond to any of the DTMF commands. Is there any one could help get me back on track? Thanks Will / W4WWM From gary at tcomeng.com Wed Jan 3 02:53:38 2007 From: gary at tcomeng.com (Gary) Date: Tue, 02 Jan 2007 18:53:38 -0800 Subject: [App_rpt] No DTMF control In-Reply-To: <1167782699.2951.9.camel@localhost.localdomain> References: <1167782699.2951.9.camel@localhost.localdomain> Message-ID: <459B1AB2.3090107@tcomeng.com> 1) Run asterisk "asterisk -cvvvvvvvv" with "rpt debug level 7" and looked for DTMF digits being decoded? 2) Check your input audio level, if to high (clipping) it will not decode or if way to low it will not decode. 3) Checked you config file to make sure you have teh prefix digit set. Gary Will Wright wrote: > Hello to the group, > > My node, 2059 will not respond to any of the DTMF commands. Is there any > one could help get me back on track? Thanks > > > Will / W4WWM > > _______________________________________________ > App_rpt mailing list > App_rpt at lists.illiana.net > http://lists.illiana.net/mailman/listinfo/app_rpt From w4wwm at knology.net Wed Jan 3 04:41:10 2007 From: w4wwm at knology.net (Will Wright) Date: Tue, 02 Jan 2007 22:41:10 -0600 Subject: [App_rpt] No DTMF control In-Reply-To: 1167782699.2951.9.camel@localhost.localdomain Message-ID: <1167799270.2951.30.camel@localhost.localdomain> Gary, Thanks for responding, but I think this might be over my head now. I did check or enable debug level 7 and all I could understand there was a WANRNING that stated file.c:587 ast_reaudio_callback: Failed to write frame. >>3) Checked you config file to make sure you have the prefix digit set. Did you mean in the rpt.conf? Not sure if where to look for this check. Please tell me more about the prefix digit being set. I'm trying to learn what I can. All my dtmf processes worked well prior to connecting to one of the nodes on the list. I simply parked the node in monitor mode and listen for awhile then tried to disconnect, but it would not respond to the disconnect dtmf sequence. So I rebooted the computer and thats when the problems began. Thanks Will / W4WWM From gary at tcomeng.com Wed Jan 3 04:46:24 2007 From: gary at tcomeng.com (Gary) Date: Tue, 02 Jan 2007 20:46:24 -0800 Subject: [App_rpt] No DTMF control In-Reply-To: <1167799270.2951.30.camel@localhost.localdomain> References: <1167799270.2951.30.camel@localhost.localdomain> Message-ID: <459B3520.9070502@tcomeng.com> Yes, rpt.conf This line defines the DTMF lead in character. funcchar = * ;function lead-in character (defaults to '*') Gary Will Wright wrote: > Gary, > > Thanks for responding, but I think this might be over my head now. > > I did check or enable debug level 7 and all I could understand there was > a WANRNING that stated file.c:587 ast_reaudio_callback: Failed to write > frame. > >>> 3) Checked you config file to make sure you have the prefix digit set. > > Did you mean in the rpt.conf? Not sure if where to look for this check. > Please tell me more about the prefix digit being set. I'm trying to learn what I can. > > All my dtmf processes worked well prior to connecting to one of the > nodes on the list. I simply parked the node in monitor mode and listen > for awhile then tried to disconnect, but it would not respond to the > disconnect dtmf sequence. So I rebooted the computer and thats when the > problems began. Thanks > > Will / W4WWM > > > _______________________________________________ > App_rpt mailing list > App_rpt at lists.illiana.net > http://lists.illiana.net/mailman/listinfo/app_rpt From w4wwm at knology.net Wed Jan 3 06:05:03 2007 From: w4wwm at knology.net (Will Wright) Date: Wed, 03 Jan 2007 00:05:03 -0600 Subject: [App_rpt] No DTMF control In-Reply-To: 1167799270.2951.30.camel@localhost.localdomain Message-ID: <1167804304.2951.70.camel@localhost.localdomain> Gary, This is really something new to me. I check my current rpt.conf and two of my old simplex rpt.conf and the line you described was not there??? So, I wonder what was making it work before with out the line you described? Strange, I must say, maybe there's more than one way to program for prefix characters? or maybe I just don't have it defined. Ok what section should I place this line below? >>funcchar = * ;function lead-in character (defaults to '*') What did happen here, I entered these parameters below in [2059]. Trying to understand what Jim explained in a previous post, but I guest I miss the boat on that too. Did you follow this? And where in rpt.conf does this info goes? I'm still trying to understand how to talk to my alien controllers hi hi, hard wired in the circuit with the Asterisk controller. Anyway back to the dtmf action. Once I took the info out below and restarted the Asterisk computer, I regain the dtmf tones and the node is now responding. propagate_dtmf = yes linktolink = yes inxlat = #543,#544,0123456789ABCD outxlat = *7,*0,0123456789#ABCD From gary at tcomeng.com Wed Jan 3 06:26:54 2007 From: gary at tcomeng.com (Gary) Date: Tue, 02 Jan 2007 22:26:54 -0800 Subject: [App_rpt] No DTMF control In-Reply-To: <1167804304.2951.70.camel@localhost.localdomain> References: <1167804304.2951.70.camel@localhost.localdomain> Message-ID: <459B4CAE.1060301@tcomeng.com> If you do not have the line in there, it will default to a * character as the first digit. That line goes in the repeater definition section. If you can post your config we can see if it has any other issues. Gary Will Wright wrote: > Gary, > > This is really something new to me. I check my current rpt.conf and two > of my old simplex rpt.conf and the line you described was not there??? > So, I wonder what was making it work before with out the line you > described? Strange, I must say, maybe there's more than one way to > program for prefix characters? or maybe I just don't have it defined. Ok > what section should I place this line below? > >>> funcchar = * ;function lead-in character (defaults to '*') > > What did happen here, I entered these parameters below in [2059]. Trying > to understand what Jim explained in a previous post, but I guest I miss > the boat on that too. > > Did you follow this? And where in rpt.conf does this info goes? I'm > still trying to understand how to talk to my alien controllers hi hi, > hard wired in the circuit with the Asterisk controller. > > Anyway back to the dtmf action. Once I took the info out below and > restarted the Asterisk computer, I regain the dtmf tones and the node is > now responding. > > propagate_dtmf = yes > linktolink = yes > inxlat = #543,#544,0123456789ABCD > outxlat = *7,*0,0123456789#ABCD > > > > > > > > _______________________________________________ > App_rpt mailing list > App_rpt at lists.illiana.net > http://lists.illiana.net/mailman/listinfo/app_rpt From w4wwm at knology.net Wed Jan 3 09:14:42 2007 From: w4wwm at knology.net (Will Wright) Date: Wed, 03 Jan 2007 03:14:42 -0600 Subject: [App_rpt] No DTMF control In-Reply-To: 1167804304.2951.70.camel@localhost.localdomain Message-ID: <1167815683.13520.1.camel@localhost.localdomain> Gary, If you don't mind I would rather send it to you via your e-mail. Is that ok? Thanks Will From niagassas_ang at tellas.gr Fri Jan 5 20:03:46 2007 From: niagassas_ang at tellas.gr (Niagassas Angelos) Date: Fri, 5 Jan 2007 22:03:46 +0200 Subject: [App_rpt] Asterisk App_Rpt Segmentation Fault Message-ID: Hello to the group, I install Asterisk from SVN repository Ver SVN-trunk-r49321 including app_rpt using a TDM400P with 2 FXS daughter boards on a system running Suse-10.1. I wiil use the simplex interface as described at http://www.hamwlan.net/images/FXS-SIMPLEX-RADIO-V2.jpg in order to interconnect 2 simplex UHF radio to create a network. Using information from Francois BERGERET (f6hqz-m at hamwlan.net) and the mailing list I made adjustments to the pertinent files as follows: # zaptel.conf e&m=1-2 loadzone=us defaultzone=us Meaning 2 FXS ports configured as E&M signalling. ;zapata.conf [channels] callwaitingcallerid=no echocancel=yes echocancelwhenbridged=yes echotraining=no relaxdtmf=yes adsi=off usercallerid=yes callgroup=1 pickupgroup=1 group=1 signalling=em_rxtx immediate=yes context=radio1 channel=1 context=radio2 channel=2 Meaning 2 FXS ports signalling = em_rxtx and immediate = yes ;rpt.conf [1999] ; Node ID of remote base rxchannel = Zap/1 ; Rx audio/signalling channel remote = y duplex=0 context=radio1 [1900] rxchannel = Zap/2 remote = y duplex=0 context=radio2 [functions-remote] [telemetry] [morse] [nodes] 1999 = radio1 at 192.168.0.201/1999 1900 = radio2 at 192.168.0.201/1900 [memory] ;extensions.conf [general] static=yes writeprotect=no autofallthrought=yes clearglobalvars=no [globals] [default] [radio1] exten => 1900,1,rpt,1900|D [radio2] exten => 1999,1,rpt,1999|D [radio-secure1] exten => 1900,1,rpt,1900|D exten => 1999,1,rpt,1999|D [radio-secure2] exten => 1900,1,rpt,1900|D exten => 1999,1,rpt,1999|D ;iax.conf [gui] type=friend context=radio-secure1 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes [gui2] type=friend context=radio-secure2 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes ;sip.conf [gui] type=friend context=radio-secure1 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes [gui2] type=friend context=radio-secure2 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes With the above configuration I configure the system. Now calling from a remote PC Using iaxRpt the 1999 node I can connect to the radio and control it turning into transmit mode and receiving as expected !!!!!!!! Calling the 1900 node I have the following indication at the Asterisk console: ... --Executing [1900 at radio-secure1:1] Rpt("IAX2/gui-10", "1900|D") in new stack Segmentation fault Xxxxxx:~ # Questions 1. Is something wrong with node 1900 ? It appears to me totally similar to 1999. 2. In addition I need a method - configuration to have the above 2 nodes interconnected automatically at Asterisk boot (Maybe by using MeetMe). 3. Extending the above requirement same need for remote running Asterisk boxes. Is any one to help me? Thanks in advance. Niagassas Angelos Project Manager Tel. +30 210 4821492 Mob. +30 6977919262 Messenger: niagassas at hotmail.com eMail: niagassas_ang at tellas.gr -------------- next part -------------- An HTML attachment was scrubbed... URL: From f6hqz-m at hamwlan.net Fri Jan 5 21:30:37 2007 From: f6hqz-m at hamwlan.net (f6hqz-m at hamwlan.net) Date: Fri, 5 Jan 2007 22:30:37 +0100 Subject: [App_rpt] RE : Asterisk App_Rpt Segmentation Fault In-Reply-To: Message-ID: Hello Niagassas, I see that you are near to be ok with your project... I hope that you will have success soon. For a connection at starting Asterisk, you can use that : startup_macro = *31234*35678 You must write this into a radio setting block in rpt.conf, as your [1900] node like this : [1900] rxchannel = Zap/2 remote = y duplex=0 context=radio2 startup_macro=*31999 The main problem is to act the PTT at the other station, and for that I don't know how to do, sorry. If the second station could be a repeater in full-duplex, this could be ok, I think that it is no possible between two simplex radio, except if I am wrong (and that's possible). I believe that our friend Jim have to modify his source code a little to have this nice feature (as a transponder). This feature could be interesting for my local case too (bridging 1 VHF + 1 UHF transceivers for crossband transponding). It could be something as using the COR detection to activate all the PTT of the other simplex radio connected together. I think that it is not realy too far to the actual features of app_rpt but I am not a developper. If somebody knows how to do without source mods... About your segmentation fault : what are your Asterisk, Zaptel and app_rpt versions ? Best 73's, F6HQZ, Francois BERGERET. -----Message d'origine----- De : app_rpt-bounces at lists.illiana.net [mailto:app_rpt-bounces at lists.illiana.net] De la part de Niagassas Angelos Envoy? : vendredi 5 janvier 2007 21:04 ? : app_rpt at lists.illiana.net Objet : [App_rpt] Asterisk App_Rpt Segmentation Fault Hello to the group, I install Asterisk from SVN repository Ver SVN-trunk-r49321 including app_rpt using a TDM400P with 2 FXS daughter boards on a system running Suse-10.1. I wiil use the simplex interface as described at http://www.hamwlan.net/images/FXS-SIMPLEX-RADIO-V2.jpg in order to interconnect 2 simplex UHF radio to create a network. Using information from Francois BERGERET (f6hqz-m at hamwlan.net) and the mailing list I made adjustments to the pertinent files as follows: # zaptel.conf e&m=1-2 loadzone=us defaultzone=us Meaning 2 FXS ports configured as E&M signalling. ;zapata.conf [channels] callwaitingcallerid=no echocancel=yes echocancelwhenbridged=yes echotraining=no relaxdtmf=yes adsi=off usercallerid=yes callgroup=1 pickupgroup=1 group=1 signalling=em_rxtx immediate=yes context=radio1 channel=1 context=radio2 channel=2 Meaning 2 FXS ports signalling = em_rxtx and immediate = yes ;rpt.conf [1999] ; Node ID of remote base rxchannel = Zap/1 ; Rx audio/signalling channel remote = y duplex=0 context=radio1 [1900] rxchannel = Zap/2 remote = y duplex=0 context=radio2 [functions-remote] [telemetry] [morse] [nodes] 1999 = radio1 at 192.168.0.201/1999 1900 = radio2 at 192.168.0.201/1900 [memory] ;extensions.conf [general] static=yes writeprotect=no autofallthrought=yes clearglobalvars=no [globals] [default] [radio1] exten => 1900,1,rpt,1900|D [radio2] exten => 1999,1,rpt,1999|D [radio-secure1] exten => 1900,1,rpt,1900|D exten => 1999,1,rpt,1999|D [radio-secure2] exten => 1900,1,rpt,1900|D exten => 1999,1,rpt,1999|D ;iax.conf [gui] type=friend context=radio-secure1 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes [gui2] type=friend context=radio-secure2 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes ;sip.conf [gui] type=friend context=radio-secure1 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes [gui2] type=friend context=radio-secure2 username=gui secret=******** auth=md5 disallow=all allow=gsm notransfer=yes With the above configuration I configure the system. Now calling from a remote PC Using iaxRpt the 1999 node I can connect to the radio and control it turning into transmit mode and receiving as expected !!!!!!!! Calling the 1900 node I have the following indication at the Asterisk console: --Executing [1900 at radio-secure1:1] Rpt(?IAX2/gui-10?, ?1900|D?) in new stack Segmentation fault Xxxxxx:~ # Questions 1. Is something wrong with node 1900 ? It appears to me totally similar to 1999. 2. In addition I need a method - configuration to have the above 2 nodes interconnected automatically at Asterisk boot (Maybe by using MeetMe). 3. Extending the above requirement same need for remote running Asterisk boxes. Is any one to help me? Thanks in advance. Niagassas Angelos Project Manager Tel. +30 210 4821492 Mob. +30 6977919262 Messenger: niagassas at hotmail.com eMail: niagassas_ang at tellas.gr -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric.fort at gmail.com Mon Jan 22 04:49:16 2007 From: eric.fort at gmail.com (Eric Fort) Date: Sun, 21 Jan 2007 20:49:16 -0800 Subject: [App_rpt] what do I need to setup a node Message-ID: <2ad2af430701212049x72b2a3d2x7e1517a2608355c1@mail.gmail.com> Here's what I've collected so far to set up a node (maybe 2 if I can find another site): 1 2.4Ghz P4 computer (maybe 2 or more) running linux. 3 Digium TDM400 cards populated with 5 FXO and 5 FXS interfaces internet connectivity (dsl or T! at node sites and the colo facility I have rackspace in if I need a reflector - need hosting?) 1 FT-817/FT-857/FT-897 pots connectivity at most locations. VoIP account as necessary I know I need a few arib boards but how do they compare to http://www.hamwlan.net/images/FXS-SIMPLEX-RADIO-V2.jpg What else do I need? What could I put up? the simplex vs duplex thing has me a bit confused. my experience with true duplex is in a linked system where if 2 people talk at once you hear both and cross band monitoring of my own transmissions I'd like to put up a HF/VHF/UHF remote, maybe 2 that can be configured to linn between different bands and modes a static way in by radio fixed frequency, maybe a repeater but I don't expect great coverage in these locations (linking from them is possible though) other things? possible node locations include: phelan pomona irvine wilmington downtown Los Angeles Telecom hotel (difficult to attach radio ports here but maybe a good place to interlink with IRLP/EchoLink/SkypeLink) I'd like to get building soon. Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Mon Jan 22 17:10:10 2007 From: telesistant at hotmail.com (Jim Duuuude) Date: Mon, 22 Jan 2007 09:10:10 -0800 Subject: [App_rpt] what do I need to setup a node In-Reply-To: <2ad2af430701212049x72b2a3d2x7e1517a2608355c1@mail.gmail.com> Message-ID: To do duplex (implement a repeater system), you need 2 FXS ports on a TDM400 and and a QRV ARIB board. The French board does not support full duplex operation. To do simplex (such as a remote base), you need 1 FXS port on a TDM400 and an ARIB board. The french board does support this mode of operation. As far as ARIB boards go, I, personally, have no experience with the French one, but since you are local, and you are interested in building one yourself, our ARIB cards are available as blank boards for $10 each. Its hard to go wrong. So, with 5 FXS ports, you have enough to run 2 repeaters and a remote, or 1 repeater and 3 remotes or 5 remotes and no repeaters. >From: "Eric Fort" >Reply-To: Asterisk Repeater Controler >To: "Asterisk Repeater Controler" >Subject: [App_rpt] what do I need to setup a node >Date: Sun, 21 Jan 2007 20:49:16 -0800 >MIME-Version: 1.0 >Received: from lists.illiana.net ([64.212.212.35]) by >bay0-mc8-f2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sun, 21 >Jan 2007 20:49:28 -0800 >Received: (qmail 9886 invoked from network); 22 Jan 2007 04:49:26 -0000 >Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by 0 with SMTP; 22 >Jan 2007 04:49:26 -0000 >Received: (qmail 9870 invoked from network); 22 Jan 2007 04:49:22 -0000 >Received: from nz-out-0506.google.com (64.233.162.234)by 0 with SMTP; 22 >Jan 2007 04:49:22 -0000 >Received: by nz-out-0506.google.com with SMTP id f1so814786nzcfor >; Sun, 21 Jan 2007 20:49:17 -0800 (PST) >Received: by 10.65.38.13 with SMTP id q13mr6764551qbj.1169441356929;Sun, 21 >Jan 2007 20:49:16 -0800 (PST) >Received: by 10.65.11.12 with HTTP; Sun, 21 Jan 2007 20:49:16 -0800 (PST) >X-Message-Info: LsUYwwHHNt0nqjQalAzhfvtXOcMkvzeZwmCL/DLWzHQ= >Return-Path: >Delivered-To: mailman-app_rpt at lists.illiana.net >DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; >s=beta;h=received:message-id:date:from:to:subject:mime-version:content-type;b=Nm4a/hB06y+lX5nlXhA/AMn/xi0+hJdp5ReEe29m02h9JSQYrAjK+47lc4RClmXGBwkLuLErMK/VpzPipBIVgSz2FHA7UZWamXrVAAKFWLQKpJjaxCR3v3H2owbk7jEYnwAW1E2GZwWVt0Pyh50MXpGxZoNElwMSWqRd3rdtkpY= >X-BeenThere: app_rpt at lists.illiana.net >X-Mailman-Version: 2.1.6 >Precedence: list >List-Id: Asterisk Repeater Controler >List-Unsubscribe: >, >List-Archive: >List-Post: >List-Help: >List-Subscribe: >, >Errors-To: app_rpt-bounces at lists.illiana.net >X-OriginalArrivalTime: 22 Jan 2007 04:49:28.0580 (UTC) >FILETIME=[B2D7BC40:01C73DE0] > >Here's what I've collected so far to set up a node (maybe 2 if I can find >another site): > >1 2.4Ghz P4 computer (maybe 2 or more) running linux. >3 Digium TDM400 cards populated with 5 FXO and 5 FXS interfaces >internet connectivity (dsl or T! at node sites and the colo facility I have >rackspace in if I need a reflector - need hosting?) >1 FT-817/FT-857/FT-897 >pots connectivity at most locations. >VoIP account as necessary > >I know I need a few arib boards but how do they compare to >http://www.hamwlan.net/images/FXS-SIMPLEX-RADIO-V2.jpg > >What else do I need? > >What could I put up? the simplex vs duplex thing has me a bit confused. >my >experience with true duplex is in a linked system where if 2 people talk at >once you hear both and cross band monitoring of my own transmissions > >I'd like to put up a HF/VHF/UHF remote, maybe 2 that can be configured to >linn between different bands and modes > >a static way in by radio fixed frequency, maybe a repeater but I don't >expect great coverage in these locations (linking from them is possible >though) > >other things? > > >possible node locations include: > >phelan >pomona >irvine >wilmington >downtown Los Angeles Telecom hotel (difficult to attach radio ports here >but >maybe a good place to interlink with IRLP/EchoLink/SkypeLink) > > >I'd like to get building soon. > >Eric >_______________________________________________ >App_rpt mailing list >App_rpt at lists.illiana.net >http://lists.illiana.net/mailman/listinfo/app_rpt From telesistant at hotmail.com Mon Jan 22 17:13:28 2007 From: telesistant at hotmail.com (Jim Duuuude) Date: Mon, 22 Jan 2007 09:13:28 -0800 Subject: [App_rpt] what do I need to setup a node In-Reply-To: <2ad2af430701212049x72b2a3d2x7e1517a2608355c1@mail.gmail.com> Message-ID: also, it might be a good idea to put a repeater system locally (like at your home) for a while, even if its not a great location, so that you can sort of "live with it" for a while, and become much more familiar with it that way. >From: "Eric Fort" >Reply-To: Asterisk Repeater Controler >To: "Asterisk Repeater Controler" >Subject: [App_rpt] what do I need to setup a node >Date: Sun, 21 Jan 2007 20:49:16 -0800 >MIME-Version: 1.0 >Received: from lists.illiana.net ([64.212.212.35]) by >bay0-mc8-f2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sun, 21 >Jan 2007 20:49:28 -0800 >Received: (qmail 9886 invoked from network); 22 Jan 2007 04:49:26 -0000 >Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by 0 with SMTP; 22 >Jan 2007 04:49:26 -0000 >Received: (qmail 9870 invoked from network); 22 Jan 2007 04:49:22 -0000 >Received: from nz-out-0506.google.com (64.233.162.234)by 0 with SMTP; 22 >Jan 2007 04:49:22 -0000 >Received: by nz-out-0506.google.com with SMTP id f1so814786nzcfor >; Sun, 21 Jan 2007 20:49:17 -0800 (PST) >Received: by 10.65.38.13 with SMTP id q13mr6764551qbj.1169441356929;Sun, 21 >Jan 2007 20:49:16 -0800 (PST) >Received: by 10.65.11.12 with HTTP; Sun, 21 Jan 2007 20:49:16 -0800 (PST) >X-Message-Info: LsUYwwHHNt0nqjQalAzhfvtXOcMkvzeZwmCL/DLWzHQ= >Return-Path: >Delivered-To: mailman-app_rpt at lists.illiana.net >DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; >s=beta;h=received:message-id:date:from:to:subject:mime-version:content-type;b=Nm4a/hB06y+lX5nlXhA/AMn/xi0+hJdp5ReEe29m02h9JSQYrAjK+47lc4RClmXGBwkLuLErMK/VpzPipBIVgSz2FHA7UZWamXrVAAKFWLQKpJjaxCR3v3H2owbk7jEYnwAW1E2GZwWVt0Pyh50MXpGxZoNElwMSWqRd3rdtkpY= >X-BeenThere: app_rpt at lists.illiana.net >X-Mailman-Version: 2.1.6 >Precedence: list >List-Id: Asterisk Repeater Controler >List-Unsubscribe: >, >List-Archive: >List-Post: >List-Help: >List-Subscribe: >, >Errors-To: app_rpt-bounces at lists.illiana.net >X-OriginalArrivalTime: 22 Jan 2007 04:49:28.0580 (UTC) >FILETIME=[B2D7BC40:01C73DE0] > >Here's what I've collected so far to set up a node (maybe 2 if I can find >another site): > >1 2.4Ghz P4 computer (maybe 2 or more) running linux. >3 Digium TDM400 cards populated with 5 FXO and 5 FXS interfaces >internet connectivity (dsl or T! at node sites and the colo facility I have >rackspace in if I need a reflector - need hosting?) >1 FT-817/FT-857/FT-897 >pots connectivity at most locations. >VoIP account as necessary > >I know I need a few arib boards but how do they compare to >http://www.hamwlan.net/images/FXS-SIMPLEX-RADIO-V2.jpg > >What else do I need? > >What could I put up? the simplex vs duplex thing has me a bit confused. >my >experience with true duplex is in a linked system where if 2 people talk at >once you hear both and cross band monitoring of my own transmissions > >I'd like to put up a HF/VHF/UHF remote, maybe 2 that can be configured to >linn between different bands and modes > >a static way in by radio fixed frequency, maybe a repeater but I don't >expect great coverage in these locations (linking from them is possible >though) > >other things? > > >possible node locations include: > >phelan >pomona >irvine >wilmington >downtown Los Angeles Telecom hotel (difficult to attach radio ports here >but >maybe a good place to interlink with IRLP/EchoLink/SkypeLink) > > >I'd like to get building soon. > >Eric >_______________________________________________ >App_rpt mailing list >App_rpt at lists.illiana.net >http://lists.illiana.net/mailman/listinfo/app_rpt From eric.fort at gmail.com Sun Jan 28 15:49:05 2007 From: eric.fort at gmail.com (Eric Fort) Date: Sun, 28 Jan 2007 07:49:05 -0800 Subject: [App_rpt] arib board Message-ID: <2ad2af430701280749o32a50829rc13733bc79afb3d7@mail.gmail.com> I'm about ready to build some arib boards. the question I have is how many? if I have a port I'm using as a remote base it seems obvious that I should only need one, but if I'm using 2 ports in full duplex operation, haw many boards do I need? -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Sun Jan 28 16:33:01 2007 From: telesistant at hotmail.com (Jim Duuuude) Date: Sun, 28 Jan 2007 08:33:01 -0800 Subject: [App_rpt] arib board In-Reply-To: <2ad2af430701280749o32a50829rc13733bc79afb3d7@mail.gmail.com> Message-ID: If you are talking about the QRV one (the one that we put out) then you only need 1 per system regardless of whether its half or full duplex. As far as the French one goes, if you were going to use it for full duplex, if it even works that way, which I guess it should if you hook them up correctly, then you would need 2 of them for a single full duplex system. >From: "Eric Fort" >Reply-To: Asterisk Repeater Controler >To: "Asterisk Repeater Controler" >Subject: [App_rpt] arib board >Date: Sun, 28 Jan 2007 07:49:05 -0800 >MIME-Version: 1.0 >Received: from marauder.illiana.net ([64.212.212.35]) by >bay0-mc7-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sun, >28 Jan 2007 07:49:17 -0800 >Received: (qmail 13958 invoked by uid 1484); 28 Jan 2007 15:49:15 -0000 >Received: from 127.0.0.1 by marauder (envelope-from >, uid 71) with qmail-scanner-2.01 >(clamdscan: 0.84/2481. Clear:RC:1(127.0.0.1):. Processed in 0.055925 >secs); 28 Jan 2007 15:49:15 -0000 >Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by 0 with SMTP; 28 >Jan 2007 15:49:15 -0000 >Received: (qmail 13870 invoked by uid 1484); 28 Jan 2007 15:49:09 -0000 >Received: from 64.233.162.232 by marauder (envelope-from >,uid 71) with qmail-scanner-2.01 (clamdscan: >0.84/2481. Clear:RC:0(64.233.162.232):. Processed in 0.080332 secs); 28 >Jan 2007 15:49:09 -0000 >Received: from nz-out-0506.google.com (64.233.162.232)by 0 with SMTP; 28 >Jan 2007 15:49:09 -0000 >Received: by nz-out-0506.google.com with SMTP id f1so1051567nzcfor >; Sun, 28 Jan 2007 07:49:05 -0800 (PST) >Received: by 10.65.43.17 with SMTP id v17mr8094654qbj.1169999345362;Sun, 28 >Jan 2007 07:49:05 -0800 (PST) >Received: by 10.64.253.2 with HTTP; Sun, 28 Jan 2007 07:49:05 -0800 (PST) >X-Message-Info: LsUYwwHHNt3CIxEzrhTTIFeEHqxCDY4nQwFyC4EO0Bw= >Return-Path: >Delivered-To: mailman-app_rpt at lists.illiana.net >DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; >s=beta;h=received:message-id:date:from:to:subject:mime-version:content-type;b=MhXw+OMOkRxvBLIlIBcNvMa9nqxrtB9vZef9P4PDH1FGNg6PD3sKu+ewDPP5gPoYg5Z5YD3V7of86b9WfvNeqDrDhE/drSU029hDDZPMxFLJ8EHCVRP6nZTs98yZyTn42ByDlOtQgOxP7K1OQdPtFKYktbRdhs6ucpoA5M5owJQ= >X-BeenThere: app_rpt at lists.illiana.net >X-Mailman-Version: 2.1.6 >Precedence: list >List-Id: Asterisk Repeater Controler >List-Unsubscribe: >, >List-Archive: >List-Post: >List-Help: >List-Subscribe: >, >Errors-To: app_rpt-bounces at lists.illiana.net >X-OriginalArrivalTime: 28 Jan 2007 15:49:17.0822 (UTC) >FILETIME=[DE5929E0:01C742F3] > >I'm about ready to build some arib boards. the question I have is how >many? if I have a port I'm using as a remote base it seems obvious that I >should only need one, but if I'm using 2 ports in full duplex operation, >haw >many boards do I need? >_______________________________________________ >App_rpt mailing list >App_rpt at lists.illiana.net >http://lists.illiana.net/mailman/listinfo/app_rpt