low hanging fruits first, other warnings still left
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/395
-- Commit Summary --
* modules/ims_charging: fixes prototype declatation for destroy_ro_session()
* modules/ims_charging: fixes always true comparison of unsigned int
* modules/ims_registrar_scscf: adds missing jump to error1 label
* modules/ims_usrloc_scscf: to avoid clang warning, include atomic_t declaration
-- File Changes --
M modules/ims_charging/ro_session_hash.h (3)
M modules/ims_charging/ro_timer.c (2)
M modules/ims_registrar_scscf/cxdx_sar.c (2)
M modules/ims_usrloc_scscf/hslot.h (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/395.patchhttps://github.com/kamailio/kamailio/pull/395.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/395
Hi,
I want to suspend a transaction to send Push Notification and want to
resume after 120 seconds..
I am successfully able to implement following
http://www.slideshare.net/miconda/26-danielconstantinmierlakamailiocfgasync
I can resume transaction when B user Registers its self.
But i want system to wait for 120 second and resume transaction.
How can I achieve that ??. I tried multiple things but failed.
--
M Imran Iqbal
Hi,
I'm facing issue in htable module when I use following parameter
1-
modparam("htable", "timer_mode", 1);
ERROR: <core> [modparam.c:139]: set_mod_param_regex(): parameter
<timer_mode> of type <2> not found in module <htable>
2-
htable Expiry route is not triggering.
event_route[htable:expired:mytable]
I think there is an issue with the documentation and the code available on
GIT
--
Imran Iqbal