[SR-Users] Group call advice: remove calling branch after alias_db_lookup/lookup_branches

2015-03-06 Thread Anthony Messina
In terms of implementing "group" calling via the append_branch feature of both alias_db_lookup followed by lookup_branches, I'm looking for a reliable way to ensure that if the caller happens to be a member of the group (list of branches), the branch that's created to the original caller is drop

Re: [SR-Users] SIP 500 on WSS connection lookup failure

2015-03-06 Thread Armen Babikyan
Hi Daniel, Thanks for the tip about disabling internal replies in the transaction module. About the new feature in usrloc - it looks like close_expired_tcp feature disconnects the connection if contacts on it expire. I'm hoping to achieve the reverse, where I get to clean up when a connection cl

Re: [SR-Users] SIP 500 on WSS connection lookup failure

2015-03-06 Thread Daniel-Constantin Mierla
Hello, On 06/03/15 03:38, Armen Babikyan wrote: > Hello, > > I am setting up this scenario using Kamailio 4.2.2: > > [UA] <-> [kamailio1] <-> [kamailio2] <-> [other stuff] > > UA connects to kamailio1 using SIP/WSS, kamailio1 proxies request > along to kamailio2. Note that my intent here is to ha

[SR-Users] Sipcapture module insert error

2015-03-06 Thread Spencer Thomason
Hello, I’m not sure if this is the correct forum for this question but here goes… I’m facing an issue setting up a sipcapture server. I’m seeing several db errors in the logs: Mar 6 10:45:13 sipcapture /usr/local/sbin/kamailio[37872]: ERROR: db_mysql [km_dbase.c:123]: db_mysql_submit_query():

[SR-Users] rtpproxy failed to load

2015-03-06 Thread Tom Braarup Cuykens
kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour I found this guide for an older version of Kamailio, but there seems to be some issues when trying to use it on the latest stable version. When I try to start Kamailio i get this : [] 0(17153) INFO: tls [tls_init.c:399]: init_

Re: [SR-Users] lua_run seems to be working in asynchronous way

2015-03-06 Thread José Seabra
Hi Javi Thank you for your reply, Yes i don't have avp ready after lua_run, i use avp_print(); after lua_run, but it prints the avp's only when the kamailio sent invite, this is weird, and what is more weird is that i have another kamailio instance connected to same redis and with same setup, and i

Re: [SR-Users] lua_run seems to be working in asynchronous way

2015-03-06 Thread José Seabra
Hi Javi Thank you for your reply, Yes i don't have avp ready after lua_run, i use avp_print(); after lua_run, but it prints the avp's only when the kamailio sent invite, this is weird, and what is more weird is that i have another kamailio instance connected to same redis and with same setup, and i

Re: [SR-Users] ndb_redis set reply to EXISTS query

2015-03-06 Thread Yuriy Gorlichenko
modparam("ndb_redis", "server", "name=srv1;addr=non_local_serv;port=6379;db=4;pass=mypass") [TOASTERISK] redis_cmd("srv1", "EXISTS $si", "s"); xlog("L_INFO","ASTERISK with ip $si is {$redis(s=>value)}"); $var(setid)=0; if ($redis(s=>value) == 0) { xlog("L_INFO","Request {$rm} from $si != {$var(de

Re: [SR-Users] RTPProxy issue?

2015-03-06 Thread Igor Potjevlesch
Hi Maxim, Hard to do because it's in production. I have a serious finding since yesterday on how this happened. My understanding is that the function "ts_less" returns FALSE into "rtp_resizer.c" because the timestamp between the two packets is > (1 << 31) [for example: 3740425320]. Tha

Re: [SR-Users] lua_run seems to be working in asynchronous way

2015-03-06 Thread Javi Gallart
Hello do you mean that the avp you assign inside the lua scripts are not yet ready after "lua_run"? What do you obtain if you print their values? Regards On 06/03/15 00:20, José Seabra wrote: Hi there, I'm using kamailio version 4.2.2 to a short time, and I'm using lua scripts to build some