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
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@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt
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@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt
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" <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@127.0.0.1/001
participants (4)
-
Bob Peret -
Eric Fort -
f6hqz-m@hamwlan.net -
Stephen Rodgers