Module: kamailio
Branch: master
Commit: 9f92b33c5eb35c32e5d07789bac86e850dfd0d83
URL: https://github.com/kamailio/kamailio/commit/9f92b33c5eb35c32e5d07789bac86e8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-03-26T21:19:49+01:00
presence: option to set priority for presentity documents
- xavp_cfg - new parameter to specify the name of xavp use to store
attributes for publish processing
- priority can be set inside xavp_cfg with $xavp(xavp_cfg=>priority)
- priority is stored in a new column inside database table presentity
for each publish that has the xavp set
- retrieve_order - new parameter to specify the order to retrieve the
records from database. Default value is 0 (retrieve by received_time
like so far). If set to 1, retrieve by priority value
- if xavp_cfg parameter is set but priority field inside it is not, then
inside the database is stored a value based on timestamp so the newest
records will have a higher value, preserving the old behaviour even
the retrieve_order=1
---
Modified: modules/presence/notify.c
Modified: modules/presence/notify.h
Modified: modules/presence/presence.c
Modified: modules/presence/presence.h
Modified: modules/presence/presentity.c
Modified: modules/presence/presentity.h
---
Diff: https://github.com/kamailio/kamailio/commit/9f92b33c5eb35c32e5d07789bac86e8…
Patch: https://github.com/kamailio/kamailio/commit/9f92b33c5eb35c32e5d07789bac86e8…
Hello Daniel,
I have RCS based client.
I would like to implement MUC(multi chat user) in existing Kamailio IMS
Server.
Please help me to input the procedure.Is it really possible to do it ?
Please share me URL for any existing "C" source code which I can directly
imbibe into Kamailio IMS server.
--
View this message in context: http://sip-router.1086192.n5.nabble.com/Regarding-multi-user-chat-in-Kamail…
Sent from the Development mailing list archive at Nabble.com.
adds 3rd parameter to registered to optionally restrict the contacts
adds module parameter to optionally
add contact xavp on successful match when calling registered
add contact xavp to the $ulc structure
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/101
-- Commit Summary --
* registrar - add registered extra parameter
-- File Changes --
M modules/registrar/api.c (2)
M modules/registrar/lookup.c (66)
M modules/registrar/lookup.h (2)
M modules/registrar/reg_mod.c (88)
M modules/registrar/reg_mod.h (8)
M modules/registrar/regpv.c (313)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/101.patchhttps://github.com/kamailio/kamailio/pull/101.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/101
Hi all
I'd like to know if kamailio is creating SHA-2 certificates by default for the
TLS module. I'd say no but not 100% sure.
Checking kamctl and provided ca.conf seem like Kamailio creates a SHA-1
cert by default. Should we modify that default?
More info: https://shaaaaaaaaaaaaa.com/
cheers,
Jon