This can be used with sipcapture and begings with M2UA and ISUP
support. More SIGTRAN (M3UA, SUA) support is planned and maybe
TCAP/MAP in the future.
The ISUP message format depends on the specific message so I have
exported a Smalltalk ITU ISUP model to C to avoid manual errors.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/837
-- Commit Summary --
* ss7: Introduce the beginning of a ss7 module
-- File Changes --
A modules/ss7/Makefile (19)
A modules/ss7/README (57)
A modules/ss7/isup_generated.c (467)
A modules/ss7/isup_generated.h (130)
A modules/ss7/isup_parsed.c (485)
A modules/ss7/isup_parsed.h (37)
A modules/ss7/ss7.c (348)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/837.patchhttps://github.com/kamailio/kamailio/pull/837.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/837
pres_htable_restore(): Remove check of expired presentity entries when
initially filling the hash table to represent the number of expired +
valid entries. Because hash.c::delete_phtable() decrements publ_count on
removal of _every_ expired DB entry.
get_p_notify_body(): Compensate the fix on hash table restore by
checking for the expires time on building the NOTIFY. This also fixes a
problem when a SUBSCRIBE is received for an expired entry before the
cleaner can remove the entry from the DB.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/809
-- Commit Summary --
* Presence: Fix startup inconsistency in presentity hash table
-- File Changes --
M modules/presence/notify.c (17)
M modules/presence/presentity.c (3)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/809.patchhttps://github.com/kamailio/kamailio/pull/809.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/809
Also greped source tree for similar instances, no luck this time.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/840
-- Commit Summary --
* modules/nathelper: fix small typo in documentation
* modules/sanity: fix small typo in documentation
* modules/dispatcher: fix small typo in documentation
* modules/crypto: fix small typo in documentation
-- File Changes --
M modules/crypto/doc/crypto_admin.xml (2)
M modules/dispatcher/doc/dispatcher_admin.xml (2)
M modules/nathelper/doc/nathelper_admin.xml (6)
M modules/sanity/doc/sanity_admin.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/840.patchhttps://github.com/kamailio/kamailio/pull/840.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/840