Hi Thomas,
Please look at t_new_request:
https://opensips.org/docs/modules/3.2.x/tm.html#func_t_new_request
> 23 авг. 2021 г., в 22:59, Thomas Grande via Users
> написал(а):
>
> Greetings,
>
> I'm considering migrating from Kamailio to OpenSIPS due to some modules that
> are missing on Kam
Greetings,
I'm considering migrating from Kamailio to OpenSIPS due to some modules
that are missing on Kamailio, however I'm struggling to see a correspondent
to the Kamailio's uac_req_send() function, that basically allows me to send
any SIP request that I may need.
I checked B2BUA functionality
I changed a bit according to ‘active-backup’ scheme, but still the same.
### active node
modparam("clusterer", "sharing_tag", "vip/1=active")
### backup node
modparam("clusterer", "sharing_tag", "vip/1=backup")
And this for both nodes:
if (is_method("INVITE")) {
create_dialog(
Hi list,
can not find the reason why MI ‘clusterer_list_cap’ command
shows that the dialog replication is not active.
It’s necessary to mention that profiles synced successfully,
when I configured it with the ‘profile_replication_cluster’ parameter (later I
removed this due to documentation [1