Hi Kota Sai Krishna,
on what Os are you compiling?
Probably it would be best to try to compile the debian packages
yourself first, then you've solved all your dependencies:
http://kamailio.org/wiki/install/4.0.x/debian
Kind regards,
Carsten
2013/9/10 Sai Krishna Kota :
> Hello Carsten,
>
>Yh
Hello,
thanks, patch was commited and pushed to remote repository.
Cheers,
Daniel
On 9/10/13 11:02 PM, Vitaliy Aleksandrov wrote:
Maybe when I opened the previous patch by a text editor to check if it
has all I wanted to add tabs were accidentally replaced by spaces.
Anyway fixed version is i
Thanks for the feedback -- Here is my updated version.
modparam("htable", "htable",
"htable_source_group_rates_sec=>size=8;dbtable=htable_source_group_rates_sec;initval=0;autoexpire=300;")
modparam("htable", "htable",
"htable_source_group_rates_min=>size=8;dbtable=htable_source_group_rates_min;i
Hello,
I want to announce that a new person got developer GIT write access to
repository: Charles Chance.
He is for long time in the community, sending patches in the past to
modules such as memcache. His immediate goal is to care of dmq module,
having a set of patches to be committed as wel
Welcome Charles!
Fred Posner | Team Forrest / LOD
direct: 503-914-0999 | fax: 954-472-2896
On 09/13/2013 10:06 AM, Daniel-Constantin Mierla wrote:
Hello,
I want to announce that a new person got developer GIT write access to
repository: Charles Chance.
He is for long time in the community, se
Hi,
I'm still having some problem with NAT configuration and I'm still waiting
for any help that you can provide.!!
Thanks
On Wed, Sep 4, 2013 at 5:12 PM, Kethzer Docteur wrote:
> U 179.52.15.139:5060 -> 6*.21*.*.*:5060
> REGISTER sip:6*.21*.*.* SIP/2.0.
> Via: SIP/2.0/UDP 179.52.15.139:5060
> ;
Thanks, very happy to be contributing!
Charles
On 13 Sep 2013 15:09, "Fred Posner" wrote:
> Welcome Charles!
>
> Fred Posner | Team Forrest / LOD
> direct: 503-914-0999 | fax: 954-472-2896
>
> On 09/13/2013 10:06 AM, Daniel-Constantin Mierla wrote:
>
>> Hello,
>>
>> I want to announce that a ne
Hi,
is it correct that the json_get_field returns the quotes from the json
document?
Example:
{ "foo": "bar" }
json_get_field("$var(json)", "foo", "$var(result)");
result will contain "bar" with quotes ...
I was a little astonished to see that.
Flo
--
Florian Lohoff
There's a significant overhaul to the json and jsonrpc-c modules available
at https://github.com/flowroute/. I've been trying to find time to test and
merge into maser.
On Fri, Sep 13, 2013 at 1:00 PM, Florian Lohoff wrote:
>
> Hi,
>
> is it correct that the json_get_field returns the quotes fr