On Wednesday, February 25, 2015 08:31:38 AM Richard Fuchs wrote:
> On 24/02/15 08:20 PM, Anthony Messina wrote:
> > This is probably very likely a configuration issue on my part, but I
> > wanted to check before reporting an RTPEngine bug...
> >
> >
> >
> > Thank you for any pointers or suggestio
I am getting errors when I run the following code
if (sql_xquery("mydb", "select * from account where account = 'demo'", "res")
== 1) {
xlog("L_INFO", "my number: $xavp(res=>number)\n");
} else {
xlog("L_WARN", "Connection forbidden from $si\n");
I solved it by doing this
ln -s /usr/local/mysql/bin/mysql_config /usr/bin/mysql_config
ln -s /usr/local/mysql/include /usr/include/mysql
25.02.2015, 18:59, "Daniel-Constantin Mierla" :
> You need to install the library for mysql client development.
>
> What operating system are you using? You
On 25 Feb 2015, at 18:56, Daniel Tryba wrote:
> On Wednesday 25 February 2015 18:14:06 Olle E. Johansson wrote:
>> Thank you for the feedback!
>
> BTW the Yes to is this a good thing ment: this is a really good idea to have
> in writing. But you still have to rely on the bugfinders to realize t
On Wednesday 25 February 2015 18:14:06 Olle E. Johansson wrote:
> Thank you for the feedback!
BTW the Yes to is this a good thing ment: this is a really good idea to have
in writing. But you still have to rely on the bugfinders to realize the
impact/need to secrecy.
> > But I fail to see how a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/25/2015 12:14 PM, Olle E. Johansson wrote:
>
> On 25 Feb 2015, at 17:24, Daniel Tryba wrote:
>
>> On Wednesday 25 February 2015 16:14:43 Olle E. Johansson wrote:
>>> http://www.kamailio.org/wiki/securitypolicy
>>>
>>>
>>> We encourage your fee
On 25 Feb 2015, at 17:24, Daniel Tryba wrote:
> On Wednesday 25 February 2015 16:14:43 Olle E. Johansson wrote:
>> http://www.kamailio.org/wiki/securitypolicy
>>
>>
>> We encourage your feedback!
>>
>> - Is this a good thing for the project?
>
> Yes
>
>> - Do you have any changes to the pol
Hello,
On 25/02/15 17:19, Slava Bendersky wrote:
> Hello Daniel,
> substr you suggested didn't worked.
> See my previous email.
your previous email didn't say anything about the results. That's why I
asked. Be sure you don't have those spaces that are in the email you
wrote. Also, I had more pare
On Wednesday 25 February 2015 16:14:43 Olle E. Johansson wrote:
> http://www.kamailio.org/wiki/securitypolicy
>
>
> We encourage your feedback!
>
> - Is this a good thing for the project?
Yes
> - Do you have any changes to the policy to suggest?
Yes:
>secur...@kamailio.org
>This address sho
Hello Daniel,
substr you suggested didn't worked.
See my previous email.
Feb 25 09:12:33 canlvprx01 kamailio: 11(4104) ERROR: ***
cfgtrace:request_route=[DEFAULT_ROUTE] c=[/etc/kamailio/kamailio-asterisk.cfg]
l=506 a=25 n=subst_uri
Feb 25 09:12:33 canlvprx01 kamailio: 11(4104) DEBUG: [re.c:
Hello,
you don't describe any problem at all. The subst() is working for sips:
but not for transport=tls? Or it is not working at all?
Cheers,
Daniel
On 25/02/15 15:11, Slava Bendersky wrote:
> Hello Everyone,
>
> Feb 25 09:12:33 canlvprx01 kamailio: 11(4104) ERROR: ***
> cfgtrace:request_route
You need to install the library for mysql client development.
What operating system are you using? You should install it via packages,
the name on debian is like libmysqlclient-dev...
Cheers,
Daniel
On 25/02/15 14:19, jaflong jaflong wrote:
> On compiling I get this error
>
> km_dbase.c:38:25:
Hello,
that's from 2007, closed as invalid -- that was v1.2.
Again, as in my previous email, you haven't described what is the state
after using the subst as I suggested previously.
Cheers,
Daniel
On 25/02/15 15:47, Slava Bendersky wrote:
> Hello Daniel,
> I found this bug report
>
> http://sou
Hello,
apparently the crash is in a debug message, can you send some extra details?
Inside the gdb, do the next command:
bt full
and send the output to me.
Daniel
On 24/02/15 17:42, Slava Bendersky wrote:
> Hello Everyone,
> Here link to core dump bt full.
>
> http://fpaste.org/189799/7960
Hello Kamailians!
During our last developer meeting, we had a discussion about implementing a
security policy for the project. I drafted a proposal that seemed fine with the
developer team. At this point, I'm looking for your feedback.
The proposal is short and brief at this point, we'll learn
Hello Daniel,
I found this bug report
http://sourceforge.net/p/openser/bugs/226/
Is this still valid ?
Slava.
From: "Slava Bendersky"
To: mico...@gmail.com
Cc: "sr-users"
Sent: Wednesday, February 25, 2015 9:11:54 AM
Subject: Re: [SR-Users] kamailio asterisk
Hello Everyone,
Feb
On compiling I get this error
km_dbase.c:38:25: fatal error: mysql/mysql.h: No such file or directory
#include
^
I have installed mysql using the standard install from tar.gz binary
This places the prefix for install in /usr/local/mysql
the include dir is /usr/local/m
Hello Everyone,
Feb 25 09:12:33 canlvprx01 kamailio: 11(4104) ERROR: ***
cfgtrace:request_route=[DEFAULT_ROUTE] c=[/etc/kamailio/kamailio-asterisk.cfg]
l=506 a=25 n=subst_uri
Feb 25 09:12:33 canlvprx01 kamailio: 11(4104) DEBUG: [re.c:448]:
subst_run(): subst_run: running. r=1
Feb 25 09:12:3
On 24/02/15 08:20 PM, Anthony Messina wrote:
> This is probably very likely a configuration issue on my part, but I wanted
> to
> check before reporting an RTPEngine bug...
>
> Thank you for any pointers or suggestions.
>
> This is a multi-homed server where
>
> em1: INTERNAL_IPv4 & GLOBAL_IPv
Hello,
change the r-uri to use sip instead of sips.
You can try with:
subst_uri('/^sips:(.+)$/sip:\1/');
Cheers,
Daniel!
On 25/02/15 01:14, Slava Bendersky wrote:
> Hello Everyone,
> I wonder in my case why kamailio is not bridging between TLS and UDP ?
> Is there additional configuration requ
20 matches
Mail list logo