Re: [OpenSIPS-Users] Passing of PN params from Linphone to opensips

2024-05-31 Thread rvg
Hi Ruben, I am also working with Linphone on IOS, Mac and Windows. I also followed the stepes in  https://blog.opensips.org/2020/05/07/sip-push-notification-with-opensips-3-1-lts-rfc-8599-supportpart-i/  and part ii I have actually succeeded to pass the credentials for the Linphone Callkit

Re: [OpenSIPS-Users] Can't locate Opensips-cli package's location on Ubuntu22.04

2024-03-21 Thread rvg
check the location of the fifo file in opensips.cfg it should be in /var... as the same in opensips-cli.cfg. 2 cfg file shoud be pointing to the same file March 21, 2024 at 3:11 PM, "Alain Bieuzent" wrote: > > Did you run an apt update before apt install opensips-cli ? > > **De : **Users

[OpenSIPS-Users] push notifications - and now packages failing

2024-03-15 Thread rvg
Hi all, Maybe I thought wrong and I tried another system with AMD-INTEL architecture. Desperate I started to install packages. The following packages have unmet dependencies: mediaproxy-common : Depends: python3 (< 3.9) but 3.10.6-1~22.04 is to be installed E: Unable to correct

[OpenSIPS-Users] push notifications opensips 3.4

2024-03-13 Thread rvg
Hi All, I still have problems with opensips3.4 push notifications: Somehow INVITEs keep looping and get rejected. Code: ... route{ ... if (has_totag()) { ... if (!is_method("ACK"))     async (pn_process_purr("location"), resume_route); ... } ... # do lookup with method filtering #--

Re: [OpenSIPS-Users] pn still problems part 2

2024-03-09 Thread rvg
Adding: event_route[E_UL_CONTACT_REFRESH] {     route(pm_send, $(param(uri){param.value,pn-provider}),    $(param(uri){param.value,pn-prid}),    $(param(uri){param.value,pn-param})); #    $callid; #    $param(callid); } #-- route [pm_send] { #    exec(marg.sh)

[OpenSIPS-Users] pn still problems

2024-03-09 Thread rvg
Hi All, I still have problems with opensips3.4 push notifications: Somehow INVITEs keep looping and get rejected. Code: ... route{ ... if (has_totag()) { ... if (!is_method("ACK"))     async (pn_process_purr("location"), resume_route); ... } ... # do lookup with method filtering #--

[OpenSIPS-Users] opensips 3.4 push notification

2024-02-15 Thread rvg
Hi, I kind of followed the article SIP Push Notification with OpenSIPS 3.1 LTS [RFC 8599 support][Part II] as I connot find anything related to opensips 3.4.x. When I disable (commenting by #) modparam("registrar", "pn_enable", true), the call actually works. When I enable 

Re: [OpenSIPS-Users] pn opensips 3.4

2024-02-03 Thread rvg
Hi, Currently experimenting with the EXEC module. Still all advice is welcome. Regards, Ronald February 3, 2024 at 4:39 PM, r...@rvgeerligs.nl wrote: > > Hi, > > I managed to integrate pn in opensips 3.4 as I get as reply to register from > my opensips server: > > SIP/2.0 200 OK > >

[OpenSIPS-Users] pn opensips 3.4

2024-02-03 Thread rvg
Hi, I managed to integrate pn in opensips 3.4 as I get as reply to register from my opensips server: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.14:57993;received=x.x.x.x;branch=z9hG4bK.wxwvFfCSG;rport=57993 To: sip:xx;tag=eeba.752562b862ac8bd9236fb7979b3044b6 From: ;tag=mFddPGSw6 Call-ID:

Re: [OpenSIPS-Users] Implementation of RFC 8599

2024-02-02 Thread rvg
Hi Volkan, I implemented the scripting from  sip-push-notification-with-opensips-3-1-lts-rfc-8599-supportpart-ii/ in opensips 3.4.0. As the send pn to apple or googlei s not defined I fail to get the parameters passed to the send pn to apns script which I also have. I seem to have lost the

[OpenSIPS-Users] opensips 3.4 documentation event_routing example 1.6.1 - push notification

2024-01-15 Thread rvg
Hi openSIPS team, I do not understand the documentaion (opensips version 3.4 manual) on the event_routing module. The example given 1.6.1 push notification does not seem to do just that. It says: " 1.6.1. Push Notification We use*notify_on_event*to capture the events on new contact

Re: [OpenSIPS-Users] pn push notifications

2024-01-15 Thread rvg
hi all, for your information: **Sending a push notification to an iOS device using a Bash script** https://medium.com/@egzon.arifi/sending-a-push-notification-to-an-ios-device-using-a-bash-script-96c056c1544c I hope the pn in opensips only requires the route to the apn:

Re: [OpenSIPS-Users] pn push notifications

2024-01-15 Thread rvg
Adrian, thank you for the explanation. It is clear to me now. I will firstly go with a solution completely within openSIPS. Regards, Ronald January 15, 2024 at 8:59 AM, "Adrian Georgescu" wrote: > > OpenSIPS handles the SIP traffic, of course. The push server just handles > multiple

Re: [OpenSIPS-Users] pn push notifications

2024-01-15 Thread rvg
Hi Alexey, I noticed those too, but I do not understand the following code: event_route [E_UL_CONTACT_REFRESH] { route(PN_SEND, $(param(uri){param.value,pn-provider}), $(param(uri){param.value,pn-prid}), $(param(uri){param.value,pn-param})); } # $param(1) - PN provider # $param(2) - PN PRID

Re: [OpenSIPS-Users] pn push notifications

2024-01-14 Thread rvg
Thank you very much, Adrian, I noticed it allready. It seems this is a dedicated push server. Does it handle the normal SIP traffic as well? Regards, Ronald January 14, 2024 at 3:13 PM, "Adrian Georgescu" wrote: > > There are many ways of implementing push notifications with OpenSIPS.

[OpenSIPS-Users] pn push notifications

2024-01-13 Thread rvg
Hi All, I am trying to implement an opensips server 3.4 with pn support. Primarily apple push notifications. Later I will try google. Does any one have this implemented yet? Where can I find an example cfg for opensips? Any help is appreciated. Regards, Ronald

Re: [OpenSIPS-Users] Adding PSTN Gateway in Opensips 3.0

2024-01-12 Thread rvg
Thx, But I have it working allready and I have a choise of PSTN gateways too. Regards January 12, 2024 at 6:37 AM, "HS" wrote: > > Hi all. > > Thanks a lot @Bogdan-Andrei Iancu, once you confirmed that it appends the > correct domain, I had to play around with the dialplan and config

Re: [OpenSIPS-Users] Adding PSTN Gateway in Opensips 3.0

2024-01-09 Thread rvg
Hi, Shouldn't this be done in dynamic routing > Gateway | Carriers? Regards, Ronald Geerligs PS I registered at anveo for an account too. January 9, 2024 at 11:40 AM, "HS" wrote: > > Dear all. > > Greetings and a Happy New Year. I want to add a PSTN gateway and the carrier > expects

Re: [OpenSIPS-Users] opensips and NAT

2023-12-15 Thread rvg
Hi, Should I try something like  nat_uac_test(diff-ip-src-contact || private-contact || diff-ip-src-via || diff-port-src-via)? Any ideas? Regards, Ronald December 15, 2023 at 4:38 PM, r...@rvgeerligs.nl wrote: > > Hi > > I use opensips 3.4 and I have NAT problems with 2 devices

[OpenSIPS-Users] opensips and NAT

2023-12-15 Thread rvg
Hi I use opensips 3.4 and I have NAT problems with 2 devices behind the same NAT (called party hears nothing). The A party is softphone on iPhone (linphone) the B (called)party is Polycom310. The other way around works (Polycom calls linphone). Actually I tested this in two different NAT

Re: [OpenSIPS-Users] Facing some issue with opensips while configuration .

2023-12-12 Thread rvg
Hi, Your OCP OpenSIPS Control Panel will not work! Please downgrade to version 7.4. Ronald Geerligs December 12, 2023 at 6:39 AM, "Bogdan-Andrei Iancu" wrote: > > Hi Sasmita? > > Why the old 2.2? Try 3.4 version, this may be fixed. > > Regards, > > Bogdan-Andrei Iancu > >

Re: [OpenSIPS-Users] OpenSIPS Control Panel supported OpenSIPS version question

2023-12-06 Thread rvg
Hi all, I do not know where to post this, but maybe it is all right. I use: Opensips 3.4 compiled on Oracle VM ARM Ubuntu 22.04.2 LTS - php 7.4 with OCP 9.3.3. Everything works! Installed OCP 9.3.4 and many menues on the left side have no reaction: CallCenter keepalived TLS management ! UAC

Re: [OpenSIPS-Users] Opensips-cp php versions supported

2023-09-05 Thread rvg
Hi, I had the same. Had to work back towards PHP 7.4. There are very big changes in syntax in 8.1. And it seems the OCP has not adapted its sources. As you have also noticed, that is a lot of work. Regards, Ronald September 5, 2023 at 11:49 PM, tre...@webon.co.za wrote: > > Hi Guys, >

Re: [OpenSIPS-Users] Wrong TCP socket being used on TLS registrations

2023-09-02 Thread rvg
Hi, again, Did this work any time before? I have force_rport(),  fix_nated_register() active and as follows: if (nat_uac_test("diff-ip-src-contact")) { if (is_method("REGISTER")) { fix_nated_register(); setbflag("NAT"); } else { fix_nated_contact();  < setflag("NAT");

Re: [OpenSIPS-Users] Wrong TCP socket being used on TLS registrations

2023-09-02 Thread rvg
Hi Ray, I am interested the solution or comments you receive. I have a similar problem. I have no voice or oneway voice on one of the clients. But I could work around it as I am using softphones on iphones as client. My work around was to turn wifi off on one of the clients, so this client

Re: [OpenSIPS-Users] opensips v 3.3 to 3.4 on Oracle cloud ARM

2023-08-04 Thread rvg
changed user and passwd August 4, 2023 at 12:40 PM, r...@rvgeerligs.nl wrote: > > Hi. > > cfg file attached and init.d/opensips34 attached. > > Regards, > > Ronald Geerligs > > August 4, 2023 at 9:48 AM, "Răzvan Crainea" wrote: > > > > > Hi, Ronald! > > > > Usage of nat_uac_test has

Re: [OpenSIPS-Users] opensips v 3.3 to 3.4 on Oracle cloud ARM

2023-08-04 Thread rvg
Hi, I chose the equivalent of 32 "*diff-ip-src-contact*" and "*private-contact*" later on in the script and it started working! Thx all for the help. Regards, Ronald Geerligs August 4, 2023 at 9:48 AM, "Răzvan Crainea" wrote: > > Hi, Ronald! > > Usage of nat_uac_test has been changed

Re: [OpenSIPS-Users] opensips v 3.3 to 3.4 on Oracle cloud ARM

2023-08-04 Thread rvg
Hi, I took a look at it but I did not do anything with it. I read through the xml nathelper_admin.xml but there the same flags as in the doc. In that case  nat_uac_test(23)  should use flag 23 and I can't find what flag that is. It says that a CSV file can be provided? if the call was 

Re: [OpenSIPS-Users] opensips v 3.3 to 3.4 on Oracle cloud ARM

2023-08-04 Thread rvg
Hi. cfg file attached and init.d/opensips34 attached. Regards, Ronald Geerligs August 4, 2023 at 9:48 AM, "Răzvan Crainea" wrote: > > Hi, Ronald! > > Usage of nat_uac_test has been changed between 3.3 and 3.4 [1]. Did you > update your function according to the 3.4 syntax? Can you

Re: [OpenSIPS-Users] opensips v 3.3 to 3.4 on Oracle cloud ARM

2023-08-04 Thread rvg
Hi Răzvan, The error happens at the if (nat_uac_test(23)), fix_nated_register(); This part of the 3.4 cfg file is the same as in the 3.3 cfg file. It was generated with  osipsconfig in the 3.4 sbin directory, after compilation. I did not do anything with the nathelper or nat_traversal .c files.

[OpenSIPS-Users] opensips v 3.3 to 3.4 on Oracle cloud ARM

2023-08-03 Thread rvg
Hi , I compiled v 3.3 all is working. Compiled 3.4 and I get the errors below. I looked at the source 3.4, also at the source in version 3.3.5 (nathelper and nattraversal) but I could not simply replace the 3.4 source with the 3.3 source. This looks like a compiler setting or a programm issue.