From eric.fort at gmail.com Sun May 13 10:47:31 2007 From: eric.fort at gmail.com (Eric Fort) Date: Sun, 13 May 2007 03:47:31 -0700 Subject: [App_rpt] app_rpt phone patch Message-ID: <2ad2af430705130347u559bcdbftb1f7deb536efd645@mail.gmail.com> When a phone patch is established in app_rpt how is keying of the radio handled...vox, dtmf, what? can a full duplex connection (i.e. telephone) be connected with a half duplex (ie remote base radio) device? How does the signal flow for this work? What determines keying? Eric From kd6lfw at peret.net Sun May 13 14:26:25 2007 From: kd6lfw at peret.net (Bob Peret) Date: Sun, 13 May 2007 10:26:25 -0400 Subject: [App_rpt] app_rpt phone patch In-Reply-To: <2ad2af430705130347u559bcdbftb1f7deb536efd645@mail.gmail.com> References: <2ad2af430705130347u559bcdbftb1f7deb536efd645@mail.gmail.com> Message-ID: <46472011.7080600@peret.net> Eric, I think this is how it works: If extensions.conf has an entry specifying the "D" mode, then the phone patch connection is always "key down". This would be used for a full duplex repeater. If the entry puts the phone in "P" mode then the phone user has to issue a control op-6 to enable the PTT of "key down". Below are some snippets from these files. Hope this helps. Bob Peret KD6LFW -----extensions.conf ------- [extensions] ;this is list of extensions for the halibut exten => 201,1,rpt(2058|P) exten => 201,2,Congestion exten => 202,1,rpt(2058|D) exten => 202,2,Congestion ----rpt.conf ------ 6=autopatchup ; Autopatch up 0=autopatchdn ; Autopatch down 88=cop,6 ; Remote base telephone key ----------------------- ------------=app_rpt.c ------------------ " P - Phone Control mode. This allows a regular phone user to have\n" " full control and audio access to the radio system. For the\n" " user to have DTMF control, the 'phone_functions' parameter\n" " must be specified for the node in 'rpt.conf'. An additional\n" " function (cop,6) must be listed so that PTT control is available.\n" "\n" " D - Dumb Phone Control mode. This allows a regular phone user to\n" " have full control and audio access to the radio system. In this\n" " mode, the PTT is activated for the entire length of the call.\n" " For the user to have DTMF control (not generally recomended in\n" " this mode), the 'dphone_functions' parameter must be specified\n" " for the node in 'rpt.conf'. Otherwise no DTMF control will be\n" " available to the phone user.\n" " ------------------------------------------- Eric Fort wrote: > When a phone patch is established in app_rpt how is keying of the > radio handled...vox, dtmf, what? can a full duplex connection (i.e. > telephone) be connected with a half duplex (ie remote base radio) > device? How does the signal flow for this work? What determines > keying? > > Eric > _______________________________________________ > App_rpt mailing list > App_rpt at lists.illiana.net > http://lists.illiana.net/mailman/listinfo/app_rpt > > > From hwstar at rodgers.sdcoxmail.com Sun May 13 15:40:52 2007 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Sun, 13 May 2007 08:40:52 -0700 Subject: [App_rpt] app_rpt phone patch In-Reply-To: <2ad2af430705130347u559bcdbftb1f7deb536efd645@mail.gmail.com> References: <2ad2af430705130347u559bcdbftb1f7deb536efd645@mail.gmail.com> Message-ID: <46473184.4000409@rodgers.sdcoxmail.com> Eric, We'd never ever use VOX for anything in app_rpt! For a reverse patch there is a DTMF keying command. Take a look at the rpt.conf file, they are defined in there. When you send the keyintg command, the system will stay keyed until you send #. Steve. Eric Fort wrote: > When a phone patch is established in app_rpt how is keying of the > radio handled...vox, dtmf, what? can a full duplex connection (i.e. > telephone) be connected with a half duplex (ie remote base radio) > device? How does the signal flow for this work? What determines > keying? > > Eric > _______________________________________________ > App_rpt mailing list > App_rpt at lists.illiana.net > http://lists.illiana.net/mailman/listinfo/app_rpt > From f6hqz-m at hamwlan.net Sun May 13 16:24:49 2007 From: f6hqz-m at hamwlan.net (f6hqz-m at hamwlan.net) Date: Sun, 13 May 2007 18:24:49 +0200 Subject: [App_rpt] DTMF are not decoded from radio to Voicemail In-Reply-To: <46473184.4000409@rodgers.sdcoxmail.com> Message-ID: Hi men, Regarding Asterisk TRUNK branch. I have an issue when consulting Voicemails from an handy transceiver. After having entered *6 and the VoicemailManager extension number, I have access to the VoicemailManager (normal way). But, the VoicemailManager doesn't decode any of my DTMF tones and I can't give any instruction :-( Have I missed some parameter into the rpt.conf file ? Thanks for any help. 73, F6HQZ, Francois BERGERET. See an extract of my rpt.conf file for this repeater : [001] rxchannel = Zap/5 duplex = 2 functions = functions-repeater tonezone = fr context = HAMWLAN callerid = "RPT CH1" idrecording = f8kdx accountcode=RADIO funcchar = * endchar = # hangtime=1000 totime=100000 idtime=30000 politeid=30000 [functions-repeater] 1=ilink,1 2=ilink,2 3=ilink,3 4=ilink,4 7=ilink,5 80=status,1 81=status,2 82=status,3 6=autopatchup 0=autopatchdn 90=cop,1 91=cop,2 92=cop,3 99=cop,4 [nodes] 001 = allstar at 127.0.0.1/001 From f6hqz-m at hamwlan.net Sun May 13 16:27:18 2007 From: f6hqz-m at hamwlan.net (f6hqz-m at hamwlan.net) Date: Sun, 13 May 2007 18:27:18 +0200 Subject: [App_rpt] DTMF paging Message-ID: Hi the list, I want to check if any of you have tempted to send DTMF pages through Asterisk to a radio equiped of a DTMF decoder. The idea is to add a 3 DTMF digits page to close all radio loudspeakers and 3 more DTMF digits to link only one handy in the radio fleet, just after to have bridged a telephone call to a repeater . The "Dial" Asterisk command permits that for other channels than chan_rpt but I don't see how to do that to the radio channel with the RPT command. Any idea ? Best 73's, F6HQZ, Francois BERGERET. From eric.fort at gmail.com Tue May 22 14:50:07 2007 From: eric.fort at gmail.com (Eric Fort) Date: Tue, 22 May 2007 07:50:07 -0700 Subject: [App_rpt] linking, unlinking, and status Message-ID: <2ad2af430705220750j6df8ef23p98e59b6d54edfa18@mail.gmail.com> When using a local node how can I query what nodes I'm presently connected to and bring nodes on or off link as necessary? what is the philosophy of allstar link when it comes to user control at this level? Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From hwstar at rodgers.sdcoxmail.com Wed May 23 16:54:58 2007 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Wed, 23 May 2007 09:54:58 -0700 Subject: [App_rpt] Test message Message-ID: <465471E2.40809@rodgers.sdcoxmail.com> This is a test, please ignore. Steve.