Re: [OpenSIPS-Users] pn push notifications

2024-01-22 Thread Liviu Chircu
On 15.01.2024 20:28, r...@rvgeerligs.nl wrote: 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

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: https://api.development.pu

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 comb

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-15 Thread Alexey
Hello, there are two tutorials in the official blog: part I : https://blog.opensips.org/2020/05/07/sip-push-notification-with-opensips-3-1-lts-rfc-8599-supportpart-i/ part II : https://blog.opensips.org/2020/06/03/sip-push-notification-with-opensips-3-1-lts-rfc-8599-supportpart-ii/ -- best

Re: [OpenSIPS-Users] pn push notifications

2024-01-15 Thread Adrian Georgescu
OpenSIPS handles the SIP traffic, of course. The push server just handles multiple combinations of apps/ push services in an easier way. You could do a lot or all that its needed just from within OpenSIPS but as the number of combinations of apps and services grow another layer of abstraction ma

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. Thi

Re: [OpenSIPS-Users] pn push notifications

2024-01-14 Thread Adrian Georgescu
There are many ways of implementing push notifications with OpenSIPS. This is how we implemented it. https://github.com/AGProjects/sylk-pushserver/blob/master/config/opensips.cfg — Adrian > On 13 Jan 2024, at 17:37, r...@rvgeerligs.nl wrote: > > Hi All, > > > I am trying to implement an o

[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 Geerligs