initial commit
This commit is contained in:
commit
0024f44c80
34 changed files with 1991 additions and 0 deletions
38
etc-template/baresip/accounts
Normal file
38
etc-template/baresip/accounts
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
#
|
||||
# SIP accounts - one account per line
|
||||
#
|
||||
# Displayname <sip:user@domain;uri-params>;addr-params
|
||||
#
|
||||
# uri-params:
|
||||
# ;transport={udp,tcp,tls}
|
||||
#
|
||||
# addr-params:
|
||||
# ;answermode={manual,early,auto}
|
||||
# ;audio_codecs=opus/48000/2,pcma,...
|
||||
# ;audio_source=alsa,default
|
||||
# ;audio_player=alsa,default
|
||||
# ;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:
|
||||
#
|
||||
# <sip:user@domain.com;transport=tcp>;auth_pass=secret
|
||||
# <sip:user@1.2.3.4;transport=tcp>;auth_pass=secret
|
||||
# <sip:user@[2001:df8:0:16:216:6fff:fe91:614c]:5070;transport=tcp>;auth_pass=secret
|
||||
#
|
||||
#<sip:bit@domain>;auth_pass=PASSWORD
|
||||
Loading…
Add table
Add a link
Reference in a new issue