Skip to content

Commit

Permalink
fix(sip-jibri): add the missing quotes in template
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Aug 20, 2024
1 parent 1f26c04 commit 11b1ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sip-jibri/rootfs/defaults/pjsua.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
--id "{{ .Env.SIP_ID }}"
{{ end -}}
{{ if .Env.SIP_CONTACT -}}
--contact {{ .Env.SIP_CONTACT }}
--contact "{{ .Env.SIP_CONTACT }}"
{{ end -}}
{{ if .Env.SIP_REGISTRAR -}}
--registrar {{ .Env.SIP_REGISTRAR }}
--registrar "{{ .Env.SIP_REGISTRAR }}"
{{ end -}}
{{ if .Env.SIP_REALM -}}
--realm={{ .Env.SIP_REALM }}
Expand Down

0 comments on commit 11b1ad0

Please sign in to comment.