Getting this error can I expect some help from kamailio team

event_route[xhttp:request] {
    if ($hu =~ "^/obd/") {

        $var(msisdn) = $(hu{param.value,msisdn});
        if ($var(msisdn) == $null) {
            xhttp_reply("400","ERR","text/plain","Missing msisdn");
            exit;
        }

        $var(ruri) = "sip:" + $var(msisdn) + "@182.77.59.145";
        $var(from) = "sip:[email protected]";
        $var(to)   = "sip:" + $var(msisdn) + "@172.26.11.61";

        uac_req_send("INVITE",$var(ruri),$var(from),$var(to), "");

        xhttp_reply("200","OK","text/plain","OBD Triggered");
        exit;
    }
    xhttp_reply("404","NF","text/plain","Not Found");
}

[root@ip-172-26-2-185 kamailio]# kamailio -c
 0(151645) ERROR: <core> [core/cfg.y:3877]: yyparse(): cfg. parser: failed to 
find command uac_req_send (params 5)
 0(151645) CRITICAL: <core> [core/cfg.y:4018]: yyerror_at(): parse error in 
config file /usr/local/etc/kamailio/kamailio.cfg, line 59, column 65: unknown 
command, missing loadmodule?

Regards
Chandra Bhan Kumar
________________________________
From: Daniel-Constantin Mierla via sr-dev <[email protected]>
Sent: Tuesday, January 27, 2026 6:45 PM
To: Kamailio Devel List <[email protected]>
Cc: Subscribed <[email protected]>; Daniel-Constantin Mierla 
<[email protected]>
Subject: [sr-dev] Re: [kamailio/kamailio] cmake: Add dbschema to default target 
(24f0833)


It was mostly included for easier packaging since these files are needed in 
install phase, and if not builded they were not installed.

Also, I think that the focus should be more on making it easier/faster for 
developers, rather than packaging. Packaging is done once a day for nightly and 
then one every release, while developing/testing can require a lot of 
compilations. So having an extra target executed when packaging is done, should 
not be a big concern.

—
Reply to this email directly, view it on 
GitHub<https://github.com/kamailio/kamailio/commit/24f0833f8ea94a02917b4d75c420d0eb61da196b#commitcomment-175737555>,
 or 
unsubscribe<https://github.com/notifications/unsubscribe-auth/ABO7UZMC3KMBJ3A67SE5YYD4I5QFTAVCNFSM6AAAAACTA7SZCCVHI2DSMVQWIX3LMV43OQ3PNVWWS5CDN5WW2ZLOOQ5TCNZVG4ZTONJVGU>.
You are receiving this because you are subscribed to this thread.Message ID: 
<kamailio/kamailio/commit/24f0833f8ea94a02917b4d75c420d0eb61da196b/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to