Re: [SR-Users] VERY IMPORTANT: deciding when to remove the MI code

2017-01-04 Thread Yasin CANER
Hello;     kamailio Version 4.1 installed and tried same configuration with carrierroute. it is working kamctl function but i had to remove  a "require_dbengine" function in kamctl. it checks that is it suport db_mysql. Anyway , configuration is working with

[SR-Users] IMPORTANT: MI code removed (or disabled)

2017-01-04 Thread Daniel-Constantin Mierla
Hello, as of now, no active MI reladed code should be in master branch -- the internal library kmi and the mi_datagram, mi_fifo, mi_xmlrpc, mi_rpc and pua_mi modules were removed. Couple of modules still have some mi code disabled with ifdefs, they are pending the port to RPC commands. These

[SR-Users] unexpected char [#015]

2017-01-04 Thread AL S
Hi, Kamailio is complaining about unexpected char [#015] in TO header of INVITE: Jan 3 14:55:41 tpa-ar-openser01 /usr/sbin/kamailio[4782]: ERROR: [parser/parse_to.c:626]: ERROR: parse_to : unexpected char [#015] in status 6: <<> . Jan 3 14:55:41

[SR-Users] RTPProxy with VPN

2017-01-04 Thread Rodrigo Moreira
Hello, I am having problems with RTPPROXY. I need it to work as a bridge. On one side will have a VPN tunnel called a tun0, on the other an eth0 interface. Is it possible for RTPPROXY to run correctly in this scenario? How can I test if RTPPROXY is running correctly? Is there any command? What

Re: [SR-Users] presentity tabla, faster update when drop TCP/TLS connection

2017-01-04 Thread Daniel-Constantin Mierla
Hello, I got distracted by other tasks and then the winter holidays. Can you open an item on: - https://github.com/kamailio/kamailio/issues not to forget again about this enhancemet request. Cheers, Daniel On 21/11/2016 13:09, João Resende wrote: > I can try to test, I think that this

[SR-Users] how to immediately close a tls connection

2017-01-04 Thread Andy
Hi, trying to close a tls connection immediately, have ref to the connection (tcpconn) pointer please suggest, thanks! -- View this message in context: http://sip-router.1086192.n5.nabble.com/how-to-immediately-close-a-tls-connection-tp154630.html Sent from the Users mailing list archive at

[SR-Users] Kamailio v5.0 - development frozen

2017-01-04 Thread Daniel-Constantin Mierla
Hello, development (master) branch of Kamailio enters now in pre-release phase for version 5.0.0. Therefore, no new feature should be pushed to master until we create a dedicated branch for 5.0 (expected to be in about 4 weeks or so). If in doubt to push or not a commit to master, push it first

Re: [SR-Users] unexpected char [#015]

2017-01-04 Thread Daniel-Constantin Mierla
Hello, the To URI starts with < -- see: To: -- it should be before ;tag= if you don't want tag to be uri parameter instead of to header parameter (as in rfc). Cheers, Daniel On 04/01/2017 16:00, AL S wrote: > > Hi, > > >

Re: [SR-Users] unexpected char [#015]

2017-01-04 Thread AL S
Hi, Here is another failed test call with closing angle bracket: Kamailio log Jan 3 14:55:41 tpa-ar-openser01 /usr/sbin/kamailio[4782]: ERROR: [parser/parse_to.c:626]: ERROR: parse_to : unexpected char [#015] in status 6: <<> . FROM and TO in

Re: [SR-Users] VERY IMPORTANT: deciding when to remove the MI code

2017-01-04 Thread Yasin CANER
Hello;     I think problem is my config. 4.4.4 version is cloned and try to run. it runs kamailio but kamctl cr reload command gives error "ERROR: This command requires a database engine - none was loaded" I am digging configuration. In additon , how can

Re: [SR-Users] VERY IMPORTANT: deciding when to remove the MI code

2017-01-04 Thread Yasin CANER
Hello;     lastest master branched is pulled and worked with kamailio -ddd -E . cr.reload method works fine but cr.dump_routes gives error message like "error: 500 - Internal error - carrier structure"     debug messages are here "[ 

Re: [SR-Users] location

2017-01-04 Thread Slava Bendersky
Hello Daniel, Based on wiki page http://www.kamailio.org/docs/modules/4.4.x/modules/registrar.html#registrar.f.save I should be able do location save with pv var and supply uri. save("location", "0x00", "sip:t...@kamailio.org"); * uri (optional - flags param has to be set and can

Re: [SR-Users] Regarding usage of Redis Module in Kamailio core

2017-01-04 Thread Vicente Hernando
Hello Hemanth, just a quick response, I would check if you compiled ndb_redis module correctly (also if you have hiredis library dependency). Also I would check if you loaded ndb_redis module in your configuration file. Regards, Vicente. On 01/04/2017 10:11 AM, hema...@advaitamtech.com

[SR-Users] Regarding usage of Redis Module in Kamailio core

2017-01-04 Thread hema...@advaitamtech.com
Hello, I am using Kamailio as a SIP proxy, I want to store Registered user information in Redis DB, I am able to configure REDIS DB, But i am not able to run the redis command from Kamailio core using the function "redis_cmd("srvN","SET key 1", "r")" I am getting undefined reference

[SR-Users] Diameter AVP handling from kamaiio.cfg

2017-01-04 Thread Zoltán Miricz
Dear All, I'm wondering is it possible to catch Diameter Messages and their AVP values from kamailio.cfg just like for SIP messages? (Using pseudo variables) I looked into this function from the attached S-CSCF example. route[REG_MAR_REPLY] { #this is async so to know status we have to check

Re: [SR-Users] sr-users Digest, Vol 140, Issue 3

2017-01-04 Thread hema...@advaitamtech.com
Hello Vicente, Thanks for your response, In response to your query, Yes i have Built ndb_redis module and i can see ndb_redis.so in /usr/local/lib64/kamailio/modules folder, I have installed hiredis depenency also, I have also modified the kamailio.cfg file loadmodule and modparam list, I

Re: [SR-Users] VERY IMPORTANT: deciding when to remove the MI code

2017-01-04 Thread Daniel-Constantin Mierla
Hello, thanks for testing... Can you use latest master version, load jsonrpcs.so module and then issue the command: kamctl rpc cr.dump_routes Note that you may need to edit kamctlrc and set ctl engine to RPCFIFO if you have an older version of kamctlrc file installed. Cheers, Daniel On