[SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-04 Thread Will Ferrer
Hi All We recently discovered that our dispatcher boxes have this error constantly at the end of our calls. ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for () We aren't seeing any issues arising from it that we can notice but wanted to see if any one knew what it mean

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Elena-Ramona Modroiu
Can someone test using newer php versions and the latest git version of siremis from git hub? - https://github.com/asipto/siremis It includes a newer smarty framework and seems to work ok with php 5.5 (on ubuntu trusty/linux mint 17). Regarding the error with database, maybe php 5.6 has di

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Peter Villeneuve
To reiterate. The issues seem to only popup on PHP versions greater than 5.4. Everything below 5.5 (like your 5.3) should work as expected. On Thu, Dec 4, 2014 at 5:42 PM, Virmantas Variakojis < virmantas.variako...@lamoda.ru> wrote: > Works fine for me with php 5.3 > 2014 gruod. 4 18:26 "Peter V

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Virmantas Variakojis
Works fine for me with php 5.3 2014 gruod. 4 18:26 "Peter Villeneuve" rašė: > I can confirm there are issues with siremis and newer php versions. > I have seen problems with Siremis and PHP > 5.4. > In fact I reported that back in May in the sr-dev list but got no > response. > http://lists.sip-r

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Peter Villeneuve
I can confirm there are issues with siremis and newer php versions. I have seen problems with Siremis and PHP > 5.4. In fact I reported that back in May in the sr-dev list but got no response. http://lists.sip-router.org/pipermail/sr-dev/2014-May/024183.html My errors were popping up with 5.5. I g

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Daniel-Constantin Mierla
Btw, you need to install dbg symbols package, in case you installed from some deb/rpm. Daniel On 04/12/14 17:22, Daniel-Constantin Mierla wrote: > Hello, > > I need the output of the 'bt full' -- I guess it will require a few > 'more' paginations, because it is printing the values for local > var

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Daniel-Constantin Mierla
Hello, I need the output of the 'bt full' -- I guess it will require a few 'more' paginations, because it is printing the values for local variables which are important to troubleshoot. Cheers, daniel On 04/12/14 17:13, Timo Klecker wrote: > > Hi Daniel, > > > > gdb /path/to/kamailio /path/to/

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Timo Klecker
Hi Daniel, gdb /path/to/kamailio /path/to/corefile sent me into interactive mode. Typing bt full now sent me into something like "more" so I had to copy everything by hand, like 46k lines. So I searched the web for a non interactive method and came up with this. If it is not ok, plea

Re: [SR-Users] Registrar path support on lookup

2014-12-04 Thread Ben Langfeld
Thanks Daniel. Config can be found here: https://gist.github.com/benlangfeld/1b61f41c31129e8f2db3 INVITEs as provided (with a Route with two comma-separated elements) get routed via the Contact header (instead of the second Route element). When I use loose_route() on the INVITE, it goes into a lo

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Daniel-Constantin Mierla
Hello, wondering why not simply sending what I asked for, respectively output for: gdb /path/to/kamailio /path/to/corefile bt full I guess I wanted to get some useful information out of those commands... Cheers, Daniel On 04/12/14 16:41, Timo Klecker wrote: > > Hi Daniel, > > > > sorry for s

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Timo Klecker
Hi Daniel, sorry for sending the core files, I now sent the output of: gdb --batch --quiet -ex "thread apply all bt full" -ex "quit" /sbin/kamailio /core.8933 Hope this is what you are looking for. Kind regards, Timo Von: Daniel-Constantin Mierla [mailto:mico...@gmail.co

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Daniel Shoemaker
It's all working. Thanks for your help. Apparently there is an issue with php 5.6. When I got rid of it and installed php 5.4 it worked instantly. Dan On Thu, Dec 4, 2014 at 6:27 AM, Daniel Shoemaker wrote: > When I try to sign into Siremis 4.1 using admin and the default password > it gives

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Daniel-Constantin Mierla
Hello, corefiles themselves are useless. I need the backtrace from them, respectively the output of: gdb /path/to/kamailio /path/to/corefile bt full Cheers, Daniel On 04/12/14 15:56, Timo Klecker wrote: > > Hello Daniel, > > > > yes, with the production config I still get a core, not with the

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Daniel Shoemaker
I have installed the php-mysql module. It is currently 5.6.3-3. I'll try uninstalling it and using a lower version. Dan On Thu, Dec 4, 2014 at 6:27 AM, Daniel Shoemaker wrote: > When I try to sign into Siremis 4.1 using admin and the default password > it gives me a pop-up saying that Openbiz

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Timo Klecker
Hello Daniel, yes, with the production config I still get a core, not with the testing config, though. The last line in log with testing config is: Dec 4 13:28:06 lvm-centos-kamailio1 /sbin/kamailio[8045]: ERROR: [action.c:1572]: run_actions(): WARNING: too many recursive routing table lo

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Daniel-Constantin Mierla
Hello, do you still get a core file? The easiest to troubleshoot is to get the backtrace from the core with gdb. Setting up a testbed requires more resources, not trivial when out of the office. Cheers, Daniel On 04/12/14 14:21, Timo Klecker wrote: > > Hi Daniel, > > > > I was able to recreate

Re: [SR-Users] Registrar path support on lookup

2014-12-04 Thread Daniel-Constantin Mierla
You should put the config somewhere for review. Note that default kamailio.cfg ignores Route headers for initial requests. You have to handle initial requests with loose_route(). Cheers, Daniel On 04/12/14 13:35, Ben Langfeld wrote: > In that case the issue would have to be with the Kamailio-base

Re: [SR-Users] Not getting the final response after ringing

2014-12-04 Thread Rizwan Khan
I don't access the server. I only have access to the proxy. Server works fine on the operators' broadband network. Have setup the proxy to make it work on other ISP's network as well. So the proxy receives the traffic on a unsual port which is not blocked and forwards it to 5060 port on the server

Re: [SR-Users] Kamailio Crash when modifying username of Request Uri

2014-12-04 Thread Timo Klecker
Hi Daniel, I was able to recreate the Issue with the newer version (4.1.6). Please find attached Kamailio configuration and sip-invite. (Please change modules path according to installation) The attached Kamailio configuration is a (very) simplified configuration we are running in production.

Re: [SR-Users] Kamailio Failed to Query the Asterisk DB to Authenticate Registration Requests.

2014-12-04 Thread Mahmoud Ramadan Ali
Solved ! Thanks, Now i have to go to the next step " Load Balancing ". On Thu, Dec 4, 2014 at 10:31 AM, Daniel-Constantin Mierla wrote: > Hello, > > can you check the structure of asterisk users table? MySQL library reports > it doesn't have the column secret: > > Nov 22 17:19:20 debian /usr/lo

Re: [SR-Users] Registrar path support on lookup

2014-12-04 Thread Ben Langfeld
In that case the issue would have to be with the Kamailio-based edge proxy which is not routing based on the second Route in the list. Is that a known issue? I can provide more details if you think I'm on the right track. On 4 December 2014 at 10:09, Daniel-Constantin Mierla wrote: > Hello, > >

[SR-Users] [Kamailio -feature]

2014-12-04 Thread Ludovic DURAND
Hi, The purpose of projet is to implement a VoIP secure solution with Kamailio as core IMS network. In this project VoIP call will be established with zRTP. SBC is transparent for zRTP call, zRTP is establish between 2 end point (terminals), SBC don't decrypt or encrypt the call. Thus SBC d

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Daniel-Constantin Mierla
Have you installed php mysql module? Cheers, Daniel On 04/12/14 12:27, Daniel Shoemaker wrote: > When I try to sign into Siremis 4.1 using admin and the default > password it gives me a pop-up saying that Openbiz has encountered an > error: > > [{"target":"ERROR","content":" > \n[2014-11-17 11:51

Re: [SR-Users] Registrar path support on lookup

2014-12-04 Thread Daniel-Constantin Mierla
Hello, having more record-route addresses in the same header, separated by comma, it is valid. Other headers (Via, Record-Route, Supported, Required ...) can have same format, it is a matter of UAC how it builds them, each with a header name or all under same header name. Cheers, Daniel On 04/12

[SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Daniel Shoemaker
When I try to sign into Siremis 4.1 using admin and the default password it gives me a pop-up saying that Openbiz has encountered an error: [{"target":"ERROR","content":" \n[2014-11-17 11:51:15 (GMT)] An exception occurred while executing this script: \nError message: #8192, Non-static method BizS

[SR-Users] Registrar path support on lookup

2014-12-04 Thread Ben Langfeld
I'm facing a problem which I believe may be a bug in the registrar module's lookup. When a registration comes with multiple Path headers, these are recorded in the location table as comma separated. When the lookup is performed and these are used to construct the Route header(s) on an INVITE, this

Re: [SR-Users] Evapi reply processing

2014-12-04 Thread DanB
Thanks Daniel, This was exactly what I was looking for. I have also reviewed again your "Asynchronous Processing in Kamailio Configuration File" presentation from Kamailio World 2014 and it provided me an incredible amount of digested information regarding async processing(especially the part

Re: [SR-Users] Accounting: syslog vs db_flatfile

2014-12-04 Thread DanB
Thanks guys for all of your answers! @Daniel: OK, this is good news. I will check both syslog and db_flatfile. @Jorj: the reason I am looking towards a local module is for eliminating the risk of loosing the CDRs on the network. Why flatfile: for simplicity of configuring (vs additional syslog

Re: [SR-Users] Not getting the final response after ringing

2014-12-04 Thread Daniel-Constantin Mierla
Look at the sip traffic flowing though server (e.g., with ngrep on port 5060) and see where the packets are routed. Cheers, Daniel On 01/12/14 11:30, Rizwan Khan wrote: > I am not sure if its the issue on my client end as CSIPSImple is not > sendin the PRACK that is expected by the server or the

Re: [SR-Users] Refreshing the Kamailio logo

2014-12-04 Thread Daniel-Constantin Mierla
On 04/12/14 09:56, Victor Seva wrote: > On 12/03/2014 10:24 AM, Daniel-Constantin Mierla wrote: >> A1) variant based on Kamailio World logo (used by twitter >> kamailioproject account and on some materials at various events). It was >> a backup variant so far as we had high resolution graphics tha

Re: [SR-Users] Evapi reply processing

2014-12-04 Thread Daniel-Constantin Mierla
Hello, there is a function that 'parks' the request already: http://kamailio.org/docs/modules/stable/modules/evapi.html#evapi.f.evapi_async_relay Be sure you keep somehow the values of $T(id_index) and $T(id_label) (either in htable, or send them to cgrates and they have to be returned back in r

[SR-Users] Evapi reply processing

2014-12-04 Thread DanB
Hey Guys, We are in the process of implementing prepaid control using CGRateS engine and for that we will be using evapi module (thanks Daniel again for that). I was wondering if you can advice us whether the path we are taking is the correct one. On INVITE, we will initiate a MaxCallTimeo

Re: [SR-Users] Refreshing the Kamailio logo

2014-12-04 Thread Massimo Varriale (IPZeta)
I like A1 Logo, because to me it give the idea of 360° communications where in the middle you have Kamailio. Exactly what Kamailio is! And also the logo is clean and professional! As Victor I vote, A1 +1! Cheers Max Il giorno 04/dic/2014, alle ore 09:56, Victor Seva ha scritto: > On 12/03/201

Re: [SR-Users] Refreshing the Kamailio logo

2014-12-04 Thread Victor Seva
On 12/03/2014 10:24 AM, Daniel-Constantin Mierla wrote: > A1) variant based on Kamailio World logo (used by twitter > kamailioproject account and on some materials at various events). It was > a backup variant so far as we had high resolution graphics that could be > adapted to get a good image for

Re: [SR-Users] Kamailio TCP Proxy

2014-12-04 Thread Daniel-Constantin Mierla
Hello, Contact header is not used for routing of current message, it is there to indicate to the receiver where to send back follow up requests. As I can see in the trace you attached, the request URI doesn't have any transport parameter, which means to use UDP, the transport that kamailio uses f

Re: [SR-Users] Some Questions about Kamailio UDP Transport and Concurrency

2014-12-04 Thread Daniel-Constantin Mierla
Hello, it is the kernel scheduler that selects the process and the core to execute it, not something that kamailio enforces. What operating system and cpu type do you have? Cheers, Daniel On 27/11/14 02:22, pengxue...@gangbeng.com wrote: > Dear Kamailio Developers: > Hi. > I have some qu

Re: [SR-Users] Kamailio Failed to Query the Asterisk DB to Authenticate Registration Requests.

2014-12-04 Thread Daniel-Constantin Mierla
Hello, can you check the structure of asterisk users table? MySQL library reports it doesn't have the column secret: Nov 22 17:19:20 debian /usr/local/sbin/kamailio[6434]: ERROR: db_mysql [km_dbase.c:122]: db_mysql_submit_query(): driver error on query: Unknown column 'secret' in 'field list' Ch

Re: [SR-Users] Issue with 4.2.0 and nathelper and/or rtpproxy

2014-12-04 Thread Daniel-Constantin Mierla
Hello, the patches were backported to 4.2 and 4.1 branches already, meaning they will be part of 4.2.2. Cheers, Daniel On 03/12/14 14:05, Igor Potjevlesch wrote: > > Hello Daniel, > > > > You're right. I patched nat_traversal… Sorry. > > I applied the patch on nathelper and msg_translator. > >