<div dir="ltr">You do know that push notifications are actually sent by google servers, don't you? so unless you register your app for push notification with google, you can't use their push service.<div><br></div><div>Alternatively, you can re-invent the wheel and write up your own service for push notification which will be installed separately and as a background service on Android device. This service would run all the time even when device screen is off or locked and register itself to your own push server and maintain a constant contact with it even when device's network switches from wifi to cellular data and vice versa. This push server will then be used to relay whatever you want to push to android app through your push service running on that android from kamailio.</div><div><br></div><div>Developing such a service is beyond the scope of kamailio, so i suggest you better contact Android dev forums for this.</div><div><br></div><div>Thank you.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 8, 2017 at 9:01 AM, sscc <span dir="ltr"><<a href="mailto:androidsscc@gmail.com" target="_blank">androidsscc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">good day, i have a running kamailio server having 200 users. I maintain the<br>
user ids in a vcf (vCard Format) form. i have developed an Android VoIP<br>
application. Android application is given to the user along with the contact<br>
vcf. The contact list get increased day by day and consequently the user ids<br>
in vcf (vCard Format) as well. the application is also updated. Aim is to<br>
update application and the contact list by sending push notification to<br>
user. (we don't want to place our application at play store). i want to do<br>
push notification from Kamilio server for application and contact list<br>
update. Is there any way to do push notification from server to users to<br>
update the app and VoIP contact list. regards sscc<br>
<br>
<br>
<br>
--<br>
</span>View this message in context: <a href="http://sip-router.1086192.n5.nabble.com/Kamailio-push-for-Android-VoIP-Application-and-VoIP-Contacts-update-tp156633.html" rel="noreferrer" target="_blank">http://sip-router.1086192.n5.<wbr>nabble.com/Kamailio-push-for-<wbr>Android-VoIP-Application-and-<wbr>VoIP-Contacts-update-tp156633.<wbr>html</a><br>
Sent from the Development mailing list archive at Nabble.com.<br>
<br>
______________________________<wbr>_________________<br>
sr-dev mailing list<br>
<a href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" rel="noreferrer" target="_blank">http://lists.sip-router.org/<wbr>cgi-bin/mailman/listinfo/sr-<wbr>dev</a><br>
</blockquote></div><br></div>