initial commit
This commit is contained in:
commit
0024f44c80
34 changed files with 1991 additions and 0 deletions
18
etc-template/baresip/contacts
Normal file
18
etc-template/baresip/contacts
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# SIP contacts
|
||||
#
|
||||
# Displayname <sip:user@domain>;addr-params
|
||||
#
|
||||
# addr-params:
|
||||
# ;presence={none,p2p}
|
||||
# ;access={allow,block}
|
||||
#
|
||||
|
||||
|
||||
"Echo Server" <sip:echo@creytiv.com>
|
||||
"bit" <sip:bit@domain>;presence=p2p
|
||||
|
||||
# Access rules
|
||||
#"Catch All" <sip:*@*>;access=block
|
||||
"Good Friend" <sip:good@friend.com>;access=allow
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue