mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
res_geolocation: Allow location parameters on the profile object
You can now specify the location object's format, location_info, method, location_source and confidence parameters directly on a profile object for simple scenarios where the location information isn't common with any other profiles. This is mutually exclusive with setting location_reference on the profile. Updated appdocsxml.dtd to allow xi:include in a configObject element. This makes it easier to link to complete configOptions in another object. This is used to add the above fields to the profile object without having to maintain the option descriptions in two places. ASTERISK-30185 Change-Id: Ifd5f05be0a76f0a6ad49fa28d17c394027677569
This commit is contained in:
committed by
Friendly Automation
parent
81ede203b6
commit
b221f0f86a
@@ -69,10 +69,10 @@
|
||||
<!ATTLIST configInfo name CDATA #REQUIRED>
|
||||
<!ATTLIST configInfo language CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT configFile (configObject+)>
|
||||
<!ELEMENT configFile (configObject|xi:include)+>
|
||||
<!ATTLIST configFile name CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT configObject (synopsis?|description?|syntax?|see-also?|configOption)*>
|
||||
<!ELEMENT configObject (synopsis?|description?|syntax?|see-also?|(configOption|xi:include))*>
|
||||
<!ATTLIST configObject name CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT configOption (synopsis,description?,syntax?,see-also?)*>
|
||||
|
Reference in New Issue
Block a user