@henningw commented on this pull request.
@@ -301,7 +307,7 @@ int db_insert_pcontact(struct
pcontact* _c)
SET_PROPER_NULL_FLAG(_c->rinstance, values, LP_RINSTANCE_IDX);
SET_PROPER_NULL_FLAG(_c->rx_session_id, values, LP_RX_SESSION_ID_IDX);
- VAL_DOUBLE(GET_FIELD_IDX(values, LP_REG_STATE_IDX)) = _c->reg_state;
+ VAL_INT(GET_FIELD_IDX(values, LP_REG_STATE_IDX)) = _c->reg_state;
You are right, it seems to be an error in the module. It probably works because the
database converts it automatically.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3279#discussion_r1039718790
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3279/review/1204724446(a)github.com>