Forum Replies Created
-
AuthorPosts
-
haydenUser
so the ‘new’ setting you want is IDENT_ONLY_AFTER_TX as documented here svxlink.org/doc/man/man5/svxlink.conf.5.html
assuming you are running repeater logic not simplex, you edit this file
/includes/classes/SVXLink.php#L205
public function build_logic_repeater($logicName,$curPort) {
scroll down to and add this new setting:
$logic_array[$logicName] += [
‘EVENT_HANDLER’ => ‘/usr/share/svxlink/events.tcl’,
‘DEFAULT_LANG’ => ‘en_US’,
‘RGR_SOUND_DELAY’ => ‘1’,
‘REPORT_CTCSS’ => $this->settingsArray[‘rxTone’],
‘TX_CTCSS’ => ‘ALWAYS’,
‘MACROS’ => ‘Macros’,
‘FX_GAIN_NORMAL’ => ‘0’,
‘FX_GAIN_LOW’ => ‘-12’,
‘IDLE_TIMEOUT’ => ‘1’,
‘OPEN_ON_SQL’ => ‘1’,
‘OPEN_SQL_FLANK’ => ‘OPEN’,
‘IDLE_SOUND_INTERVAL’ => ‘0’,
‘IDENT_ONLY_AFTER_TX’ => ‘1’,
];then do the save and regenerate config via admin and check if your /etc/openrepeater/svxlink/svxlink.conf has it in there
haydenUserI can guide you through the patch if you want ? It is very easy.
haydenUserhttps://openrepeater.com/knowledgebase/topic/custom-svxlink-configuration @David if you look there, near the end there is provision for adding custom svxlink config settings and not having them overwritten by openrepeater.
haydenUserThanks, you really have done a lot. Im new here too, first time svx and orp user. Ask if one is not provided for an invite into the slack group.
haydenUser/knowledgebase/topic/custom-svxlink-configuration @David if you look there, near the end there is provision for adding custom svxlink config settings and not having them overwritten by openrepeater.
haydenUserI still have my invitation from sign up here, so i joined the slack group.
haydenUserI also just noticed there are more modules available at git hub than listed on the website index.
haydenUserIm wanting this feature so will try this if its not released by the time I need it. Im a programmer so can help.
haydenUserHi, broken for me too. Also not sure if related or deliberate or not, but I couldnt find any links to the modules page on the website here. Only via a link in the OR admin.
-
AuthorPosts