Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Repeater ID ONLY after uses transmit #3474
    hayden
    User

    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

    in reply to: Repeater ID ONLY after uses transmit #3470
    hayden
    User

    I can guide you through the patch if you want ? It is very easy.

    in reply to: Repeater ID ONLY after uses transmit #3446
    hayden
    User

    https://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.

    in reply to: SVXLink SVXReflector and SVXPortal #3451
    hayden
    User

    Thanks, 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.

    in reply to: Repeater ID ONLY after uses transmit #3449
    hayden
    User

    /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.

    in reply to: Repeater ID ONLY after uses transmit #3444
    hayden
    User

    I still have my invitation from sign up here, so i joined the slack group.

    in reply to: Module Downloads Appear Broken #3441
    hayden
    User

    I also just noticed there are more modules available at git hub than listed on the website index.

    in reply to: Repeater ID ONLY after uses transmit #3440
    hayden
    User

    Im wanting this feature so will try this if its not released by the time I need it. Im a programmer so can help.

    in reply to: Module Downloads Appear Broken #3438
    hayden
    User

    Hi, 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.

Viewing 9 posts - 1 through 9 (of 9 total)