[svn-commits] file: branch file/pjsip-dns r410489 - in /team/file/pjsip-dns: ./ configs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 12 13:20:34 CDT 2014


Author: file
Date: Wed Mar 12 13:20:28 2014
New Revision: 410489

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410489
Log:
Update sample and CHANGES.

Modified:
    team/file/pjsip-dns/CHANGES
    team/file/pjsip-dns/configs/pjsip.conf.sample

Modified: team/file/pjsip-dns/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/file/pjsip-dns/CHANGES?view=diff&rev=410489&r1=410488&r2=410489
==============================================================================
--- team/file/pjsip-dns/CHANGES (original)
+++ team/file/pjsip-dns/CHANGES Wed Mar 12 13:20:28 2014
@@ -22,6 +22,11 @@
  * The live recording object on recording events now contains a target_uri
    field which contains the URI of what is being recorded.
 
+res_pjsip
+------------------
+ * DNS functionality has now been enabled and can be controlled using the
+   "nameservers" option in the global configuration type. By default this is
+   enabled and set to "auto" which uses the system configured nameservers.
 
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 12.0.0 to Asterisk 12.1.0 ------------

Modified: team/file/pjsip-dns/configs/pjsip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/file/pjsip-dns/configs/pjsip.conf.sample?view=diff&rev=410489&r1=410488&r2=410489
==============================================================================
--- team/file/pjsip-dns/configs/pjsip.conf.sample (original)
+++ team/file/pjsip-dns/configs/pjsip.conf.sample Wed Mar 12 13:20:28 2014
@@ -688,6 +688,12 @@
                                                         ; int")
 ;debug=no ; Enable/Disable SIP debug logging.  Valid options include yes|no
           ; or a host address (default: "no")
+;nameservers=auto ; The nameservers to use for DNS resolution. Valid options
+                  ; include disabled, auto, or a comma separated list of
+                  ; addresses. If auto is used the system nameservers will be
+                  ; automatically used. If a comma separated list is provided
+                  ; the order of addresses specifies the preference.
+                  ; (default: "auto")
 
 
 ; MODULE PROVIDING BELOW SECTION(S): res_pjsip_acl




More information about the svn-commits mailing list