Re: [SR-Users] Repeat of packets

2017-05-16 Thread David Villasmil
There isn't an ACK received, check in kamailio side to make sure it is received. This is most probably a nat issue. On Tue, May 16, 2017 at 11:20 PM Jean Cérien wrote: > > Hello > > I am getting started with Kamailio (or restarted, used it briefly years > ago), with the final objective to do load

[SR-Users] dmq_t_replicate

2017-05-16 Thread Jay Patel
Hello Guys, Has anyone used dmq_t_replicate function to replicate INVITE? Documenation says it is useful for REGISTER , but does not mention anything about INVITE. I am trying to do something like this Box 1 ) Runs kamailio stateless ( no dialog module ) and calls dmq_t_replicate to box 2

[SR-Users] Repeat of packets

2017-05-16 Thread Jean Cérien
Hello I am getting started with Kamailio (or restarted, used it briefly years ago), with the final objective to do load balancing. For the time being, I am just trying to have one asterisk and one kamailio, on the same box. I have setup a box with an asterisk 11.3, and kamailio 4.4. I've taken th

[SR-Users] Kamailio 4.4.X bug fixes

2017-05-16 Thread José Seabra
Hello there, I apology for the following question but i didn't find this information on the kamailio site. When the development cycle in terms of bug fixes ends on version 4.4.x? Thank you Regards José ___ Kamailio (SER) - Users Mailing List sr-users@li

[SR-Users] How to gateway MSRP messages into XMPP

2017-05-16 Thread Pranathi Venkatayogi
I read about XMPP module in Kamailio, but it looks like it works with "MESSAGE" packets (SIMPLE). How do I gateway MSRP packets to XMPP in Kamailio. Do we have module support? Pranathi Venkatayogi System Developer II (520) 745-9447 x4466 www.cyracom.com Join us: [cid:i

[SR-Users] IMS: Including contents in the body of third-party REGIISTER request.

2017-05-16 Thread Haggerty, Paul (phaggert)
It looks like the Kamailio IMS modules don't support including the original REGISTER request in third party registrations as defined in 3GPP TS 24.229. Can someone confirm this? Should this be a tracked defect or enhancement? In the meantime, is there any workaround available? Our application ser

Re: [SR-Users] Failing in dropping duplicated 200 OK on onreply_route()

2017-05-16 Thread Stefano Bertuola
Hi Daniel. This is a retransmission of 200ok. In VoLTE case, if the call remains in ringing phase for enough long time, radio resources are released; when the call is then answered (200ok), it can last >1sec before the message is delivered to originating side. This delay is due to paging and radi

Re: [SR-Users] Failing in dropping duplicated 200 OK on onreply_route()

2017-05-16 Thread Daniel-Constantin Mierla
Hello, it may be that the 200ok can be dropped only from core reply_route {}, not from tm specific onreply_rouute[x]. Is it a retransmission of 200ok or a response from another branch? Cheers, Daniel On 16.05.17 10:56, Stefano Bertuola wrote: > Hi. > > I am trying to drop duplicated 200 OK on

Re: [SR-Users] Why is the To URI the default in save()?

2017-05-16 Thread Daniel Tryba
On Mon, May 15, 2017 at 03:06:38PM +0200, Daniel-Constantin Mierla wrote: > > This opens the door to hijacking incoming calls to other users on the > > same kamailio registrar if one knows/guesses other usernames and use > > those in the To header. > SIP allows third party registrations. From heade

[SR-Users] Failing in dropping duplicated 200 OK on onreply_route()

2017-05-16 Thread Stefano Bertuola
Hi. I am trying to drop duplicated 200 OK on onreply_route(), but Kamailio still delivering them: if (is_method("INVITE") && t_check_status("200") && sdp_content()) { xlog("L_INFO", "200 OK Received\n"); if (!isflagset(20)) { xlog("L_INFO", "200 OK Relayed\n");