In the struct int param_no
is set to 2
. But dp_replace()
has actually three
parameters (dpid, inval, outvar)
, so kamailio's cfg parser fails when
dp_replace()
is called:
yyparse(): cfg. parser: failed to find command dp_replace (params 3)
yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 366, column 45: unknown command, missing loadmodule?
This commit fixes int param_no
to address this.
Signed-off-by: Sebastian Kemper sebastian_ml@gmx.net
doc/
subfolder, the README file is autogenerated)Hi all,
When trying out dp_replace() kamailio (5.1.6) wouldn't start. It was expecting 2 parameters instead of 3. This PR fixes that.
Kind regards,
Seb
https://github.com/kamailio/kamailio/pull/1704
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.