Re: [SR-Users] python_exec and parameters

2017-02-09 Thread Konstantin M.
That's correct, it accepts only one parameter for now. After many years our company has switched to kamailio, I'm actively working on new version of app_python, more flexible and usable than current one, many new features... I'm not ready to push new changes to current module due to raw alpha and u

Re: [SR-Users] Commercial SBC or Kamailio

2016-09-16 Thread Konstantin M.
Hello. I can consider a variant developing a commercial hybrid system (kamailio + freeswitch). 2016-09-16 16:19 GMT+03:00 David Villasmil : > We've been using kamailio for years on a commercial environment as > registrar, and now we just removed the (very expensive) SBC to put kamailio > in its

[SR-Users] Kamailio + rtpproxy + SRTP

2016-07-18 Thread Konstantin M.
I have some problem with SSL+rtpproxy, kamailio successfully decodes SIP, rtpproxy decodes SRTP frames, all is going to freeswitch unencrypted. FS transfers the call back, the call is going unencrypted though kamailio, kamailio encodes to SSL, but rtpproxy DOESN'T encodes RTP frames to SRTP. Hence,

Re: [SR-Users] Kamailio benchmark app_python + OPTIONS

2016-06-12 Thread Konstantin M.
Hi, Could you please include config and python script? 2016-06-12 12:03 GMT+03:00 Anonim Stefan : > One more detail would be that I set the granularity equal to the call > rate, but still I'm looking at the global average. > > ___ > SIP Express Router

Re: [SR-Users] [sr-dev] Merry Christmas!

2014-12-24 Thread Konstantin M.
Thank you very much and Merry Christmas! 2014-12-24 23:04 GMT+03:00 Daniel-Constantin Mierla : > Another year getting slowly to the end, an excellent opportunity to > thank to all old and new friends of Kamailio project, from contributing > code to using it, helping on mailing lists and other pla

Re: [SR-Users] Create and control a new dialog to different server during main dialog

2014-12-12 Thread Konstantin M.
Hello Daniel, 2014-12-12 12:01 GMT+03:00 Daniel-Constantin Mierla : > > what do you mean by 'acccept' here, send a 200ok or a 100trying and hold > the INVITE in memory for a while? > > Well, yes. Desired scenario is send '100 trying' and hold the current invite, then communicate to separate SIP se

[SR-Users] Create and control a new dialog to different server during main dialog

2014-12-11 Thread Konstantin M.
Hello, I want to achieve the following schema: 1. Accept an initial invite 2. Create separate dialog to different SIP server (probably with some headers from point 1) 3. Wait until that different SIP server will complete dialog. 4. Based on result of point 3, transfer invite from 1 to the next st

Re: [SR-Users] Planning to switch committing to github

2014-12-08 Thread Konstantin M.
Hello Daniel, In case of moving users to githup, what should be with current users? As I understand, should be githup'ed users? Thanks! 2014-12-08 11:44 GMT+03:00 Daniel-Constantin Mierla : > Hello, > > I setup the mirror of Kamailio github repository to kamailio.org, can be > seen online at: >

Re: [SR-Users] send_reply in app_java or app_mono?

2014-09-11 Thread Konstantin M.
Tom, please take a look to: git_root/modules/app_java/kamailio_java_folder/java-untested here you can see a part of code in Kamailio.java: // retval = KamExec("append_hf", "P-hint: VOICEMAIL\r\n"); so, you can execute kamailio command using KamExec(command, params) 2014-09-12 0:03 GMT+

Re: [SR-Users] app_java issue

2014-09-11 Thread Konstantin M.
t saving repeating crash in > '/usr/local/sbin/kamailio' > > Sep 11 15:17:07 MAIFREEPBX abrt[16012]: Not saving repeating crash in > '/usr/local/sbin/kamailio' > > Sep 11 15:17:08 MAIFREEPBX abrt[15994]: Saved core dump of pid 15981 > (/usr/local/sbin/kamai

Re: [SR-Users] app_java issue

2014-09-11 Thread Konstantin M.
son : > Here is the log after the change. > > > > *From:* Daniel-Constantin Mierla [mailto:mico...@gmail.com] > *Sent:* Thursday, September 11, 2014 11:55 AM > *To:* Kamailio (SER) - Users Mailing List; Tom Johnson; Konstantin M. > *Subject:* Re: [SR-Users] app_java

Re: [SR-Users] app_python not able to import from Router

2014-06-02 Thread Konstantin M.
Hello, I will update the docs as soon as possible. Thanks for report! 2014-06-02 19:22 GMT+04:00 Olle E. Johansson : > > On 02 Jun 2014, at 16:38, Örn Arnarson wrote: > > > In lieu of better documentation, perhaps the sample code should be > > changed or altogether removed. > To sr-dev: Docume

Re: [SR-Users] How to remove attribute from SDP ?

2014-05-14 Thread Konstantin M.
I can share my solution, using app_python. I'm using this in production environment during 2 years. loadmodule "app_python.so" modparam("app_python", "script_name", "/opt/kamailio/python/sdp.py") modparam("app_python", "mod_init_function", "mod_init") modparam("app_python", "child_init_method", "c

Re: [SR-Users] Kamailio does not start with #!define WITH_AUTH

2014-05-13 Thread Konstantin M.
Hello, To find out what the problem is, you need to specify version of Kamailio and attach config. I can't reproduce this bug on 4.1. Thanks! 2014-05-14 6:45 GMT+04:00 Arya Farzan : > When the following lines are on top of my kamailio.cfg > > #!KAMAILIO > #!define WITH_MYSQL > #!define WITH_NA

Re: [SR-Users] Kamailio sending HTTP request to another app

2013-11-18 Thread Konstantin M.
Hello, 2013/11/18 Victor Torre Antunez > Hi all, > > I´m using EXEC Module to execute a HTTP request via curl, to comunicate > with another app like this: > > exec_avp("curl --connect-timeout 1 --max-time 2 > http://IP_ADDR:PORT/PATH/'$fU'/'$tU'/'$hdr(Call-ID)'", > "$avp(s:output)"); > >

Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Konstantin M.
I can suggest to add -DNOSMP, looks like your MIPS without SMP support, hence no lock memory bariers there. 2013/9/12 Ovidiu Sas > Please open a bug report about it. > And please check that your cross compilation is sane (no includes from > your local build system). > > Regards, > Ovidiu Sas >

Re: [SR-Users] app_python and handlers.py not working

2013-09-09 Thread Konstantin M.
Hi Brian, Could you please show me an error(s) and python files? 2013/9/9 Brian Wallen > I'm trying to setup app_python and I'm using the handlers.py script from > the git repo to test. I get the script to load and mod_init() and > child_init() both run, but I can't figure out how to get handl

Re: [SR-Users] Compile with mysql error

2013-06-16 Thread Konstantin M.
Hello, What is a distro ? 2013/6/17 David Cunningham > Hello, > > We have a system which Kamailio fails to compile mysql support on, even > though the library is installed. > > The mysql packages are: > MySQL-client.x86_64 > 5.5.28-1.rhel5installed > MySQL-de

Re: [SR-Users] app_python module fails with "AttributeError: init_modules() has failed"

2013-06-14 Thread Konstantin M.
ith strace but could not see anything > obvious. > > Any suggestions ? > > > On Thu, Jun 13, 2013 at 10:58 AM, phil lemelin wrote: > >> As requested, compressed core dump. >> >> >> On Thu, Jun 13, 2013 at 10:51 AM, Konstantin M. wrote: >> >>

Re: [SR-Users] app_python module fails with "AttributeError: init_modules() has failed"

2013-06-13 Thread Konstantin M.
G: init_mod: app_python > 0(3595) DEBUG: [sr_module.c:935]: DEBUG: init_mod: app_python > 0(3595) DEBUG: [sr_module.c:935]: DEBUG: init_mod: app_python > 0(3595) DEBUG: [sr_module.c:935]: DEBUG: init_mod: app_python > 0(3595) DEBUG: [sr_module.c:935]: DEBUG: init_mod: app_pyt

Re: [SR-Users] app_python module fails with "AttributeError: init_modules() has failed"

2013-06-13 Thread Konstantin M.
Yes, you're correct. Default values are: modparam("app_python", "script_name", "/usr/local/etc/sip-router/handler.py" modparam("app_python", "mod_init_function", "mod_init") modparam("app_python", "child_init_method", "child_init") But app_python is nothing related to db_mysql. Anyways, see my te

Re: [SR-Users] app_python module fails with "AttributeError: init_modules() has failed"

2013-06-13 Thread Konstantin M.
Hello, What version of kamailio are you using ? It is not enough just to add 'loadmodule "app_python.so"'. This module have to be configured properly. For example: modparam("app_python", "script_name", "/path/to/python/file.py" modparam("app_python", "mod_init_function", "mod_init") modparam("app_

[SR-Users] remove_body() leaves header Content-Type: application/sdp ?

2013-05-17 Thread Konstantin M.
Hello, I'm using a very ugly code to test remove_body(): request_route { remove_body(); $rd = "192.168.254.85"; t_relay(); } Original INVITE (with SDP): - U 192.168.254.102:5060 -> 192.168.254.104:5060 INVITE sip:123@192.168.254.104 SIP/2.0.

Re: [SR-Users] Problem accessing git repository

2013-04-12 Thread Konstantin M.
Hello, I just checked too, it's works to me fine. 2013/4/12 Henning Westerholt > Am Freitag, 12. April 2013, 12:52:17 schrieb Mikko Lehto: > > Yesterday I got "fatal: read error: Connection reset by peer" to my "git > > pull" command. I thought it was only temporary network error, but same > >

Re: [SR-Users] Is cvs repository of sip_route still alive?

2013-04-01 Thread Konstantin M.
# cvs -d:pserver:anonym...@cvs.berlios.de:/cvsroot/ser login Logging in to :pserver:anonym...@cvs.berlios.de:2401/cvsroot/ser CVS password: # cvs -d:pserver:anonym...@cvs.berlios.de:/cvsroot/ser co sip_router cvs [checkout aborted]: cannot stat /cvsroot/ser/locks: No such file or directory It seem

Re: [SR-Users] java code to interact with kamailio

2013-03-07 Thread Konstantin M.
Hello, You can try out app_java (http://voipgroup.org.ua/kamailio/dev/) but keep in mind, a code isn't tested well, I don't recommend to use it in live environment. 2013/3/6 Rupayan Dutta > Dear Sir, >I want to authenticate users as well as getting buddy list from > kamailio using j

Re: [SR-Users] installing v4.0.x from git

2013-03-04 Thread Konstantin M.
2013/3/4 Olle E. Johansson > > 4 mar 2013 kl. 09:20 skrev Daniel-Constantin Mierla : > > > Hello, > > > > I created the wiki page with the how-to install kamailio v4.0.x from > git. The tutorial is available at: > > > > - http://www.kamailio.org/wiki/install/4.0.x/git > > > > It should make life

Re: [SR-Users] Weird out-of-memory message on start/stop

2013-02-21 Thread Konstantin M.
Try to look at https://bugzilla.redhat.com/show_bug.cgi?id=803827 and http://forums.cpanel.net/f34/named-wont-start-284821.html#post1191151 2013/2/21 Andreas Granig > Hi Daniel, > > > On 02/21/2013 09:38 AM, Daniel-Constantin Mierla wrote: > >> My curiosity now, what means the syslog message:

Re: [SR-Users] app_python rewrite_ruri - BUG: do_action bad set*()

2013-02-15 Thread Konstantin M.
t to git for v4 in a some min. 2013/2/15 V Tone > Thanks Konstantin, much appreciated. I am using 3.x... I'll jump up to 4 > and wait your feedback. > > > On 15 February 2013 17:39, Konstantin M. wrote: > >> Hello, >> >> Ok, bug is confirmed. >> I will

Re: [SR-Users] app_python rewrite_ruri - BUG: do_action bad set*()

2013-02-15 Thread Konstantin M.
Hello, Ok, bug is confirmed. I will fix it a soon. Can I ask you - are you using now v4 or still using 3.x ? 2013/2/15 V Tone > Hi, > > I'm having problems getting started with the app_python module. I'm > getting the following in the logs: > > 5(8890) : [action.c:785]: BUG: do_action: bad

Re: [SR-Users] Kamailio-Java Integration

2013-02-10 Thread Konstantin M.
app_java (version 0.3.a) has been released. Link: http://voipgroup.org.ua/kamailio/dev/app_java/kamailio_app_java_v0.3a.tar.gz Fixed fixup mechanism issues according to Daniel's suggestions. 2013/2/8 Konstantin M. > Ok, I will review this part a soon. > Thank you. > >

Re: [SR-Users] Kamailio-Java Integration

2013-02-08 Thread Konstantin M.
Ok, I will review this part a soon. Thank you. 2013/2/8 Daniel-Constantin Mierla > > On 2/6/13 11:39 PM, Konstantin M. wrote: > > > > 2013/2/7 Daniel-Constantin Mierla > >> As expected, a consistent list of dependencies, but I guess that people >> using java

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Konstantin M.
if used from embedded languages. > > Yes, I'm using fexport->fixup() to all arguments. > Cheers, > Daniel > > > > On 2/6/13 11:20 PM, Konstantin M. wrote: > > I just published. > Here is a link: > http://voipgroup.org.ua/kamailio/dev/kamailio_app_java_v0

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Konstantin M.
and spot if there is > something to make it coherent in with the rest of embedded interpreters. > > Cheers, > Daniel > > > On 2/6/13 6:10 PM, Konstantin M. wrote: > > Hello. > > I've build an application app_java - Java Native Interface support for > Kamailio. &

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Konstantin M.
Hello. I've build an application app_java - Java Native Interface support for Kamailio. It is an alpha version. Works with kamailio >= 3.2. A code isn't in main release right now. You can download it: http://voipgroup.org.ua/kamailio/dev/kamailio_app_java_v0.1a.tar.gz I would be a very grateful

Re: [SR-Users] Kamailio World Conference - Registration is open

2013-01-07 Thread Konstantin M.
Hello. Are you plan to record a conference and publish on site ? I'd like to visit but I can't. Would be good to see a recorded conference. Thanks! 2013/1/7 Daniel-Constantin Mierla > Hello, > > the registration for Kamailio World Conference is now open! You can see > more details and register

Re: [SR-Users] [sr-dev] [Kamailio-Business] Merry Christmas!

2012-12-24 Thread Konstantin M.
Merry Christmas!!! 2012/12/24 Atle Samuelsen > Merry xmas to you all. Best regards atle > Den 24. des. 2012 22:04 skrev "Brandon Armstead" > følgende: > >> Merry Christmas!!! >> >> >> On Mon, Dec 24, 2012 at 1:00 PM, Daniel-Constantin Mierla < >> mico...@gmail.com> wrote: >> >>> Another year g

Re: [SR-Users] [sr-dev] New developer: Richard Good

2012-12-19 Thread Konstantin M.
Congratulations, Richard! 2012/12/19 Daniel-Constantin Mierla > Hello, > > I want to announce that a new developer got GIT write access to > repository: Richard Good - he is among those developing the IMS extensions > for Kamailio > (http://code.google.com/p/**smile-ims-extensions/

Re: [SR-Users] Call from SipML5 -> PSTN

2012-11-28 Thread Konstantin M.
Jeremy, it is doesn't work at all. I've made a lot of changes to that patched asterisk to make it working and no luck. However, ast11 has fully supported webrtc, but I heard no voice during a call. Another issue is - sipml5 is sending a malformed Contact field, and asterisk is trying to contact to

Re: [SR-Users] Debugging and syslog

2012-11-26 Thread Konstantin M.
If you're running Debian - try out my solution: 1) Edit /etc/rsyslog.d/50-default.conf (or /etc/rsyslog.conf, whatever are located default values for *.*) and change from: auth,authpriv.* /var/log/auth.log *.*;auth,authpriv.none -/var/log/syslog to: auth,authpriv.*

Re: [SR-Users] kamailio and app_python

2012-10-03 Thread Konstantin M.
Hello, I can contribute a python part, but currently I'm a very busy at the moment. I will write a patch to enable this ability (and many other features) as soon as possible. 2012/10/3 Daniel-Constantin Mierla > Hello, > > the best would be to enhance the module to be able to get/set > pseudo-va

Re: [SR-Users] Celebrating 11 Years

2012-09-03 Thread Konstantin M.
Congratulations!!! 2012/9/3 Daniel-Constantin Mierla > Hello, > > eleven years ago, the first piece of code of the project was committed. > Last year we organized a public event, for the 10 years celebration, > presentations and more details about it at: > * http://sip-router.org/10-**years-se

Re: [SR-Users] [ot] virtualization systems

2012-08-28 Thread Konstantin M.
>From my previous experience, I can't say, it's a correct. I'm using asterisk (over 3 years) and kamailio (about 1 year) in a *production* environment using Xen and I have almost no problems with timers (they were previously with 100Hz), but I have experienced A LOT of problems with asterisk or any

Re: [SR-Users] Kernel Module Issue

2012-08-08 Thread Konstantin M.
echo "blacklist nf_conntrack_sip" >> /etc/modprobe.d/blacklist.conf 2012/8/8 Vijay Thakur > Thanks for the hint. What is the file name in /etc/modprob.d/ where i am > supposed to enter this module name to disable it. > > Thanks > > Vijay Tha > > Message: 1 > Date: Mon, 06 Aug 2012 09:01:03 -0

Re: [SR-Users] Kernel Droping SIP packet

2012-08-06 Thread Konstantin M.
rmmod nf_conntrack_sip 2012/8/6 Alex Balashov > Can you paste this output too? > > lsmod | grep -i sip > > > > > -- Alex > > -- > Sent from my Samsung mobile, and thus lacking in the refinement one might > expect from a proper keyboard. > > Alex Balashov - Principal > Evariste Systems LLC > 235

Re: [SR-Users] kernel: nf_ct_sip: dropping packetIN= OUT=eth0 Error

2012-08-03 Thread Konstantin M.
Looks like your firewall is passing a state RELATED,ESTABLISHED and don't have a permit rule for a state NEW. Check your iptables or simply do a command: iptables-save > /tmp/iptables.txtand paste this file (/tmp/iptables.txt) to pastebin 2012/8/3 Vijay Thakur > Hello all, > > I have configu

[SR-Users] Does kamailio has some headers optimizing mechanism ?

2012-07-16 Thread Konstantin M.
Hello, I have a following part of code: if (route(Test_TO_Dialer)) { append_hf("P-hint: Loose Routing. Re-INVITE Detected: Uplink --> Originator.\r\n"); xlog("** loose_route(): Detected Re-INVITE from Uplink! **\n"); setflag(1); # do accounting

Re: [SR-Users] Over 100% of CPU usage on kamailio

2012-06-25 Thread Konstantin M.
)? > > Cheers, > Daniel > > > On 6/25/12 9:43 AM, Konstantin M. wrote: > > > do you have heavy traffic on that instance? How many children have you > configured? > > Yes, but only a voip. There are over 10k calls per day. > fork=yes > children=4 > > This c

Re: [SR-Users] Over 100% of CPU usage on kamailio

2012-06-25 Thread Konstantin M.
> do you have heavy traffic on that instance? How many children have you configured? Yes, but only a voip. There are over 10k calls per day. fork=yes children=4 This configuration is working during 1.5 months without any issues till now... > What you can do is to attach with gdb to a process us

[SR-Users] Over 100% of CPU usage on kamailio

2012-06-24 Thread Konstantin M.
Hello, Is there any reason to consume over 135% of CPU usage on kamailio ? (sreenshot: http://i48.tinypic.com/2u72hr8.png). Any ideas ? Thanks! ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org ht

Re: [SR-Users] [sr-dev] New developer - Vicente Hernando

2012-06-15 Thread Konstantin M.
Welcome, Vicente. I'm happy about to redis news! 2012/6/15 Vicente Hernando > Many thanks for the welcome! > > My current plans about ndb_redis module focus on creating an useful API > so to export some functions to other modules. > > Then we are thinking here about creating a simpler dialplan

Re: [SR-Users] sipcapture logging

2012-06-12 Thread Konstantin M.
tem. When using syslog/logrotate - the only one way to modify a root settings, no way to configure only userland part by configuring a logging strategy inside application like a many software allows. > Cheers, > Daniel > > > On 6/12/12 11:54 AM, Konstantin M. wrote: > > Hello

Re: [SR-Users] sipcapture logging

2012-06-12 Thread Konstantin M.
7;m a very curious why we still have so absolete logging system ? There are too many cute logging frameworks. Why we don't switch to some soft of log4c or log4cpp ? 2012/6/12 Daniel-Constantin Mierla > Hello, > > > On 6/9/12 8:59 PM, Konstantin M. wrote: > >> Hello, >

[SR-Users] sipcapture logging

2012-06-09 Thread Konstantin M.
Hello, Is it possible to log SIP sessions using sipcapture module to log files by log format instead of database ? Thanks! ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.

Re: [SR-Users] installing the kamailio-devel problem with db_mysql

2012-05-20 Thread Konstantin M.
Hi Uri, Could you please include a failed message so we can see what's wrong. 2012/5/20 Uri Shacked > Hi, > > i am trying to install the devel version using git. > did the changes on the modules,lst file to include "db_mysql" > i have mysql5.5 already installed with the shared components and cl

Re: [SR-Users] kamailio debug send messages

2012-05-17 Thread Konstantin M.
Hi Anca, I fixed this problem with your help. A modified patch is attached. Thanks! 2012/5/16 Konstantin M. > Hi Anca, > > > Yes, I will explain. > > Let's assume we have a kamailio config, attached as main.cfg (it's a very > simplified, I have excluded a lot of

Re: [SR-Users] kamailio debug send messages

2012-05-15 Thread Konstantin M.
e patch that allows calling onsend route also for > replies. After the 3.3 release is done, I will commit it also upstream. > > Regards, > Anca > > > > On 05/14/2012 09:00 PM, Konstantin M. wrote: > > Hi Marius, > > My opinion that a replies should be rout

[SR-Users] Extending app_python (patch)

2012-05-14 Thread Konstantin M.
Hi, As I see, app_python module has almost no logging functionality except LM_ERR. As a python developer and user I need a more python functionality. did a patch (attached) against kamailio-3.2.3 for adding an additional logging and I'd like to share it. Testcase: 0(5403) INFO: app_python [pytho

Re: [SR-Users] kamailio debug send messages

2012-05-14 Thread Konstantin M.
Hi Marius, My opinion that a replies should be routed to onsend_route after onreply_route in order unless they are dropped in onreply_route. It's by a common sense I think. All the traffic that is being sent/replied/forwarded and so on (in a short, all outgoing traffic) should trigger some callbac

Re: [SR-Users] change/replace anything in body message

2012-05-11 Thread Konstantin M.
Thanks Daniel, it's works! 2012/4/25 Daniel-Constantin Mierla > Hello, > > > On 4/24/12 6:27 PM, Konstantin M. wrote: > >> Hi, >> >> Is there a way to change/replace anything in body message ? >> Used: replace_body_atonce, replace_body_all, re

Re: [SR-Users] kamailio debug send messages

2012-05-11 Thread Konstantin M.
Hi Daniel, For some reasons, onsend_route doesn't triggered when transfering 100,180,183, etc... 2012/5/11 Daniel-Constantin Mierla > Hello, > > debug messages printed to syslog from the source code are because the > developer needed/wanted them for troubleshooting. > > As an admin, you have

[SR-Users] error searching pvar "sp."

2012-05-09 Thread Konstantin M.
Hello, When I have the following code: xlog("Dropped INVITE from unregistered location: $si:$sp.\n"); -- I'm getting a parse error: 0(3735) ERROR: [pvapi.c:708]: error searching pvar "sp." 0(3735) ERROR: [pvapi.c:912]: wrong char [./46] in [$sp. ] at [3 (0)] 0(3735) ERROR: xlog [x

Re: [SR-Users] Config include

2012-05-09 Thread Konstantin M.
rectives. So it can be either before main route block or at the bottom > of your main kamailio.cfg. > > On 05/09/2012 06:48 PM, Konstantin M. wrote: > > After including a part of main config to included file -- I got a > > several errors like: > > > > > > 0(15

Re: [SR-Users] Config include

2012-05-09 Thread Konstantin M.
] { xlog("L_NOTICE", "[$mi] Received SIP Message (method [$rm]) ($ml[$cl] bytes) from $Ri:$Rp ($si:$sp):\n$mb\n"); } ... Do I have to duplicate the section of modules to that included file or I'm wrong ? 2012/5/9 Konstantin M. > Hi Andrew, > > I have mis

Re: [SR-Users] Config include

2012-05-09 Thread Konstantin M.
Hi Andrew, I have missed that. Thank you very much! 2012/5/9 Andrew Pogrebennyk > Hello, > It is already there, see > http://www.kamailio.org/dokuwiki/doku.php/core-cookbook:3.1.x > > On 05/09/2012 06:04 PM, Konstantin M. wrote: > > Hi, > > > > I would like

[SR-Users] Config include

2012-05-09 Thread Konstantin M.
Hi, I would like (and a many people here I believe) to have a functional of including a multiple config files like (foe example asterisk's #include "path/to/some/config.conf"). Is it possible to implement a such feature ? Thanks! ___ SIP Express Router

Re: [SR-Users] json and jsonrpc-c

2012-05-06 Thread Konstantin M.
Hi Ron, Don't need to modify anything. Just install a proper -devel packages and libs. For example if you running debian, just do: aptitude install libjson0 libjson0-dev libevent-dev libxmlrpc-c3 libxmlrpc-c3-dev 2012/5/6 Ron McLeod > I set the PKG_CONFIG_PATH environment variable to /usr/loca

[SR-Users] change/replace anything in body message

2012-04-24 Thread Konstantin M.
Hi, Is there a way to change/replace anything in body message ? Used: replace_body_atonce, replace_body_all, replace_all, subst_body. Nothing is working. Thanks, ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.

[SR-Users] replace body content

2012-04-23 Thread Konstantin M.
Hi, Is there a way to change/replace anything in body message ? Used: replace_body_atonce, replace_body_all, replace_all, subst_body. Nothing is working. Thanks, ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.