Re: [SR-Users] Homer SIP Capture Setup Question

2012-01-16 Thread Alex Balashov
On 01/16/2012 09:11 PM, JR Richardson wrote: So my question; what is the difference between a drop; and exit; within the on_reply route Remember that an onreply_route is a callback that allows you to intercept a reply, but the reply is forwarded by default afterward (if using stateful forwar

[SR-Users] Homer SIP Capture Setup Question

2012-01-16 Thread JR Richardson
Hi All, I spent a few hours this afternoon setting up a Homer SIP Capture server today. The build went well, good example setup howto's. My setup is a single kamailio/sipcature/homer node sitting on a LAN with 2 NIC's, eth0 for network access ssh/web, eth1 is the capture port connected to switch

Re: [SR-Users] Is t_on_failure with uac_req_send possible?

2012-01-16 Thread Nathan Angelacos
On 01/16/2012 02:10 PM, Alex Balashov wrote: On Jan 16, 2012, at 5:08 PM, Nathan Angelacos wrote: I'm trying to arm the failure route for a message sent via uac_req_send - similar to: { $uac_req(method)="OPTIONS"; $uac_req(ruri)="sip:kamailio.org"; $uac_req(furi)="sip:kamailio.org"; $uac_re

Re: [SR-Users] sip-router and related projects at FOSDEM 2012 - social event

2012-01-16 Thread Daniel-Constantin Mierla
Hi Stefan, this event became a tradition for friends of SER/Kamailio, as we have been organizing it for many years so far. I saw the lists where you sent the invitation message and I have to say that I am only joining a dinner where I get to a pleasant atmosphere. In no way I will join for a

[SR-Users] UAC module + customize user_agent

2012-01-16 Thread Douglas Adami
Hello everyone, I'm new here and I go to test my settings, but I need to authenticate a remote server, I was reading about the UAC module, one has configuration examples? I can also customize the user_agent authentication, because the service only allows specific user_agents? Thanks in advance

[SR-Users] sip-router and related projects at FOSDEM 2012 - social event

2012-01-16 Thread Stefan Sayer
Hello everyone, as has become already a tradition, we would like to invite all VoIP people and everyone interested in sip-router and related projects (SER, Kamailio/OpenSER, OpenSIPS, SEMS etc) who is attending FOSDEM, Europe's biggest Free and Open Source conference, to a dinner on the eveni

Re: [SR-Users] Is t_on_failure with uac_req_send possible?

2012-01-16 Thread Alex Balashov
It is, unfortunately, not possible. The uac_req_send() requests fly under the radar of TM state. -- This message was painstakingly thumbed out on my mobile, so apologies for brevity, errors, and general sloppiness. Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 22

[SR-Users] Is t_on_failure with uac_req_send possible?

2012-01-16 Thread Nathan Angelacos
I'm trying to arm the failure route for a message sent via uac_req_send - similar to: { $uac_req(method)="OPTIONS"; $uac_req(ruri)="sip:kamailio.org"; $uac_req(furi)="sip:kamailio.org"; $uac_req(turi)="sip:kamailio.org"; t_on_failure("UAC_FAIL"); uac_req_send(); } failure_route("UAC_FAIL") {

Re: [SR-Users] NoSQL Backends for Subscriber Database.

2012-01-16 Thread Daniel-Constantin Mierla
Hello, On 1/16/12 8:19 PM, David wrote: I was wondering if any NoSQL adapters are available for Kamailio to do "subscriber authentication" backend? I was looking at Mongo or CouchDB as two possible backends Seems like these would be good candidates for Backends for Kamailio. Any ideas on th

Re: [SR-Users] Selecting a database for Kamailio, PostgreSQL or MySQL

2012-01-16 Thread Daniel-Constantin Mierla
Hello, On 1/16/12 5:21 PM, Spencer Thomason wrote: Hello all, We are currently in the process of reworking our billing platform which uses Kamailio for routing in conjunction with a Django based web interface. I am curious if anyone has any feedback on which database engine they chose for th

Re: [SR-Users] sr-users Digest, Vol 80, Issue 49

2012-01-16 Thread Yaron Nachum
t >>> succeeded in sending the appropriate syntax in lrder to make the mtree >>> reload work. >>> >>> I tried using mtree.mt_reload method or fifo.mt_reload . >>> >>> Does anyone have a clue? >>> >>> Yaron. >>> --

[SR-Users] NoSQL Backends for Subscriber Database.

2012-01-16 Thread David
I was wondering if any NoSQL adapters are available for Kamailio to do "subscriber authentication" backend? I was looking at Mongo or CouchDB as two possible backends Seems like these would be good candidates for Backends for Kamailio. Any ideas on this? Thanks David.

[SR-Users] Selecting a database for Kamailio, PostgreSQL or MySQL

2012-01-16 Thread Spencer Thomason
Hello all, We are currently in the process of reworking our billing platform which uses Kamailio for routing in conjunction with a Django based web interface. I am curious if anyone has any feedback on which database engine they chose for their deployment and why. Obviously performance is a co

Re: [SR-Users] sr-users Digest, Vol 80, Issue 49

2012-01-16 Thread Yaron Nachum
d work. >> >> I tried using mtree.mt_reload method or fifo.mt_reload . >> >> Does anyone have a clue? >> >> Yaron. >> -- next part -- >> An HTML attachment was scrubbed... >> URL: < >> http://lists.sip-router.org/pip

Re: [SR-Users] Kamailio : Listening on multiple ports behind NAT

2012-01-16 Thread Reda Aouad
I know about record_route_advertised_address("ip:port") function. If I understood correctly, it inserts a top-most RR header with the public IP if double RR is enabled. But that doesn't solve the multiple ports problem. I would get in the SIP header : Record-Route: Record-Route: If user B sees

Re: [SR-Users] Kamailio : Listening on multiple ports behind NAT

2012-01-16 Thread Andrew Pogrebennyk
Hi, On 01/16/2012 03:41 PM, Reda Aouad wrote: > I suggest that the function record_route( ) takes a public IP address as > a parameter, still doing what it does (correct record routing and cookie > addition did=xxx and loose route lr=on), but only replacing the private > IP address on which Kamail

[SR-Users] Kamailio : Listening on multiple ports behind NAT

2012-01-16 Thread Reda Aouad
Hello, I am trying to implement the following configuration : - Kamailio as a SIP proxy/registrar behind a one-to-one NAT (port number is not modified) listening on ports 5060 and 53 (and more ports in the future) - aliases correctly configured : alias= udp: public_ip:53 alias= udp: publi

Re: [SR-Users] ndb_redis module fails after a while

2012-01-16 Thread Javier Gallart
Hi Daniel On Mon, Jan 16, 2012 at 9:47 AM, Daniel-Constantin Mierla wrote: > Hello, > > > On 1/13/12 12:27 PM, Javier Gallart wrote: > > Hi Daniel > > both values are null. > > ok, could be a hint that the connection is down and try a reconnect... > > > I might have found something: apparentl

Re: [SR-Users] sr-users Digest, Vol 80, Issue 49

2012-01-16 Thread Javier Gallart
> An HTML attachment was scrubbed... > URL: < > http://lists.sip-router.org/pipermail/sr-users/attachments/20120116/27c6f31f/attachment-0001.htm > > > > ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] new developer: Anca Vamanu

2012-01-16 Thread Henning Westerholt
Hello all, I'm happy to announce a new developer for the project: Anca Vamanu. Welcome to the development team! Anca joined 1&1 last year and worked since then on several internal modules and also many important bug fixes for our kamailio server setup. She is a experienced C and C++ developer a

[SR-Users] using XMLRPC module for fifo commands

2012-01-16 Thread Yaron Nachum
Hi everyone, Is it possible to use the xmlrpc module in order to send fifo commands to the kamailio. for example I would like to use it in order to trigger mtree table reload. I have already enabled the xmlrpc module and it responds. however I didn't succeeded in sending the appropriate syntax in

Re: [SR-Users] ndb_redis module fails after a while

2012-01-16 Thread Daniel-Constantin Mierla
Hello, On 1/13/12 12:27 PM, Javier Gallart wrote: Hi Daniel both values are null. ok, could be a hint that the connection is down and try a reconnect... I might have found something: apparently some of the sockets kamailio->redis were inactive for a while and were being closed in the redis

Re: [SR-Users] TLS module not working

2012-01-16 Thread Daniel-Constantin Mierla
Hello, looks like a missing linking library. Can you send the output of: pkg-config --libs libssl Cheers, Daniel On 1/13/12 7:59 PM, Gnaneshwar Gatla wrote: Hello, I'm trying to upgrade my company's sip server to the latest Kamailio to 3.1.5. My development environment contained Openssl

Re: [SR-Users] drouting - do_routing with $avp does not work

2012-01-16 Thread Daniel-Constantin Mierla
Hello, might be that the drouting module expects the group id avp to hold an integer, looking at your config snippet, it is string. Try with: $avp(tdr)=$(avp(dr_attrs){s.int}); Cheers, Daniel On 1/15/12 5:11 PM, Uri Shacked wrote: Hi, this is my cfg: if(do_routing("0")){ $avp(tdr)=$avp(dr

Re: [SR-Users] Preventing the use of received port as the source port for next hop

2012-01-16 Thread Daniel-Constantin Mierla
Hello, On 1/14/12 12:38 PM, Arif Tuhin wrote: I've noticed this in both kamailio 3.1.5 and 3.2.x. I've configured to receive on udp 9090 port. This sip message will be forwarded to a asterisk box listening on 5060 port. Now what i'm trying to achieve is , When kamailio will receive the sip me