Module: sip-router
Branch: richard.good/diameter_rx_media
Commit: e73d4beac37094f49d1500cfe5ebb5c98dde476b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e73d4be…
Author: Richard Good <richard.good(a)smilecoms.com>
Committer: Richard Good <richard.good(a)smilecoms.com>
Date: Wed Mar 20 09:45:23 2013 +0200
ims_qos:changed log from ERR to DBG on calling
- rx_send_str.c: When checking if auth session exists, changed log line from ERR to DBG. This is because it is not an error - If an STR is sent a CDP terminate event is triggered. This event usually triggers another STR to be sent but not if the auth session does not exist.
---
modules/ims_qos/rx_str.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/ims_qos/rx_str.c b/modules/ims_qos/rx_str.c
index 2d630a3..fc6763b 100644
--- a/modules/ims_qos/rx_str.c
+++ b/modules/ims_qos/rx_str.c
@@ -84,7 +84,7 @@ int rx_send_str(str *rx_session_id) {
LM_DBG("About to try get Auth session\n");
auth = cdpb.AAAGetAuthSession(*rx_session_id);
if (!auth) {
- LM_ERR("Could not get Auth Session for session id: [%.*s]\n", rx_session_id->len, rx_session_id->s);
+ LM_DBG("Could not get Auth Session for session id: [%.*s] - this is fine as this might have been started by already sending an STR\n", rx_session_id->len, rx_session_id->s);
return CSCF_RETURN_FALSE;
}else{
LM_DBG("Retrieved Auth Session for session id: [%.*s]\n", rx_session_id->len, rx_session_id->s);
Hello,
I have been trying to log into the wiki to update some of the
documentation but I have forgotten my password. The "Set new password"
feature doesn't seem to be working (I have tried it three or four times
over the last few days).
Regards,
Peter
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#270 - app_lua: add rpc reload command
User who did this - Víctor Seva (linuxmaniac)
----------
> It is not yet clear how you structured the global version per loaded script vs local version, probably I need more time to analyze the patch.
The idea is that every script begins with version 0. When app_lua.reload command is called the shared var|s is|are incremented.
When a child has to run a method, it compares his loaded version ( private memory ) with the shared var for each script loaded.
If the variables are not equal the script is reloaded and the local loaded version is updated.
I hope this is clear enough.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=270#comment791
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hello,
I have an odd problem that I am not sure where to go with. I have setup
kamailio dev (or the 4.0.0 branch) for IMS. I have a pcscf, icscf, and
scscf using all the example config files. I also setup the fhoss for hss.
This 'seems' to works great for the handful of test users I have created.
The problem I have arises when a (or any) user logs out once logged out no
user can logon or do anything again. If I dump all the users from the
database and readd them; i am good to go again.
A capture of a user trying to logon after wards always gives me this:
500 Server error on UAR select S-CSCF, which comes from the I-CSCF.
I honestly have no idea what more to provide and Im not sure if this is an
kamailio or hss problem... Also what is everyone using for an HSS... Do I
even need an HSS can kamailio and the IMS modules do this already?
Thanks,
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#270 - app_lua: add rpc reload command
User who did this - Víctor Seva (linuxmaniac)
----------
- kmi removed
- memset fixed
- reload index begins at 0. If no index o index < 0 reloads all scripts.
I've added more debugging info and some more comments on the code.
----------
One or more files have been attached.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=270#comment790
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.