[SR-Users] - w_ro_ccr(): Unable to find dialog and cannot do Ro charging without it

2018-02-08 Thread Angelo Colucci
Hello Everyone, I’m new in Kamailio environment. We trying to setup a  IMS Credit Control Client as per RFC 4006. We’ve trying to implement the suggesting configuration in ims_charging module doc. The Kamailio version is 5.1.1 Stable. The Server is configured with two local users (A and B) r

[SR-Users] I: - w_ro_ccr(): Unable to find dialog and cannot do Ro charging without it

2018-02-09 Thread Angelo Colucci
Hello Everyone, I've been resolved the problem. It was the setflag(FLT_ACC) at the beginning of the block if (is_method("INVITE")) { setflag(FLT_ACC); <- using instead following function now the dialog is correctly created. setflag(FLT_DIALOG); Best Regards Angelo