THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#433 - maddr broken in 4.1.x?
User who did this - Daniel-Constantin Mierla (miconda)
----------
Request to close by submitter, -DHONOR_MADDR has to be enabled.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=433#comment1529
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#433 - maddr broken in 4.1.x?
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Not a bug
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=433
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#439 - CRASH: segmentation fault after INVITE
User who did this - Daniel-Constantin Mierla (miconda)
----------
The fix for this issue looks like the same for #440. Can you try with it and see if this case is ok?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=439#comment1528
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,
Is it possible to reload kamailio.cfg at the runtime after doing few
modifications on the business rules laid under CNXCC module.
Eg:
#!ifdef CNXCC_CHANNEL
xlog("L_INFO", "Setting up channel based credit control");
$var(max_chan) = 2;
$var(retcode) = cnxcc_set_max_channels("$var(client)", "$var(max_chan)");
if ($var(retcode) == -1) {
xlog("Error setting up credit control");
return;
}
$var(count) = -1;
if (!cnxcc_get_channel_count("$var(client)", "$var(count)")) {
xlog("Error getting customer's channel count");
}
xlog("L_INFO", "CNXCC ROUTE: $var(client) has $var(count) call(s)");
if ($var(retcode) < -1) {
xlog("Too many channels for customer");
sl_send_reply(403, "Forbidden");
if (!cnxcc_terminate_all("$var(client)")) {
xlog("Error terminating customer's calls");
}
exit;
}
#!endif
******************************************************
Now I want to change the value of max_chan on the fly. Does this step
neccassitates a restart of kamailio process as a whole ? If no, then could
somebody please guide me how to achieve this ?
Thanks !
--
Warm Regds.
MathuRahul
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#440 - CRASH: segmentation fault if there is no dispatcher available
User who did this - Daniel-Constantin Mierla (miconda)
----------
I pushed a fix for it, can you try it? Now it is only in master, I will backport if you confirm it works.
To test it, if you have kamailio 4.1.x from git branch 4.1, do:
<code>
git pull origin
git cherry-pick -x 88a9ffee284338d536b6f7e072e5c99b29d983ee
make all
make install
</code>
Restart kamailio and retest. Let me know the result.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=440#comment1527
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#440 - CRASH: segmentation fault if there is no dispatcher available
User who did this - Nuno Miguel Reis (nmreis)
----------
Hi Daniel.
I was able to recreate the initial situation corresponding the bug title and my first description.
Basically if i have kamailio without any freeswitch instance up and running (corresponding to one of the entries in dispatcher) and i try to place a call kamailio segfaults.
Please find attached a new full backtrace for a new core dump and the correspondent kamailio.log with debug=3.
The PID in the log is between square brackets after the timestamp.
In the meanwhile i'm figuring out presence and the way i deal with SIP PUBLISH messages. I'll get back here if a see new crashes related with presence handling.
Looking forward to hear from you.
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=440#comment1526
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#439 - CRASH: segmentation fault after INVITE
User who did this - Olle Johansson (oej)
----------
Interestingly enough, using t_release after t_relay failure fixes the problem.
t_relay returns a strange error code: -478.
According to the docs from 1.5 tm module (which still documents t_relay error codes) it should be -4 for unresolvable address...
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=439#comment1525
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.