Skip to content

Set rtpp_bind_local_avp. #689

Set rtpp_bind_local_avp.

Set rtpp_bind_local_avp. #689

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Alice->SSUT->Bob
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
# branches: [ master ]
pull_request:
# branches: [ master ]
release:
types: [created]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: "30 0 * * 0"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# Alice->OpenSIPS->Bob
opensips:
uses: ./.github/workflows/.main.yml
with:
mm-type: 'opensips'
mm-repo: 'https://github.com/sippy/opensips.git'
mm-branch: ${{ matrix.mm-branch }}
rtppc-type: ${{ matrix.rtppc-type }}
artifact-files: 'opensips.cfg'
strategy:
fail-fast: false
matrix:
mm-branch: ['pr_rtpproxy_bind_local']
rtppc-type: ['unix', 'udp', 'udp6', 'tcp', 'tcp6']