Push notifications (Iphone + Android)

Status
Not open for further replies.

harjeet.singh

New Member
Nov 25, 2019
4
0
1
40
Hi Guys
I have been using fusionpbx for a bit time now to implement multi tenant solution. everything works great out of box and now its time to enable extra bits like push notifications.
looks like for android devices push notification works out of box ? i am testing using Grandstream Wave APP.

same doesn't work on iphone.
in forums somewhere i found script to use in dialplans to send push notifictions. seems like i need firebase account etc for that.

or do we have any new updates on this topic?

any help much appriciated
Regards
Harry
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
I think may of us think the wave app is pretty rubbish so have never used it. In bria and zoiper I just use their push servers
 

harjeet.singh

New Member
Nov 25, 2019
4
0
1
40
thanks DigitalDaz
I don't mind using Zoiper or Bria, but zoiper do charge a fee for push service if we use their ?

or can we make it work within fusionpbx .
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
Yes, they charge but its a small amount for a year so I have never looked into whether it can be done from the pbx
 

harjeet.singh

New Member
Nov 25, 2019
4
0
1
40
I am trying to setup ITSP at small scale, fusionpbx as multitenant and needed mobile apps.
android is not an issue I believe Zoiper and GSWave etc works out of box for push?

ios is trouble and seems like will need paid push service from zoiper or bria.

anyway thanks for your input. i will carry on with my development/configs.
 

toolfolks

Member
May 1, 2020
73
5
8
64
Hi Harjeet,

I have been playing around with google firebase push notifications ( Android & IOS ) and have a mock up working using this Delphi article here :
https://www.delphiworlds.com/2020/01/expanding-embarcaderos-fcm-implementation-revisited/

So my question is :

Is there a hook in FusionPBX to send out a trigger to Firebase when a call is made or incoming ( with the caller ID).

The reason is we are struggling to ensure every client is notified off calls as the apps are going to sleep, background and if the client shuts the phone down the apps are not restarted. So we need a push notification to get them to open the app if the sip notification fails.

I could probably create a rule to send every call out to a 'server' sip app that then creates the trigger. That's another level of complexity and potential fall down.

Can I call a PHP script from within FusionPBX ? or some other magic.

Cheers
 

toolfolks

Member
May 1, 2020
73
5
8
64
Update....

I'm looking through the database and see the v_xml_cdr table stores the call logs.
I can create a trigger on the insert record but unfortunately this is not inserted until the call is ended.

Is there any temp tables created anywhere when a call is made or received ? So I can create a trigger there.

What other options are available ?
 
Status
Not open for further replies.