@@ -69,10 +69,10 @@ B2B_LOGIC
6969
7070 1.6. Exported MI Functions
7171
72- 1.6.1. b2b_trigger_scenario
73- 1.6.2. b2b_bridge
74- 1.6.3. b2b_list
75- 1.6.4. b2b_terminate_call
72+ 1.6.1. b2b_logic:trigger_scenario
73+ 1.6.2. b2b_logic:bridge
74+ 1.6.3. b2b_logic:list
75+ 1.6.4. b2b_logic:terminate_call
7676
7777 1.7. Exported Pseudo-Variables
7878
@@ -923,15 +923,17 @@ vp(header), $avp(header_content), "callee,sip:user@10.0.0.1,sip:10.0.0.1
923923
9249241.6. Exported MI Functions
925925
926- 1.6.1. b2b_trigger_scenario
926+ 1.6.1. b2b_logic:trigger_scenario
927+
928+ Replaces obsolete MI command: b2b_trigger_scenario.
927929
928930 This command initializes a new B2B session where OpenSIPS will
929931 start a call from the middle. The initial entities to be
930932 connected are specified through the command's parameters and
931933 further scenario logic can be implemented in the b2b_logic
932934 dedicated routes.
933935
934- Name: b2b_trigger_scenario
936+ Name: b2b_logic:trigger_scenario
935937
936938 Parameters:
937939 * senario_id : ID for the scenario of this B2B session.
@@ -948,19 +950,21 @@ vp(header), $avp(header_content), "callee,sip:user@10.0.0.1,sip:10.0.0.1
948950 the format: key=value
949951
950952 MI FIFO Command Format:
951- opensips-cli -x mi b2b_trigger_scenario marketing client1,sip:bo
952- b@opensips.org client2,sip:322@opensips.org:5070 agent_uri=sip:alice@ope
953- nsips.org
953+ opensips-cli -x mi b2b_logic:trigger_scenario marketing client1,
954+ sip:bob@opensips.org client2,sip:322@opensips.org:5070 agent_uri=sip:ali
955+ ce@opensips.org
956+
957+ 1.6.2. b2b_logic:bridge
954958
955- 1.6.2. b2b_bridge
959+ Replaces obsolete MI command: b2b_bridge.
956960
957961 This command can be used by an external application to tell
958962 B2BUA to bridge a call party from an on going dialog to another
959963 destination. By default the caller is bridged to the new uri
960964 and BYE is set to the callee. You can instead bridge the callee
961965 if you send 1 as the third parameter.
962966
963- Name: b2b_bridge
967+ Name: b2b_logic:bridge
964968
965969 Parameters:
966970 * dialog_id : the b2b_logic key, or the
@@ -979,35 +983,41 @@ nsips.org
979983 bridging scenario
980984
981985 MI FIFO Command Format:
982- opensips-cli -x mi b2b_bridge 1020.30 sip:alice@opensips.org
986+ opensips-cli -x mi b2b_logic:bridge 1020.30 sip:alice@opensips.o
987+ rg
983988
984989 opensips-cli Command Format:
985- opensips-cli -x mi b2b_bridge 1020.30 sip:alice@opensips.org
990+ opensips-cli -x mi b2b_logic:bridge 1020.30 sip:alice@opensips.o
991+ rg
986992
987- 1.6.3. b2b_list
993+ 1.6.3. b2b_logic:list
994+
995+ Replaces obsolete MI command: b2b_list.
988996
989997 This command can be used to list the internals of b2b_logic
990998 entities.
991999
992- Name: b2b_list
1000+ Name: b2b_logic:list
9931001
9941002 Parameters: none
9951003
9961004 MI FIFO Command Format:
997- opensips-cli -x mi b2b_list
1005+ opensips-cli -x mi b2b_logic:list
1006+
1007+ 1.6.4. b2b_logic:terminate_call
9981008
999- 1.6.4. b2b_terminate_call
1009+ Replaces obsolete MI command: b2b_terminate_call.
10001010
10011011 Terminates an ongoing B2B session.
10021012
1003- Name: b2b_terminate_call
1013+ Name: b2b_logic:terminate_call
10041014
10051015 Parameters:
10061016 * key : the b2b_logic key or the callid;from-tag;to-tag of
10071017 one of call legs of the ongoing session.
10081018
10091019 MI FIFO Command Format:
1010- opensips-cli -x mi b2b_terminate_call 159.0
1020+ opensips-cli -x mi b2b_logic:terminate_call 159.0
10111021
101210221.7. Exported Pseudo-Variables
10131023
@@ -1298,7 +1308,7 @@ Chapter 3. Contributors
12981308 commits^(2) and lines added/removed^(3)
12991309 Name DevScore Commits Lines ++ Lines --
13001310 1. Vlad Patrascu (@rvlad-patrascu) 239 57 8167 6793
1301- 2. Razvan Crainea (@razvancrainea) 51 33 1427 337
1311+ 2. Razvan Crainea (@razvancrainea) 55 36 1468 362
13021312 3. Bogdan-Andrei Iancu (@bogdan-iancu) 15 11 152 76
13031313 4. Nick Altmann (@nikbyte) 14 10 346 36
13041314 5. Carsten Bock 12 5 679 23
@@ -1332,7 +1342,7 @@ Chapter 3. Contributors
13321342
13331343 Table 3.2. Most recently active contributors^(1) to this module
13341344 Name Commit Activity
1335- 1. Razvan Crainea (@razvancrainea) Jan 2021 - Dec 2025
1345+ 1. Razvan Crainea (@razvancrainea) Jan 2021 - Mar 2026
13361346 2. Ovidiu Sas (@ovidiusas) Dec 2025 - Dec 2025
13371347 3. dirkbro Dec 2025 - Dec 2025
13381348 4. andingv Nov 2025 - Nov 2025
0 commit comments