mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 05:06:38 +00:00
bridging: Give bridges a name and a known creator
Bridges have two new optional properties, a creator and a name. Certain consumers of bridges will automatically provide bridges that they create with these properties. Examples include app_bridgewait, res_parking, app_confbridge, and app_agent_pool. In addition, a name may now be provided as an argument to the POST function for creating new bridges via ARI. (closes issue AFS-47) Review: https://reviewboard.asterisk.org/r/3070/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404042 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -118,6 +118,18 @@
|
||||
</xsl:attribute>
|
||||
<para>Technology in use by the bridge</para>
|
||||
</xsl:element>
|
||||
<xsl:element name="parameter">
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="concat(@prefix, 'BridgeCreator')"/>
|
||||
</xsl:attribute>
|
||||
<para>Entity that created the bridge if applicable</para>
|
||||
</xsl:element>
|
||||
<xsl:element name="parameter">
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="concat(@prefix, 'BridgeName')"/>
|
||||
</xsl:attribute>
|
||||
<para>Name used to refer to the bridge by its BridgeCreator if applicable</para>
|
||||
</xsl:element>
|
||||
<xsl:element name="parameter">
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="concat(@prefix,'BridgeNumChannels')"/>
|
||||
|
Reference in New Issue
Block a user