[asterisk-commits] newtonr: trunk r396901 - /trunk/res/res_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Aug 17 12:47:36 CDT 2013


Author: newtonr
Date: Sat Aug 17 12:47:34 2013
New Revision: 396901

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=396901
Log:
'domain_alias' config object XML help doesn't make it clear that the name used for the object is the domain alias

(issue ASTERISK-22114)
(closes issue ASTERISK-22114)

Modified:
    trunk/res/res_pjsip.c

Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=396901&r1=396900&r2=396901
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Sat Aug 17 12:47:34 2013
@@ -675,8 +675,11 @@
 			<configObject name="domain_alias">
 				<synopsis>Domain Alias</synopsis>
 				<description><para>
-					Signifies that a domain is an alias. Used for checking the domain of
-					the AoR to which the endpoint is binding.
+					Signifies that a domain is an alias. If the domain on a session is
+					not found to match an AoR then this object is used to see if we have
+					an alias for the AoR to which the endpoint is binding. This objects
+					name as defined in configuration should be the domain alias and a 
+					config option is provided to specify the domain to be aliased.
 				</para></description>
 				<configOption name="type">
 					<synopsis>Must be of type 'domain_alias'.</synopsis>




More information about the asterisk-commits mailing list