I'm not sure how this question is related to SIPp, but in general the softphone 
app needs to request a unique url from the operating system and deliver it to 
the PBX (Asterisk, SIPp) in some form, usually a parameter of the Contact uri 
in the REGISTER request. When handling an incoming call to the mobile device, 
the PBX then has to send a http request to that url, causing a notification 
message to be sent to the mobile device, which makes the OS wake up the 
application; the application should then re-register using SIP to re-drill the 
firewall pinholes so that the incoming INVITE from the PBX could reach it.

From a SIPp scenario, you can spawn a shell command, so generating the HTTP 
request should not be a big deal. From Asterisk, you can invoke an AGI script 
in <your favourite scripting language> doing the same.

P.

Dne 27.12.2019 v 6:42 kumar uppu napsal(a):

HI All

How to send push notification to android app from asterisk PBX

The problem i.e.

when android app gone to background, the not able to get the incoming calls, 
for this need send the push notification to re-register the phone and should 
make call from next


Thanks
--
Kumar




_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net<mailto:Sipp-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/sipp-users

_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to