summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2013-08-17 17:47:34 +0000
committerRusty Newton <rnewton@digium.com>2013-08-17 17:47:34 +0000
commit6b1f91b6fc67aab373e9af92ef58953cc3a78c46 (patch)
tree45950c030643eb90e735d830bc37d3f2b7aaf9ee /res
parentfdfe1ea82e49f006d3ba630d237e22cf65ab47aa (diff)
'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) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rw-r--r--res/res_pjsip.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 44b45ba41..391fa4462 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -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>