Hi All,
It was to my understanding that this function was part of the core and thus didn't come from a module.
The relevant code snippet is
if(!save("location")) {
xlog("L_ERR", "Saving contact failed - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n"); sl_reply_error(); exit; }
The error I'm getting is..
0(20467) DEBUG: <core> [sr_module.c:516]: find_export_record: <save> not found 0(20467) DEBUG: <core> [sr_module.c:516]: find_export_record: <save> not found 0(20467) : <core> [cfg.y:3329]: parse error in config file /etc/kamailio/kamailio.cfg, line 656, column 21: unknown command, missing loadmodule?
Cheers, Kris