mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 03:07:59 +00:00
func_pjsip_endpoint: Add PJSIP_ENDPOINT function for querying endpoint details
This patch adds a new function, PJSIP_ENDPOINT, which lets the dialplan query, for any endpoint, any property configured on an endpoint. This function is a companion to the CHANNEL function, which can be used to extract the endpoint name for a channel. Review: https://reviewboard.asterisk.org/r/3035 ........ Merged revisions 403616 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403617 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -85,6 +85,9 @@
|
||||
<!ELEMENT bridge_snapshot (#PCDATA)>
|
||||
<!ATTLIST bridge_snapshot prefix CDATA "">
|
||||
|
||||
<!ELEMENT configOptionToEnum (configOption|xi:include)*>
|
||||
<!ATTLIST configOptionToEnum prefix CDATA "">
|
||||
|
||||
<!ELEMENT description (para|note|warning|variablelist|enumlist|info|xi:include)*>
|
||||
|
||||
<!ELEMENT parameter (optionlist|enumlist|argument|para|note|warning|parameter|info|xi:include)*>
|
||||
@@ -103,7 +106,7 @@
|
||||
<!ATTLIST option implies CDATA "">
|
||||
<!ATTLIST option hasparams CDATA "">
|
||||
|
||||
<!ELEMENT enumlist (enum+)>
|
||||
<!ELEMENT enumlist (configOptionToEnum|enum+)>
|
||||
<!ELEMENT enum (para|note|warning|parameter|enumlist|info|xi:include)*>
|
||||
<!ATTLIST enum name CDATA "">
|
||||
|
||||
|
Reference in New Issue
Block a user