Getting the following error in call center module

ERROR:call_center:set_call_leg: failed to init new b2bua call (empty ID
received)
Apr 11 14:06:28 etg-virtual-machine /usr/sbin/opensips[1249949]:
ERROR:call_center:w_handle_call: failed to set new destination for call

Call center code in opensips.cfg:

if (is_method("INVITE") and !has_totag() and ($(tU) == "112") ) {
        if (!cc_handle_call("support")) {
                send_reply(403,"Cannot handle call");
                exit;
        }
}

-- 
Regards,
B.Prathibha
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to