Re: [SR-Users] receive_fd(): EOF

2015-10-02 Thread Daniel-Constantin Mierla
You changed the source code, so send the diff, not the entire files, in order to be easier to see what code you wrote. Anyhow, the log messages say there is a buffer overflow -- you wrote more into the buffer than the buffer size. Cheers, Danie On 01/10/15 20:04, jery john wrote: > 11(12454) :

Re: [SR-Users] Inconsistent string interpolation

2015-10-02 Thread Daniel-Constantin Mierla
On 01/10/15 14:34, Sven Neuhaus wrote: > Am 01.10.2015 um 12:53 schrieb Daniel-Constantin Mierla: >> there are different actions, one is assignment of an expression and the >> other is a function call. Functions can evaluate they parameters as they >> need/want by having the appropriate C code

Re: [SR-Users] how to use data received from diameter answer(CCA) in kamailio config script

2015-10-02 Thread Daniel-Constantin Mierla
Hello, cdp module is the diameter peer module in kamailio, see if that one helps you. Cheers, Daniel On 01/10/15 16:03, SureshTummala wrote: > Hi, > > I want retrieve the data present in the Credit-Control-Answer response > from diameter in kamailio configuration script. Is there any provision

Re: [SR-Users] Interoperability issues between browsers and mobile phones to place a call.

2015-10-02 Thread Daniel-Constantin Mierla
Hello, look at the sip trace on server to see if the SIP packets are going between the devices. I don't know the imsdroid, does is support srtp as per webrtc requirements? Cheers, Daniel On 30/09/15 09:36, Safdar Khan wrote: > Hi Daniel sir > I have enabled web-sockets module into my kamailio

Re: [SR-Users] ERROR: mediaproxy [mediaproxy.c:1978] #347

2015-10-02 Thread Daniel-Constantin Mierla
Hello, load dialog module in your configuration file. Cheers, Daniel On 30/09/15 05:15, Ngoc wrote: > > Hello supporter, > > I took a look kamailio and get the error: Sep 29 11:28:37 > lvps46-163-74-198 /usr/local/sbin/kamailio[1738]: ERROR: mediaproxy > [mediaproxy.c:1978]: EngageMediaProxy():

Re: [SR-Users] cnxcc module

2015-10-02 Thread Daniel-Constantin Mierla
Hello, I don't use cnxcc module, but try with debug=3 in kamailio.cfg and look at syslog messages, maybe you get a hint of what is happening. Cheers, Daniel On 22/09/15 16:29, Максим Панчоха wrote: > Hello! > I'm trying to set max call duration, but after 5 seconds call is > continues. >

[SR-Users] Kamailio v4.3.3 Released

2015-10-02 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.3.3 stable release is out. This is a maintenance release of the latest stable branch, 4.3, that includes fixes since release of v4.3.2. There is no change to database schema or configuration language structure that you have to do on previous installations of v4.3.x.

Re: [SR-Users] how to use data received from diameter answer(CCA) in kamailio config script

2015-10-02 Thread Carsten Bock
Hi Suresh, at the moment, there is no native way to retrieve this information from script. If you want to retrieve additional information from the CCA, you will have to implement that into the diameter_charging module, which would result in a custom implementation. Thanks, Carsten 2015-10-01

Re: [SR-Users] how to use data received from diameter answer(CCA) in kamailio config script

2015-10-02 Thread Jason Penton
Carsten is correct, but I think he meant ims_charging module Cheers Jason On Fri, Oct 2, 2015 at 10:09 AM, Carsten Bock wrote: > Hi Suresh, > > at the moment, there is no native way to retrieve this information > from script. If you want to retrieve additional information

Re: [SR-Users] Inconsistent string interpolation

2015-10-02 Thread Sven Neuhaus
Am 02.10.2015 um 08:38 schrieb Daniel-Constantin Mierla: > On 01/10/15 14:34, Sven Neuhaus wrote: >> Am 01.10.2015 um 12:53 schrieb Daniel-Constantin Mierla: >>> For assignments, that is the general interpreter which considers strings >>> as being the tokens in between quotes. Trying to interpret

Re: [SR-Users] Siremis-4.2.0 - error with Alias and login page

2015-10-02 Thread Infinicalls Infinicalls
Hi, Thanks. It worked when I re-installed php (especially gd) with the latest ones. Maybe, it was a case of version incompatibility. regards Ganesh Kumar On 10/2/15, Daniel-Constantin Mierla wrote: > Hello, > > can you show what you put in apache configuration file for the

Re: [SR-Users] Inconsistent string interpolation

2015-10-02 Thread Sven Neuhaus
Am 02.10.2015 um 11:51 schrieb Daniel-Constantin Mierla: > On 02/10/15 11:00, Sven Neuhaus wrote: >> Am 02.10.2015 um 08:38 schrieb Daniel-Constantin Mierla: >>> On 01/10/15 14:34, Sven Neuhaus wrote: Ideally, all variables in double quoted strings should be interpolated and single

Re: [SR-Users] Inconsistent string interpolation

2015-10-02 Thread Daniel-Constantin Mierla
On 02/10/15 11:00, Sven Neuhaus wrote: > Am 02.10.2015 um 08:38 schrieb Daniel-Constantin Mierla: >> On 01/10/15 14:34, Sven Neuhaus wrote: >>> Am 01.10.2015 um 12:53 schrieb Daniel-Constantin Mierla: For assignments, that is the general interpreter which considers strings as being the

[SR-Users] reSIProcate v1.10.0 released

2015-10-02 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The v1.10.0 release has been tagged and made available for download: https://www.resiprocate.org/files/pub/reSIProcate/releases/ and a direct link to the ChangeLog: https://github.com/resiprocate/resiprocate/blob/resiprocate-1.10/ChangeLog

Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-10-02 Thread Jijo
I have rebuild the official version(4.3.2) again with the default scripts and now i'm getting diffrent core. This happens only when i enable TLS module in kamailio. So i believe there is some corruption causing when TLS module in Kamailio and SSL in Mongo Driver is enabled. I'm running with

[SR-Users] Http authentification with JSON-RPC command

2015-10-02 Thread Loïc Boissy
Hello, I would like to authorize JSON-RPC commands for a specific user. Is it possible to enable HTTP authentification on the xHTTP module? Thanks for your help. Best regards Loic BOISSY ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

Re: [SR-Users] Siremis-4.2.0 - error with Alias and login page

2015-10-02 Thread Daniel-Constantin Mierla
Hello, can you show what you put in apache configuration file for the alias part? Also be sure that mod rewrite is enabled for apache. Cheers, Daniel On 21/09/15 09:20, Infinicalls Infinicalls wrote: > Hi, > I tried installing siremis-4.2.0 following the step given.The Alias > was not working.

Re: [SR-Users] Kamailio-Asterisk real-time integration with Dynamic IP

2015-10-02 Thread Daniel-Constantin Mierla
Hello, forgot about this email after I saw it -- thanks for sharing, I appreciate any contribution to documentation and tutorials. I am sure it will be helpful for others looking at same topology for kamailio-asterisk integration. If you want, you can create a tutorial with your version on the

Re: [SR-Users] FW: Your iptel.org Registration

2015-10-02 Thread Daniel-Constantin Mierla
The mailing list for iptel.org sip service is: http://lists.iptel.org/mailman/listinfo/services Cheers, Daniel On 30/09/15 15:27, Bijal Desai wrote: > When I call on sip:bijalde...@iptel.org, it is not working. Can you please > guide me > > -Original Message- > From:

[SR-Users] defaults missing from tcp ops module readme

2015-10-02 Thread Juha Heinanen
after seeing some commits on tcpops module, i decided to check its readme and noticed that nothing is mentioned about the default values of parameters. it might be useful to tell that, e.g., if tcp_keepalive_enable is not set, then tcp_keepalive core parameter value tells what the status is. --