Re: [OpenSIPS-Users] rabbit event not passing params 2.2

2016-03-22 Thread Răzvan Crainea
Hi guys! Indeed, Jarod's pull request should solve this issue. Could you give it a try with the latest code? Best regards, Răzvan Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 03/21/2016 06:20 PM, jar...@unixc.org wrote: Tito, I think I was having the same iss

Re: [OpenSIPS-Users] localcache opensips 2.2

2016-03-22 Thread Bogdan-Andrei Iancu
Hi Tito, yes, the tutorial is still valid as concept. It is for older opensips versions, but you just have to change the name of the avps, and you are good to go. In 2.2, you should also take a look at this module: http://www.opensips.org/html/docs/modules/2.2.x/sql_cacher.html Regards, Bog

[OpenSIPS-Users] Hold call timedout on RTPproxy

2016-03-22 Thread Hamid Hashmi
Trying to implement call hold feature and facing an issue of media timeout after 45 sec on RTPproxy (-T 45). If I increase the media timeout time on RTPporxy ( -T 3600) then it fulfill our call hold requirement but disturbs media timeout settings for other calls. Is there any other solution to

Re: [OpenSIPS-Users] How can the global variable "listen" to listen WLAN ?

2016-03-22 Thread Rodrigo Pimenta Carvalho
Hi Alex. I have tried something similar in the past and I have problems to execute opensips. I'm not sure now if I had done exactly this way, but I will try it as your suggestion. By the way, the opensips documentation doesn't say about wlan for 'listen' variable. Let me try it and post the re

[OpenSIPS-Users] Reload Balancer on remote through mi_datagram module

2016-03-22 Thread Jorge Luis Ortea
Hi, my question is how can reload balancer on remote. Now, I have to reload balancer in command line: 'opensipsctl fifo lb_reload' But I have several OpenSIPS and I would like time optimize. --- OpenSIPS is listening on udp socket through mi_datagram module. I have implemented a

[OpenSIPS-Users] Dialplan module is not connecting to Database

2016-03-22 Thread Richard Robson
Hi, I'm trying to use the dialplan module, but every time I get a "400 Wrong db connection para" the connection is the same for all other modules, which are working fine and I can connect via opensipsCP, mysql and phpmyadmin. I'm using version 2.1 Mar 22 12:22:13 gl-sip-01 opensips: ERROR:dialp

Re: [OpenSIPS-Users] Query about avp in siptrace module

2016-03-22 Thread Ramachandran, Agalya (Contractor)
Hi Daniel, I have already set the onreply_avp_mode. modparam("tm", "onreply_avp_mode", 1) Added the below line in route at the very beginning as suggested by you. $avp(traced_user) = "1"; Am calling sip_trace() in ‘route’ and ‘onreply_route’. Still am seeing AVP is NULL in my traces. Can you p

Re: [OpenSIPS-Users] Dialplan module is not connecting to Database

2016-03-22 Thread Bogdan-Andrei Iancu
Hi Richard, Have you provided the partition name while firing the MI command ? See http://www.opensips.org/html/docs/modules/2.1.x/dialplan.html#id294353 (1.8.2. dp_translate) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 22.03.2016 14:28,

Re: [OpenSIPS-Users] Query about avp in siptrace module

2016-03-22 Thread Daniel Zanutti
Hi Agalya Could you post you opensips.cfg file and some trace with the AVP = NULL error? On Tue, Mar 22, 2016 at 12:07 PM, Ramachandran, Agalya (Contractor) < agalya_ramachand...@comcast.com> wrote: > Hi Daniel, > > > > I have already set the onreply_avp_mode. > > *modparam("tm", "onreply_avp_mo

Re: [OpenSIPS-Users] Reload Balancer on remote through mi_datagram module

2016-03-22 Thread Bogdan-Andrei Iancu
Hi Jorge, Try: echo ":dr_reload:" | nc -u 127.0.0.1 8080 Where modparam("mi_datagram", "socket_name", "udp:127.0.0.1:8080") Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 22.03.2016 14:17, Jorge Luis Ortea wrote: Hi, my question is how

Re: [OpenSIPS-Users] Dialplan module is not connecting to Database

2016-03-22 Thread Richard Robson
Ok, there was a ; missing in the partition modparam, which is getting a step further dialplanis loading: Mar 22 17:11:40 gl-sip-01 /usr/sbin/opensips[3866]: INFO:dialplan:mod_init: initializing module... Mar 22 17:11:40 gl-sip-01 /usr/sbi

[OpenSIPS-Users] Compile Error

2016-03-22 Thread Dragomir Haralambiev
When try to compile latest Opensips 2.2 I receive follow messages: Compiling frd_stats.c In file included from ../dialog/dlg_load.h:30, from fraud_detection.c:32: ../dialog/dlg_cb.h:48: error: redefinition of typedef ‘param_free_cb’ ../drouting/dr_cb.h:53: error: previous declarat

Re: [OpenSIPS-Users] Compile Error

2016-03-22 Thread Bogdan-Andrei Iancu
Hi Dragomir, Thanks for the prompt report, the error was fixed. Please update from GIT. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 22.03.2016 20:05, Dragomir Haralambiev wrote: When try to compile latest Opensips 2.2 I receive follow messa

Re: [OpenSIPS-Users] Compile Error

2016-03-22 Thread Dragomir Haralambiev
Now all is OK. Thanks! 2016-03-22 20:51 GMT+02:00 Bogdan-Andrei Iancu : > Hi Dragomir, > > Thanks for the prompt report, the error was fixed. Please update from GIT. > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 22.03.2016 20:05, Dra

Re: [OpenSIPS-Users] [RELEASES] OpenSIPS 2.2 beta is scheduled for 31 of March

2016-03-22 Thread Dragomir Haralambiev
Hello developers, Now I do report for all problems with Opensips 2.2. Please fix this problems before release l 2.2. 1. Async - not make CDR (issue #799) 2. TM Request In Callback breaking async flow (issue #810) 3. When using Async I receive follow message in log: WARNING:core:handle_timer_job:

[OpenSIPS-Users] t_relay and forward accepts only literals

2016-03-22 Thread Daniel Moreira Yokoyama
Hi everyone. I'm still trying to undestand why I can't use t_relay(dest) or forward(dest) passing a variable instead of a literal. In my scenario, all I have to do is to receive a UDP message from a client and relay it on SCTP to the remote endpoint. The way I'm trying to achieve this is by: f

Re: [OpenSIPS-Users] Question about NAT

2016-03-22 Thread Brian ::
Can you resolve the domain of the destination? root@server# host xxx.domain.tld xxx.domain.tld has address x.x.x.x or Host xxx.domain.tld not found: 3(NXDOMAIN) Brian On Mon, Mar 14, 2016 at 6:52 PM, Travis Manson-Drake wrote: > Hello everyone, > > > > So I went ahead an implemented the NAT h