mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
func_pjsip_aor/contact: Fix documentation for contact ID
Clarified the use of the contact ID returned from PJSIP_AOR. Resolves: #990
This commit is contained in:
@@ -50,7 +50,15 @@
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="name" required="true">
|
||||
<para>The name of the contact to query.</para>
|
||||
<para>
|
||||
Contact names are in the form of "aor_id@@hash" for dynamic contacts
|
||||
created by the registrar and permanent contacts defined
|
||||
in a <literal>contact</literal> parameter in an <literal>aor</literal>
|
||||
object. You can get the "aor_id@@hash" contact ID by calling the
|
||||
<literal>PJSIP_AOR()</literal> dialplpan function with the AOR name
|
||||
and the <literal>contact</literal> field. You can then pass the value
|
||||
returned to this function.
|
||||
</para>
|
||||
</parameter>
|
||||
<parameter name="field" required="true">
|
||||
<para>The configuration option for the contact to query for.
|
||||
@@ -69,6 +77,9 @@
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<see-also>
|
||||
<ref type="function">PJSIP_AOR</ref>
|
||||
</see-also>
|
||||
</function>
|
||||
***/
|
||||
|
||||
|
Reference in New Issue
Block a user