From bcaca663058fc0a7e7febf6c6c856b009c3dd877 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 22:28:03 -0500 Subject: more config files --- dot_baresip/accounts.tmpl | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dot_baresip/accounts.tmpl (limited to 'dot_baresip') diff --git a/dot_baresip/accounts.tmpl b/dot_baresip/accounts.tmpl new file mode 100644 index 0000000..acf8dcb --- /dev/null +++ b/dot_baresip/accounts.tmpl @@ -0,0 +1,36 @@ +# +# SIP accounts - one account per line +# +# Displayname ;addr-params +# +# uri-params: +# ;transport={udp,tcp,tls} +# +# addr-params: +# ;answermode={manual,early,auto} +# ;audio_codecs=opus/48000/2,pcma,... +# ;auth_user=username +# ;auth_pass=password +# ;call_transfer=no +# ;mediaenc={srtp,srtp-mand,srtp-mandf,dtls_srtp,zrtp} +# ;medianat={stun,turn,ice} +# ;mwi=no +# ;outbound="sip:primary.example.com;transport=tcp" +# ;outbound2=sip:secondary.example.com +# ;ptime={10,20,30,40,...} +# ;regint=3600 +# ;pubint=0 (publishing off) +# ;regq=0.5 +# ;sipnat={outbound} +# ;stunuser=STUN/TURN/ICE-username +# ;stunpass=STUN/TURN/ICE-password +# ;stunserver=stun:[user:pass]@host[:port] +# ;video_codecs=h264,h263,... +# +# Examples: +# +# ;auth_pass=secret +# ;auth_pass=secret +# ;auth_pass=secret +# +;auth_pass={{ .password.sdfsip }} -- cgit v1.2.3