Module: kamailio
Branch: master
Commit: 634db00a82f36c6c60d272ccada4a1d5338d1cbc
URL: https://github.com/kamailio/kamailio/commit/634db00a82f36c6c60d272ccada4a1d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-02-26T21:58:47+01:00
uac: skip only the invalid record when loading remote registration records
- fixes loading only the good records before the wrong record, thus
working with partial valid data afterwards, even more valid records
were in the db
---
Modified: modules/uac/uac_reg.c
---
Diff: https://github.com/kamailio/kamailio/commit/634db00a82f36c6c60d272ccada4a1d…
Patch: https://github.com/kamailio/kamailio/commit/634db00a82f36c6c60d272ccada4a1d…
---
diff --git a/modules/uac/uac_reg.c b/modules/uac/uac_reg.c
index f0829fe..b52a044 100644
--- a/modules/uac/uac_reg.c
+++ b/modules/uac/uac_reg.c
@@ -1007,9 +1007,9 @@ void uac_reg_timer(unsigned int ticks)
(char*)(RES_ROWS(db_res)[i].values[pos].val.string_val); \
reg.attr.len = strlen(reg.attr.s); \
if(reg.attr.len == 0) { \
- LM_ERR("empty value not allowed for column[%d]=%.*s\n", \
+ LM_ERR("empty value not allowed for column[%d]='%.*s' - ignoring record\n", \
pos, db_cols[pos]->len, db_cols[pos]->s); \
- goto error; \
+ continue; \
} \
} \
} while(0);
Module: kamailio
Branch: master
Commit: 5fd0a0984950604f8ba4de39d9c560cc19340a2d
URL: https://github.com/kamailio/kamailio/commit/5fd0a0984950604f8ba4de39d9c560c…
Author: Jason Penton <jason.penton(a)gmail.com>
Committer: Jason Penton <jason.penton(a)gmail.com>
Date: 2015-02-26T21:58:19+02:00
modules/ims_charging: added access-network-information data to CCR
-allows OCS to know location of UE when charge was made
-tested with 3GPP EUTRAN FDD using utran-cell-id-3gpp as base station id
---
Modified: modules/ims_charging/Ro_data.c
Modified: modules/ims_charging/Ro_data.h
Modified: modules/ims_charging/ccr.c
Modified: modules/ims_charging/ims_ro.c
Modified: modules/ims_charging/ims_ro.h
Modified: modules/ims_charging/mod.c
Modified: modules/ims_charging/ro_session_hash.c
Modified: modules/ims_charging/ro_session_hash.h
---
Diff: https://github.com/kamailio/kamailio/commit/5fd0a0984950604f8ba4de39d9c560c…
Patch: https://github.com/kamailio/kamailio/commit/5fd0a0984950604f8ba4de39d9c560c…
Dear Kamailio Developers,
We have some problems during develop new feature related with video
conferences.
Could you please help us to develop this service on our server ?
Thanks in advance,
Best Regards,
Bayu