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
Module: kamailio
Branch: master
Commit: a0859762d4584feffca2d791ae5f5c5c9a6880b2
URL: https://github.com/kamailio/kamailio/commit/a0859762d4584feffca2d791ae5f5c5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-11-13T19:44:14+01:00
etc: kamailio.cfg polishing
- version in comments updated to 5.0
- use block comment style for descriptions of gobal and module
parameters (was mixed) - now description is in between /* */ and
commented code starts with #
- removed #!ifdef WITH_SRCPATH and commented the mpath - let it be the
default one in the code, because it is set at compile time and can be
OS specific. Loading the modules from source tree can be done by
providing to kamailio in command line: -L modules/
- added option to block 401/407 from downstream. Kamailio is the one
authenticating local users.
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/a0859762d4584feffca2d791ae5f5c5…
Patch: https://github.com/kamailio/kamailio/commit/a0859762d4584feffca2d791ae5f5c5…