This adds the `hlog()` function to the siptrace module, that sends a HEP3 LOG event packet to the URI configured in the module.
Usage:
```
...
hlog("[cfg:$cfg(line)] This is a log from kamailio to Homer");
...
hlog("$hdr(P-MyID)", "Another one with a custom correlation ID");
...
```
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1007
-- Commit Summary --
* siptrace: add hlog() to send logs to homer
* siptrace: hlog() documentation
-- File Changes --
M src/modules/siptrace/doc/siptrace.xml (5)
M src/modules/siptrace/doc/siptrace_admin.xml (34)
M src/modules/siptrace/siptrace.c (153)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1007.patchhttps://github.com/kamailio/kamailio/pull/1007.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/1007
Module: kamailio
Branch: 5.0
Commit: bff352b9c7965c9ef24273433064bccbd1c649e3
URL: https://github.com/kamailio/kamailio/commit/bff352b9c7965c9ef24273433064bcc…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-02-21T15:31:20+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/pua/README
---
Diff: https://github.com/kamailio/kamailio/commit/bff352b9c7965c9ef24273433064bcc…
Patch: https://github.com/kamailio/kamailio/commit/bff352b9c7965c9ef24273433064bcc…
---
diff --git a/src/modules/pua/README b/src/modules/pua/README
index c6116b8..22fd964 100644
--- a/src/modules/pua/README
+++ b/src/modules/pua/README
@@ -120,18 +120,17 @@ Chapter 1. Admin Guide
Kamailio's SIP presence package, implementing SIMPLE and various shared
line appearance implementations.
- It can be used with the following modules: pua_mi, pua_usrloc, pua_bla,
- pua_dialoginfo, pua_reginfo and pua_xmpp. The pua_mi module offer the
- possibility to publish any kind of information or subscribing to a
- resource through the manager interface. The pua_usrloc module calls a
- function exported by pua modules to publish elementary presence
- information, such as basic status "open" or "closed", for clients that
- do not implement client-to-server presence. Through pua_bla , BRIDGED
- LINE APPEARANCE features are added to Kamailio The pua_xmpp module
- represents a gateway between SIP and XMPP, so that jabber and SIP
- clients can exchange presence information. The pua_reginfo modules
- presents registration information from the usrloc module using the
- reginfo event package.
+ It can be used with the following modules: pua_rpc, pua_usrloc,
+ pua_bla, pua_dialoginfo, pua_reginfo and pua_xmpp. The pua_rpc module
+ offer the possibility to publish any kind of information via the RPC
+ transport. The pua_usrloc module calls a function exported by pua
+ modules to publish elementary presence information, such as basic
+ status "open" or "closed", for clients that do not implement
+ client-to-server presence. Through pua_bla , BRIDGED LINE APPEARANCE
+ features are added to Kamailio The pua_xmpp module represents a gateway
+ between SIP and XMPP, so that jabber and SIP clients can exchange
+ presence information. The pua_reginfo modules presents registration
+ information from the usrloc module using the reginfo event package.
The module supports 2 modes of operation. In the first a cache is used
to store the presentity list and writes to database on timer to be able
Hello,
I want to see active users SIP users for this purpose I checked the location table of kamailio database it does have active users entries however as per my observation there is 45 secs to 1 min delay before the entry actually added to this table i.e. suppose if I am registering the user through pjspi,jssip or any client I cannot see entry for that user in location table. I have to wait up-to 1 min to see the user in location table.
Is there any way we can Identify if user is online without delayed entry?
--
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/issues/1008