LinkedIn
Glenn Dalgliesh requested to add you as a connection on LinkedIn:
--
Luis,
I'd like to add you to my professional network on LinkedIn.
- Glenn
Accept invitation from Glenn Dalgliesh
http://www.linkedin.com/e/-y8k3ym-hmzk9
Sorry if this is a duplicate email. First one bounced.
"I am having trouble starting Kamailio. Please see below for the error
output and the content of /usr/local/etc/kamailio/kamailio.cfg at the lines
noted in the error. Following instrucions at
http://www.kamailio.org/wiki/install/4.0.x/git
In the current Kamailio TLS module document, there is a statement about
tls.reload being unsafe. But the only way to periodically update CRL
without restarting Kamailio is to use tls.reload. In our test with
tls.reload for CRL, it seems Kamailio would crash after about 100 times
of tls.reload i
You need to do the following:
1) Indent your config
2) Check request_route if/else condition and make sure you have proper
closing conditions
e.g
if (uri =~ "sip:.+ at .*xmpp.kamailio.test") {
route(PRESENCE);
if ($rU==$null)
{
are you sure the 2nd "if"s supposed
It appears as though you might have multiple syntax errors in the script --
such as not opening or not closing certain tags.
The best way to troubleshoot this (or at least the way I like best) is to go
back to your last known good config and make the changes one at a time.
--fred
Wingsravi R
Hi,
Ya i do change the Presence block also, but the same error is logging:
$ sudo /etc/init.d/kamailio start
Not starting Kamailio: invalid configuration file!
-e
0(5930) INFO: tls [tls_init.c:385]: init_tls_compression(): tls: init_tls:
disabling compression...
0(5930) : [cfg.y:3570]: yyerror
I think you the same problem with route[presence]
}
#!endif
On Sat, Oct 19, 2013 at 12:55 PM, Wingsravi R wrote:
> Dear Salman,
>
> thank you for the reply.
>
> i did change as you suggested and then ran the kamailio, but it agian
> logged some errors:
>
>
> $ sudo /etc/init.d/kamailio start
Dear Salman,
thank you for the reply.
i did change as you suggested and then ran the kamailio, but it agian
logged some errors:
$ sudo /etc/init.d/kamailio start
Not starting Kamailio: invalid configuration file!
-e
0(5744) INFO: tls [tls_init.c:385]: init_tls_compression(): tls: init_tls:
dis
check these lines:
route[REQINIT] {
#!ifdef WITH_ANTIFLOOD
.
.
}
#!endif
it should be
#!endif
}
On Sat, Oct 19, 2013 at 12:11 PM, Wingsravi R wrote:
> Dear kamailio'ns
>
> I am running kamailio 4.0.3 on ubuntu 12.04 and installed kamailio from
> its repository. I had changed
Dear kamailio'ns
I am running kamailio 4.0.3 on ubuntu 12.04 and installed kamailio from its
repository. I had changed the default kamailio config file, and inserted
xmpp and presence related script. But after all when i tried to start my
kamailio server I am getting the following errors:
$ sudo
10 matches
Mail list logo