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