mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
751 B
41 lines
751 B
#
|
|
#
|
|
# Registrations at SIP registrar,
|
|
# refreshed if necessary.
|
|
#
|
|
#
|
|
# See also proxy_sticky_auth configuration in sems.conf
|
|
# for some (broken) registrars.
|
|
|
|
#domain=mydomain.net
|
|
#user=myuser
|
|
#pwd=verysecret
|
|
# optional (defaults to user):
|
|
#display_name=myuser
|
|
#auth_user=myuser
|
|
# optional (defaults to resolved by domain):
|
|
#proxy=sip:sip.mydomain.net:5060
|
|
# optional (default to <user>@<publicip/localip>):
|
|
#contact=sip:myuser@10.0.0.2
|
|
|
|
#
|
|
# For multiple registrations add more entries
|
|
#
|
|
#domain1=iptel.org
|
|
#user1=xyz
|
|
#pwd1=ppp
|
|
# optional:
|
|
#display_name1=xyz
|
|
#auth_user1=xyz
|
|
#proxy1=sip:sip.iptel.org:5060
|
|
#contact1=sip:xyz@10.0.0.3
|
|
|
|
#domain2=iptel.org
|
|
#user2=xyz
|
|
#pwd2=ppp
|
|
# optional:
|
|
#display_name2=xyz
|
|
#auth_user2=xyz
|
|
#proxy2=sip:sip.iptel.org:5060
|
|
|