[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jan 6 09:49:05 CST 2012


branch "master" has been updated
       via  905620fd71c99fe276ebc6ed0922af49ae0a89af (commit)
       via  40f4ca9d7b8ef7b9a53bf8f94332080abf1bbe64 (commit)
      from  b046455173036ccce22886697ea423c091323fd9 (commit)

Summary of changes:
 config/Sip.config |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 905620fd71c99fe276ebc6ed0922af49ae0a89af
Merge: 40f4ca9 b046455
Author: Mark Michelson <mmichelson at digium.com>
Date:   Fri Jan 6 09:50:39 2012 -0600

    Merge branch 'master' of git.asterisk.org:asterisk-scf/release/sip


commit 40f4ca9d7b8ef7b9a53bf8f94332080abf1bbe64
Author: Mark Michelson <mmichelson at digium.com>
Date:   Fri Jan 6 08:57:24 2012 -0600

    Add some missing config options into Sip.config

diff --git a/config/Sip.config b/config/Sip.config
index e72b415..b14323a 100644
--- a/config/Sip.config
+++ b/config/Sip.config
@@ -19,6 +19,10 @@ type=transport-udp
 host=::1
 port=5061
 
+# The following two sections are identities. Configuring
+# identities in sections like this allows for you to assign
+# multiple identities to a single endpoint or share the same
+# identity amongst multiple endpoints easily.
 [bob-bar-office]
 type=identity
 name='robert bar (office)'
@@ -71,6 +75,20 @@ tlstimeout=0
 # TLS protocol method to use (valid options are unspecified, tlsv1, sslv2, sslv3, sslv23)
 #tlsprotocolmethod=tlsv1
 
+# The following section defines an outbound registration. The parameters
+# can be associated with an endpoint in the endpoint's configuration section.
+[bob-registration]
+type=registration
+# The address of record for which contacts are being bound
+aor=<sip:bob at 10.24.18.244>
+# Contacts to bind to this address of record. The composition is
+# contact/expiration
+# Multiple contacts can be specified by separating with commas
+contacts=<sip:2000 at 10.24.20.249>/60
+# Default expiration value. This is the expiration that will be used for any
+# contacts for which no explicit value was set.
+expiration=60
+
 # Example of a SIP endpoint configuration
 [bob]
 # A type of endpoint specifies this section is for a SIP endpoint
@@ -144,6 +162,14 @@ ids=bob-bar-office,bob-bar-cell
 #
 # enableturn=false
 
+# Reference to outbound registrations. Separate multiple registrations with commas
+# registrations = bob-registration
+
+# The type of DTMF to use for this device
+# Allowable types are "info" "rfc4733" or "inband"
+# Note that currently inband is not implemented
+# dtmfmethod=rfc4733
+
 #
 # Example of configuring a STUN server for NAT handling.
 #

-----------------------------------------------------------------------


-- 
asterisk-scf/release/sip.git



More information about the asterisk-scf-commits mailing list