Skip to content

Commit ce9fccc

Browse files
committed
b2b_logic: document adv_contact param for b2b_bridge_request
Complete 726fca1
1 parent 10b6396 commit ce9fccc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/b2b_logic/doc/b2b_logic_admin.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ route[b2b_logic_request] {
958958

959959
<section id="func_b2b_bridge_request" xreflabel="b2b_bridge_request()">
960960
<title>
961-
<function moreinfo="none">b2b_bridge_request(b2bl_key,entity_no)</function>
961+
<function moreinfo="none">b2b_bridge_request(b2bl_key,entity_no, [adv_contact])</function>
962962
</title>
963963
<para>
964964
This function will bridge an initial INVITE with one of the
@@ -975,6 +975,10 @@ route[b2b_logic_request] {
975975
<emphasis>entity_no (int)</emphasis> - an integer that
976976
holds the entity of the entity/participant to bridge.
977977
</para></listitem>
978+
<listitem><para>
979+
<emphasis>adv_contact (string, optional)</emphasis> - Contact header to
980+
advertise in generated messages.
981+
</para></listitem>
978982
</itemizedlist>
979983
<example>
980984
<title><function>b2b_bridge_request</function> usage</title>

0 commit comments

Comments
 (0)