Re: [sr-dev] [kamailio/kamailio] kamctl: enable kamctl test from shell variable. (#1977)

2019-06-26 Thread Henning Westerholt
I fear that applying 2c8fe55 will break compatibility for embedded systems again (issue #1815). Can you execute the kamdbctl create with 'bash -x' prefixed and see where exactly it stops? Maybe it is possible to just make this substitution to confirm to POSIX standard as well. -- You are

Re: [sr-dev] [kamailio/kamailio] Crash in pdb module (#1985)

2019-06-26 Thread Lucian Balaceanu
Closed #1985. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1985#event-2441499485___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Crash in pdb module (#1985)

2019-06-26 Thread Lucian Balaceanu
Issue seems to appear only when mixing v0 server and v1 client. Closing bug as your fixes are enough. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] DB_UNIXODBC always changes language and context (#1993)

2019-06-26 Thread Tim Chubb
Originally i had everything being backed by ODBC tables, but could never get the hangs to stop, usually presenting it self as an inability to auth registrations randomly. I think i also stumbled upon some hard coded MySQL syntax specific queries in various modules typically using the MySQL

Re: [sr-dev] [kamailio/kamailio] DB_UNIXODBC always changes language and context (#1993)

2019-06-26 Thread Ben Kaufman
I'm able to connect, the bug report here is more about the errors being written to the kamailio log. I'm also experiencing hangs, and hadn't considered that this could be from the ODBC connection, so I'll look into this. You indicate that you're working around this by proxying your query

[sr-dev] [kamailio/kamailio] registrar: clean avp/xavp created at 'usrloc:contact-expired' route_event (#1994)

2019-06-26 Thread Victor Seva
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README

Re: [sr-dev] [kamailio/kamailio] DB_UNIXODBC always changes language and context (#1993)

2019-06-26 Thread Tim Chubb
I worked around this issue (it's more a sql azure thing than kamailio) by creating a user on the dB and setting default language, db and schema on the login that was enough to get it to connect. Be warned though using sql azure with either freetds or the ms Linux driver I experienced random

[sr-dev] new child module for kamailio, is call "lre"

2019-06-26 Thread Mojtaba
Hello Everyone, In the middle of developing hiops module, another child module has grown up. I've been developing another module for Kamailio, I called this "lre". It means light-rtp-engine. The concept of this module is using the capability of linux-Kernel packet forwarding to forward RTP packets