Re: [OpenSIPS-Users] UPDATE (SDP) modification

2022-11-17 Thread Bela H
I could do the rtpproxy offer on main route but the rtpproxy answer is not working on the onreply_route: if (has_body("application/sdp")) { rtpproxy_answer("rocf"); } On which route should I use this rtpproxy_answer for the 200 OK (SDP) reply to the UPDATE message? 200 OK

Re: [OpenSIPS-Users] UPDATE (SDP) modification

2022-11-17 Thread Bela H
How do I force the UPDATE to go through rtpproxy offer/answer? From: M S Sent: Friday, 18 November 2022 10:22 To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] UPDATE (SDP) modification If UPDATE goes through rtpproxy

Re: [OpenSIPS-Users] UPDATE (SDP) modification

2022-11-17 Thread M S
If UPDATE goes through rtpproxy offer/answer it gets modified automatically too. On Thu, Nov 17, 2022 at 10:06 PM Bela H wrote: > Yes, that is clear and working fine with all the calls don’t have UPDATE > message. But how can I call rtpproxy offer/answer for UPDATE meassage? > > > > > > *From:

Re: [OpenSIPS-Users] UPDATE (SDP) modification

2022-11-17 Thread Bela H
Yes, that is clear and working fine with all the calls don’t have UPDATE message. But how can I call rtpproxy offer/answer for UPDATE meassage? From: M S Sent: Thursday, 17 November 2022 23:29 To: OpenSIPS users mailling list Subject:

Re: [OpenSIPS-Users] OpenSIPS Summit 2023 in USA - is Houston !!!!

2022-11-17 Thread Brett Nemeroff
Hey guys, I grew up in Houston. It doesn't have much to offer... But I can confirm, the food is quite good there. I'm hoping I might be able to make it this year! -Brett On Thu, Nov 17, 2022 at 11:41 AM Bogdan-Andrei Iancu wrote: > The actual essence is : whatever problem you have, Houston can

Re: [OpenSIPS-Users] OpenSIPS Summit 2023 in USA - is Houston !!!!

2022-11-17 Thread Bogdan-Andrei Iancu
The actual essence is : whatever problem you have, Houston can fix it ! ;) Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Bootcamp 5-16 Dec 2022, online https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/ On 11/16/22 7:02 PM, johan

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread nutxase via Users
hmm i do already have that $ru = "sip:1.2.3.4:5060"; xlog("looking up $ct!\n"); t_relay(); Sent with [Proton Mail](https://proton.me/) secure email. --- Original Message --- On Thursday, November 17th, 2022 at 2:33 PM, Jehanzaib Younis wrote: > Hi there, > Just t_relay(); to the

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread Jehanzaib Younis
Hi there, Just t_relay(); to the Asterisk IP, it should work perfectly fine. Regards, Jehanzaib On Fri, Nov 18, 2022 at 12:09 AM nutxase via Users wrote: > Yes so thats my idea but the problem i see is that asterisk sees the > contact as the opensips details not the UAC device > > > Sent

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread johan
then you need to debug on 5 to see why it is replaced and read the documentation of the registrar module carefully. On 17/11/2022 12:09, nutxase via Users wrote: Yes so thats my idea but the problem i see is that asterisk sees the contact as the opensips details not the UAC device Sent with

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread nutxase via Users
Yes so thats my idea but the problem i see is that asterisk sees the contact as the opensips details not the UAC device Sent with [Proton Mail](https://proton.me/) secure email. --- Original Message --- On Thursday, November 17th, 2022 at 11:04 AM, johan wrote: > If you don't want to

Re: [OpenSIPS-Users] OpenSIPS Summit 2023 in USA - is Houston !!!!

2022-11-17 Thread Alex Goulis
藍藍藍 Original message From: johan Date: 11/16/22 11:03 AM (GMT-06:00) To: users@lists.opensips.org Subject: Re: [OpenSIPS-Users] OpenSIPS Summit 2023 in USA - is Houston isn't it : Houston, we have a problem :-) On 16/11/2022 16:01, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread johan
If you don't want to handle the r3egister locally, why don't you just forward it then ? (i.e. the path approach) On 17/11/2022 11:45, Liviu Chircu wrote: On 17.11.2022 12:37, nutxase wrote: Just to confirm can registrar also forward the registration similar to how mid_registrar does?

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread nutxase via Users
I guess let me go one step further and ask advice What do you think is the best scenario to use if i want to register to asterisk and then when when my UAC goes to "sleep" keep the registration up on asterisk Sent with [Proton Mail](https://proton.me/) secure email. --- Original Message

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread Liviu Chircu
On 17.11.2022 12:37, nutxase wrote: Just to confirm can registrar also forward the registration similar to how mid_registrar does? Approach 1: the save() function has an "r" flag (do not auto-send a reply upstream) which may

Re: [OpenSIPS-Users] Mid_Registrar contact

2022-11-17 Thread nutxase via Users
Thanks, with the registrar module i have tried to forward the registration to the asterisk system but seems to not work. Just to confirm can registrar also forward the registration similar to how mid_registrar does? --- Original Message --- On Wednesday, November 16th, 2022 at 5:13 PM,

Re: [OpenSIPS-Users] Opensips freeDiameter integration...

2022-11-17 Thread Liviu Chircu
On 11.11.2022 11:21, Palivela Sheshu Pavan wrote: 05:48:28  FATAL! PS Loading of extension /usr/local/lib/freeDiameter/dict_dcca_3gpp.fdx failed: /usr/local/lib/freeDiameter/dict_dcca_3gpp.fdx: undefined symbol: fd_g_config 05:48:28  ERROR  ERROR: in '((fd_ext_load()))' :    Invalid

Re: [OpenSIPS-Users] UPDATE (SDP) modification

2022-11-17 Thread M S
if you call rtpproxy offer and answer, SDP is automatically modified. On Thu, Nov 17, 2022 at 7:08 AM Bela H wrote: > Hello, > > > > Is there any way to modify the UPDATE (SDP) content, i.e. > > c=IN IP4 aaa.xx.yyy.zzz > > > > The callee is sending this message from the PSTN network and I need