Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-04-16 Thread Arik Halperin
On Behalf Of > Sergiu Pojoga > Sent: 23 March 2018 12:50 > To: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org> > Subject: Re: [SR-Users] Re: Audio stops after resuming call from > hold > > Config code looks solid to me. Look at the 'c=' in SDP in the forw

Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-03-25 Thread gerry kernan
: www.infinityit.ie From: gerry kernan <gerry.ker...@infinityit.ie> To: 'Kamailio (SER) - Users Mailing List' <sr-users@lists.kamailio.org> Sent: 23/03/2018 3:55 PM Subject: Re: [SR-Users] Re: Audio stops after resuming call from hold Hi Segriu   I’ve updated to 4.3.

Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-03-24 Thread gerry kernan
ers@lists.kamailio.org> Subject: Re: [SR-Users] Re: Audio stops after resuming call from hold Config code looks solid to me. Look at the 'c=' in SDP in the forward and reply re-INVITEs. If it gets properly overwritten (same way as it is for the dialog forming INVITE) when rtpengine is engaged,

Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-03-24 Thread gerry kernan
From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of Sergiu Pojoga Sent: 23 March 2018 12:50 To: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org> Subject: Re: [SR-Users] Re: Audio stops after resuming call from hold Config code looks solid to me

Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-03-23 Thread Sergiu Pojoga
} > > > > route[REPLYALIAS] { > > if(src_ip != BACKEND_NET4) { > > # SIP reply packet client->backend > > xlog("L_NOTICE", "FROM CLIENT($si onreply_route- ): > Method: $rm" > >

Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-03-23 Thread gerry kernan
er(); } route(REPLYALIAS); exit; } onreply_route[INVNOSDP] { if (af!=INET) { exit; } if (has_body("application/sdp")) { xlog("L_NOTICE", "INVNOSDP Route: Method: $rm"

Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-03-23 Thread gerry kernan
Hi Segriu I think my issue is with rtpengine . I’m using direction parameter to set a LAN and WAN IP on the offer and I think it’s getting messed up during re-invites Best Regards Gerry Kernan From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of