linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Android GCM notifications


From: denis kremov
Subject: [Linphone-developers] Android GCM notifications
Date: Tue, 10 Jun 2014 19:58:12 +0400

Hello,

How can I send push notifications to linphone? 

I tried something like this:

$msg = array
(
'message' => 'Push Message',
'title' => 'Notification',
'subtitle' => '123123',
'vibrate' => 1,
'sound' => 'ring.caf'

);

and this:

 $msg = "TEST";

But linphone only "re-registering" if it's opened - and nothing happen if linphone is closed.

 How can I sent notifications  -  1. incoming call. 2. incoming chat message?

Thanks a lot 






--
denis kremov
reply via email to

[Prev in Thread] Current Thread [Next in Thread]