From ce9fccc7f7347568cb16621a02c6480eb8a89542 Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Tue, 23 Jan 2024 12:50:06 +0200 Subject: [PATCH] b2b_logic: document adv_contact param for b2b_bridge_request Complete 726fca1523 --- modules/b2b_logic/doc/b2b_logic_admin.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/b2b_logic/doc/b2b_logic_admin.xml b/modules/b2b_logic/doc/b2b_logic_admin.xml index 659c7c505ca..7f1d6c9c7c0 100644 --- a/modules/b2b_logic/doc/b2b_logic_admin.xml +++ b/modules/b2b_logic/doc/b2b_logic_admin.xml @@ -958,7 +958,7 @@ route[b2b_logic_request] {
- <function moreinfo="none">b2b_bridge_request(b2bl_key,entity_no)</function> + <function moreinfo="none">b2b_bridge_request(b2bl_key,entity_no, [adv_contact])</function> This function will bridge an initial INVITE with one of the @@ -975,6 +975,10 @@ route[b2b_logic_request] { entity_no (int) - an integer that holds the entity of the entity/participant to bridge. + + adv_contact (string, optional) - Contact header to + advertise in generated messages. + <function>b2b_bridge_request</function> usage