Re: [SR-Users] PUBLISH request receives 404 response, and loops on loopback interface

2016-02-22 Thread Matthew Harrold
> > Currently I don't want to enable location services. I can drop the PUBLISH > requests but first I'd like to under stand the reason for the loop. > > > The looping happens when the domain in the R-URI is pointing to same > server, but it is not listed as local domain for kamailio. You have to ad

Re: [SR-Users] Kamailio Cluster

2016-02-22 Thread Arsen Hovhanissian
Sorry forgot to specify (in-memory) not using the DB, I feel like using the DB for such a task would be such a drag on it ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.o

Re: [SR-Users] Kamailio Cluster

2016-02-22 Thread Arsen Hovhanissian
Since this thread is open, I wanted to ask, is it possible to replicate dialog data over to multiple nodes as well? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-

Re: [SR-Users] avp's are not available on default onreply_route ?

2016-02-22 Thread Alex Balashov
Suggestions for how to solve your problem: - Create your own associations via 'htable': http://kamailio.org/docs/modules/4.3.x/modules/htable.html - Use a Record-Route parameter of some description: http://kamailio.org/docs/modules/4.3.x/modules/rr.html#add-rr-param-id -- Alex Balashov | Prin

Re: [SR-Users] avp's are not available on default onreply_route ?

2016-02-22 Thread Alex Balashov
Uri, AVPs are associated with particular transactions, and that context is visible only in an onreply_route that is specifically armed when that transaction is created (i.e. via t_relay()): t_on_reply("MY_REPLY_ROUTE"); The default onreply_route processes replies statelessly -- that's why

[SR-Users] avp's are not available on default onreply_route ?

2016-02-22 Thread Uri Shacked
before route[relay] i set $avp(x)="test" on the managed onreply_route i can use $avp(x). on the default onreply_route it is not available. meaning . is that how it suppose to work? it makes it difficult to block a certain 200ok, like i meant to, on the issue - "how to drop 200ok and survive?" th

Re: [SR-Users] sip_trace vs uac_reg

2016-02-22 Thread Alex Balashov
On 02/22/2016 02:28 PM, Armen Babikyan wrote: If your process is also acting as a SIP proxy, you may wish to consider preloading route headers into the UAC-generated message and sending the packets to the proxy port (where they would go through request_route as any other proxied request, and via

Re: [SR-Users] sip_trace vs uac_reg

2016-02-22 Thread Armen Babikyan
If your process is also acting as a SIP proxy, you may wish to consider preloading route headers into the UAC-generated message and sending the packets to the proxy port (where they would go through request_route as any other proxied request, and via onreply/failure routes for responses). It does

Re: [SR-Users] Upgrade 4.0 to 4.3

2016-02-22 Thread Daniel W. Graham
Ok, perfect. One last question, I have done this in the past but it's been long enough that it slipped my mind. Do I need to remove current files and do make/make install on the new source or what is the proper way to jump versions? Thanks! -dan -Original Message- From: sr-users [mailto

Re: [SR-Users] DNSSRV to resolve to multiple Kamailio servers

2016-02-22 Thread Daniel Tryba
On Sat, Feb 20, 2016 at 03:08:00AM +, Derek Bolichowski wrote: > I am not able to register any devices to this SRV record. However I > /CAN/ register directly to kam1.some-domain.com and > kam2.some-domain.com > > Registration attempts to the DNSSRV Record (kam.some-domain.com) do > not even

Re: [SR-Users] Registration Failure - IMS

2016-02-22 Thread Carsten Bock
Hi, quick note: It should not be necessary to change any source-code to make the reginfo work. At least on my setups this is not needed. I'll check with my own configs later today or tomorrow, to help you out here. Thanks, Carsten 2016-02-22 9:41 GMT+01:00 Cristina Caridi : > Hello Franz, > > th

Re: [SR-Users] Registration Failure - IMS

2016-02-22 Thread Cristina Caridi
Hello Franz, thank you for your support! I confirm that I changed the pcscf uri that was by default for smilecoms.I agree with you, the problem is that the P-CSCF is not able to handle the notify message. In the next days I will try to modify the code in the config file even if I'm not a developer