Module: sip-router
Branch: master
Commit: 0e24d9be231fc54e13fd069ae28cc050cc708664
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e24d9b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Sep 10 16:22:08 2009 +0200
textops(k): new function - msg_apply_changes()
- apply changes done to SIP request content (e.g., via subst(),
append_hf(), remove_hf(), etc.)
- after using this function, the content of SIP message buffer is
updated and the initially recevied content is lost
- function can be used in request route blocks
- be careful when used since:
- it changes the way you're used so far
- not much tested with various modules
---
modules_k/textops/README | 506 +++++++++++++++++++------------
modules_k/textops/doc/textops_admin.xml | 32 ++
modules_k/textops/textops.c | 83 +++++-
3 files changed, 420 insertions(+), 201 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=0e2…
daniel,
i tried imc module, but got into problems, because i'm not able to
specify any extra headers the messages send by imc server.
it is ok if i try to add extra_hdrs param to imc module like msilo
module has?
-- juha
3.5. extra_hdrs (string)
Extra headers (each ending with \r\n) to be added in messages sent from
silo by m_dump. It can contain pseudo-variables
The snmpstats module has a few MIBS included that is based on the
entrprise number 27483.
OpenSIPS.org has changed the registration for this and now maintains
that enterprise number. This might lead to two different mibs with the
same OID, which is not a good solution.
Before release, I suggest we get a new assigned enterprise number from
IANA for the project and change the MIBS and the snmpstats module.
Using the same as OpenSIPS is not a good solution.
http://www.iana.org/assignments/enterprise-numbers says:
27483 OpenSIPS.ORG (previous was 'OpenSER.ORG') Bogdan-Andrei Iancu
bogdan.iancu&voice-system.ro
/O
Hello,
who ever has brand new features to push into upcoming Kamailio 3.0 has
to do it this week. The plan is o freeze the code and start the testing
phase at the beginning of next week, with bug hunting as main activity.
As usual, work on additional tools and documentation can go on during
testing. If discovered, important missing features from kamailio 1.5
will be considered bugs.
Cheers,
Daniel
--
Daniel-Constantin Mierla
* http://www.asipto.com/
Module: sip-router
Branch: master
Commit: e6cb84bec9a11cafc2283e4c89089c5efd280156
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e6cb84b…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue Sep 8 19:14:01 2009 +0200
new module: connector to Portability number DataBase daemon
- new module, connector to portable number database daemon, pdbd
- the daemon implements a custom UDP protocol that allows the query of a custom
number portability database optimized for speed and memory efficieny based
on the 'cr' trie datastructure
- the daemon allows the storage of a number to carrier mapping for e.g. whole
germany in a few hundred megabytes of RAM, and their efficient retrival
- the connector module supports aggressive time outs to keep the post dial
delay low, it will return then a failure and default routing is possible
- TODO: port daemon and optimizing compiler as well, extend README
- this daemon (in its OpenSER version) has been used in production, but some
bugs could be slipped in the porting process
- credits for implementation: Hardy Kahl @ 1&1 Internet AG
---
modules/pdb/Makefile | 14 +
modules/pdb/README | 154 +++++++++
modules/pdb/doc/pdb.xml | 41 +++
modules/pdb/doc/pdb_admin.xml | 166 ++++++++++
modules/pdb/pdb.c | 690 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 1065 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e6c…