The law didn't work this time, the patch works fine to me :-)
On Friday 29 October 2010, Daniel-Constantin Mierla wrote:
> On 10/29/10 5:40 PM, Sergey Okhapkin wrote:
> > I can't test now - high volume traffic is running. But I looked at the
> > diff, it seems to me OK, I see no reason why it coul
No, seems like kamailio complaints "broken reply to forward" about all sip
ping replies...
On Friday 29 October 2010, Klaus Darilion wrote:
> On 10/29/2010 11:55 AM, Sergey Okhapkin wrote:
> > Kamailio 3.1 log is filled with lines like
> >
> > Oct 29 03:32:46 west /usr/local/sbin/kamailio[632]: I
On 10/29/2010 11:55 AM, Sergey Okhapkin wrote:
Kamailio 3.1 log is filled with lines like
Oct 29 03:32:46 west /usr/local/sbin/kamailio[632]: INFO:
Hello Daniel,
thanks for the tips and sorry for the mistake.
I thougt that these messages and threads are identified by the subject. That
was stupid of course.
I will create new completely messages from now.
Thank you...
Regards,
Nicolas
> When you start a new topic, please create a new
Kamailio 3.1 log is filled with lines like
Oct 29 03:32:46 west /usr/local/sbin/kamailio[632]: INFO:
On 10/29/10 5:40 PM, Sergey Okhapkin wrote:
I can't test now - high volume traffic is running. But I looked at the diff, it
seems to me OK, I see no reason why it could not work:-)
Because of the law, the Murphy law ;-)
Probably I will test sometime next week if you don't do it before and
th
On 10/29/10 4:33 PM, Daniel-Constantin Mierla wrote:
On 10/29/10 4:09 PM, Sergey Okhapkin wrote:
I just realized that 3.1 executes main routing block when broken SIP
message
is received! But sanity_check() function returns 0 on failed checks
and script
execution stops, my favorite xlog() i
On 10/29/10 4:09 PM, Sergey Okhapkin wrote:
I just realized that 3.1 executes main routing block when broken SIP message
is received! But sanity_check() function returns 0 on failed checks and script
execution stops, my favorite xlog() is not executed.
OK, that can be fixed very easy. Iirc, in
I just realized that 3.1 executes main routing block when broken SIP message
is received! But sanity_check() function returns 0 on failed checks and script
execution stops, my favorite xlog() is not executed.
Oct 29 09:48:54 west /usr/local/sbin/kamailio[12225]: ERROR:
[parser/msg_parser.c:177
On 10/29/10 11:53 AM, Sergey Okhapkin wrote:
Daniel, I think this could be implemented without re-introduction of
error_route,
it will not be re-introduced for sure, we have now a different core
framework which care reuse event_route mechanism.
In the past the error route was executed when
Hi Andrei,
Which version has this change? I don't see it in 3.0.4, the realease note
says that it is fixed. Here is the function
int tls_h_fix_read_conn(struct tcp_connection *c)
{
int ret;
struct tls_extra_data* tls_c;
ret = -1;<=== Isn't it to be zero. Thats what i understood from the patch
Can someone post an example of usage of tm.t_uac_start from the
command line using sercmd over a UNIX domain socket (e.g.
/tmp/ser_ctl)? I am quite unclear on how to pass minimally necessary
header values to it in this form and cannot seem to get the syntax right.
Thanks!
--
Alex Balashov -
Daniel, I think this could be implemented without re-introduction of
error_route, what about core parameter route_on_error=yes/no (default no)? If
route on error is enabled, then sanity module will do the trick:
route{
if(!sanity_check("1159")) {
xlog("L_INFO","Bad messag
It would be nice to get error_route back. The route was trivial in my cfg file:
error_route {
xlog("L_INFO","Bad message from $proto:$si:$sp\n$mb\n");
drop();
}
On Friday 29 October 2010, Daniel-Constantin Mierla wrote:
> On 10/28/10 1:41 PM, Sergey Okhapkin wrote:
> > I've found
Does tm.t_uac_wait RPC call block a worker process while waiting for a
reply, or use some sort of asynchronous callback?
Thanks,
--
Alex Balashov - Principal
Evariste Systems LLC
1170 Peachtree Street
12th Floor, Suite 1200
Atlanta, GA 30309
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web: http:/
Hello,
On 10/28/10 6:53 PM, Efelin Novak wrote:
Unfortunately I was wrong about variables ($var). They are same across
whole kamailio process. Neither $avp is good for me as they are
transaction aware. I need to store variable in the current dialog. I
was looking into dialog module, but no luc
Hello,
one more thing ...
When you start a new topic, please create a new message, do not reply to
an old email received from the list because it will be added to that
discussion thread. For example, your message is part of "Billing party
and radius accounting". Starting a new thread makes ea
Hi
I am trying to get siremis working with kamailio, butwhen i open the login
page and enter the username and password nothing happens.
I have followed the instruction on the siremis home page.
Created mysql db called openser and inserted username admin& password admin.
mysql> use ope
Hello,
On 10/28/10 1:37 PM, Morten Isaksen wrote:
Hi,
I have a strange problem with Kamailio 3.0.2. When one of our end
users makes a call Kamailio does not route the ACK (in response to the
200 OK). For all other end users it works fine.
For me it looks the the has_totag() checks for some rea
Hello,
On 10/28/10 3:35 PM, "Nicolas Rüger" wrote:
Hello,
I wonder if there's a chance to use SWITCH in kamailio.cfg with intervals or
ranges???
no it is not possible now, you can have many 'case' values like:
swiych($var(x)) {
case 1:
case 2:
case 4:
case 8:
b
On 10/28/10 1:41 PM, Sergey Okhapkin wrote:
I've found one more feature missed in 3.1 - error_route is eliminated and
sanity module added. But if received SIP message is malformed and can't be
parsed, routing script is not executed and I have no way to log the message to
kamailio log. I did it
21 matches
Mail list logo