Push notification

How to get asterisk to receive the call, through push notification wake up the webrtc client, wait for the client to register and then make the call?

Is it possible to achieve it using call parking?

There is no built in support for any such thing - which means it’s up to you to build it.

This is part o f the built in functionality of Siperb. https://www.siperb.com.

We use a common details store and send service for: Web, Android and Apple Push. (We are busy working on Huawei.)

With Siperb, you leave your Asterisk box as is, but register your endpoints with our proxy using regular UDP. You send the INVITE to us as normal. We send an initial response Ringing, then send the push, and wait for your registration. Once registered, we send the exact INVITE to the endpoint. (Media is direct from your Asterisk box to your endpoint… so same fingerprint!!)

which proxy server are you using?

You can use Kamailio as proxy server, look at the Tsilo module.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.