# This file contains configuration information for the Doorphone manager
# Should be placed under /etc/default

# SIP URI of local account
# SIP_ID="sip:0123456789@provider.net"

# The registrar URI
# SIP_REGISTRAR="sip:provider.net"

# Authentification credential for SIP account
# SIP_REALM is usually set to "*" (default value)
# SIP_REALM="*"
# SIP_USERNAME="0123456789"
# SIP_PASSWORD="mysecretpassword"

# The SIP registration refresh interval in seconds. Default value is 300.
# SIP_REG_TIMEOUT=1800

# Remote SIP URI
# SIP_DEST_URI="sip:111111111@provider.net;user=phone"
# SIP_DEST_URI="sip:user@provider.net;transport=udp"

# Call timeout in seconds. The call automatically hangs up after expiration.
# Default value is 120
# CALL_TIMEOUT=120
