Skip to content

Commit

Permalink
Merge branch 'master' into v0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsec committed Mar 31, 2023
2 parents 020edd1 + e958e2e commit 8d4759c
Show file tree
Hide file tree
Showing 10 changed files with 513 additions and 164 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug Report
about: Report unexpected program behavior to help us improve
title: "[BUG] Your Issue Name Here"
labels: bug, needs validation
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.
Add any applicable logs as well; such as an `dsiprouter.log`, or `kamailio.log`, etc...

**Server Info:**
- OS: *output from* `uname -a`
- Distro: *output from* `cat /etc/os-release`
- dSIPRouter Version: *output from* `dsiprouter version`
*If not on a release version include the branch name and last commit id*
- Kamailio Version: *output from* `kamailio -v`
- RTPengine Version: *output from* `rtpengine -v`
- Python Package Versions: *if applicable, include output from* `python3 -m pip freeze`

**Client Info:**
- Device: *e.g. Polycom VVX 350, Lenovo Thinkpad X1, ..*
- OS: *e.g. Windows 11, Ubuntu 22.04, ..*
- Client Software: *e.g. Mozilla Firefox 103.0, Zoiper 5.5.13, ..*

**Additional context**
Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: dSIPRouter Community Slack
url: https://dsiproutercommunity.slack.com/
about: Community hangout where questions can be asked and answered.
- name: dOpenSource Official Support
url: https://dopensource.com/shop/
about: Official support and addons can be purchased here.

0 comments on commit 8d4759c

Please sign in to comment.