[sr-dev] [kamailio/kamailio] ims_qos: rx_aar - unreference dialog in case of aar update (PR #3104)

alexyosifov notifications at github.com
Tue May 31 12:22:33 CEST 2022


@atanas-wg2 @miconda 
I have checked locally the changes. The P-CSCF doesn't start correctly if trying to load the ims_qos module:
`0(15988) DEBUG: <core> [core/sr_module.c:563]: load_module(): trying to load </usr/local/lib64/kamailio/modules/ims_qos.so>`
`0(15988) ERROR: <core> [core/sr_module.c:570]: load_module(): could not open module </usr/local/lib64/kamailio/modules/ims_qos.so>: /usr/local/lib64/kamailio/modules/ims_qos.so: undefined symbol: unref_dlg`
`0(15988) CRITICAL: <core> [core/cfg.y:3796]: yyerror_at(): parse error in config file /etc/kamailio_pcscf/kamailio.cfg, line 239, column 12-20: failed to load module`

Because of the following warning during compilation:
`Warning: rx_aar.c:184:13: warning: implicit declaration of function 'unref_dlg'; did you mean 'unref_cell'? [-Wimplicit-function-declaration] 
184 | unref_dlg(data->dlg, 1); 
| ^~~~~~~~~ 
`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3104#issuecomment-1141950700
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/3104/c1141950700 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220531/ad185ec3/attachment.htm>


More information about the sr-dev mailing list