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,

Dstny

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 .

Hi , 

Below is the opensips configuration used as a b2b user agent , I am using for voice connector app . 

Below is the configuration . 
loadmodule "event_datagram.so"
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;
}

I am facing one issue . In case the voice connector app is not running . Opensips published the event and hence the Invite to opensips wont get answered as the application subscribed the event and answering to the Invite request is not working . 

      Is there any option opensips terminate the call if that won't get answered in a stipulated time frame ? 

Thanks & Regards
Sasmita Panda
Senior Network Testing and Software Engineer
3CLogic , ph:07827611765
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to