Dear Sender,
Thank you for your email. I am no longer working for Dstny.
Any emails sent to this address will remain unread.
Kindly forward your correspondence to [email protected].
Thank you and best regards,
|
This electronic transmission (and any attached document) is intended exclusively for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any disclosure, copying, distribution or other action based upon the information by persons or entities other than the intended recipient is prohibited. If you receive this message in error, please contact the sender and delete the material from any and all computers. Dstny does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. |
|
• |
From:
[email protected]
Sent: 12/12/2025 10:51:02 AM +00:00
To: [email protected]
Subject: [OpenSIPS-Users] Need some help around mi_datagram module .
loadmodule "mi_datagram.so"
loadmodule "b2b_entities.so"
modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")
modparam("tm", "fr_timeout", 2)
modparam("tm", "fr_inv_timeout", 3)
modparam("tm", "restart_fr_on_each_reply", 0)
modparam("tm", "onreply_avp_mode", 1)
modparam("mi_datagram", "socket_name", "udp:127.0.0.1:8002")
####### Routing Logic ########
route {
if (!is_method("INVITE") || has_totag()) {
send_reply(405, "Method not allowed!\n");
exit;
}
ua_session_server_init($var(b2b_key), "drbh");
xlog("Started new call for $var(b2b_key)\n");
exit;
}
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
