<div dir="ltr"><div>Hi , </div><div><br></div><div>Below is the opensips configuration used as a b2b user agent , I am using for voice connector app . </div><div><br></div><div>Below is the configuration . </div><div>loadmodule "event_datagram.so"<br>loadmodule "mi_datagram.so"<br>loadmodule "b2b_entities.so"<br><br>modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")<br><br>modparam("tm", "fr_timeout", 2)<br>modparam("tm", "fr_inv_timeout", 3)<br>modparam("tm", "restart_fr_on_each_reply", 0)<br>modparam("tm", "onreply_avp_mode", 1)<br><br>modparam("mi_datagram", "socket_name", "udp:<a href="http://127.0.0.1:8002">127.0.0.1:8002</a>")<br><br>####### Routing Logic ########<br><br>route {<br>        if (!is_method("INVITE") || has_totag()) {<br>                send_reply(405, "Method not allowed!\n");<br>                exit;<br>        }<br>        ua_session_server_init($var(b2b_key), "drbh");<br>        xlog("Started new call for $var(b2b_key)\n");<br>        exit;<br>}<br></div><div><br></div><div>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 . </div><div><br></div><div>      Is there any option opensips terminate the call if that won't get answered in a stipulated time frame ? </div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div></div>