Skip to content

Commit

Permalink
refactor(sip-jibri): add SIP_CONTACT as env
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Aug 20, 2024
1 parent 8e15874 commit 1f26c04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sip-jibri/rootfs/defaults/pjsua.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@
{{ if .Env.SIP_ID -}}
--id "{{ .Env.SIP_ID }}"
{{ end -}}
{{ if .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 1f26c04

Please sign in to comment.