-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push Notification with Firebase #207
Comments
Hello @mrhery, So if I understand correctly, your UAC (mobile app) succeeds to register and place new calls. However, when you try to call this same UAC, it fails. Could you please send Flexisip logs (with debug log level) when you try to place a new call to this UAC (incoming call). I would like to see the behavior of Flexisip in this case (please provide full logs (from the registration of the UAC to the INVITE it should receive)). Sincerely, |
The full logs around 93kb, so here's the shorten:
The logs is longer since we tested on 3 other extension (3 sip username) |
Bug description
I am running flexisip-proxy (as push gateway) on my server with other integration of other softswitch. I referred to this documentation: https://wiki.linphone.org/xwiki/wiki/public/view/Flexisip/HOWTOs/Push%20Gateway/, but it seem the push notification is not sending out to wake up the app in Android and iOS.
Steps to reproduce
I am using this settings:
From the client app (with linphone SDK):
I set the username with the softswitch server but the
serverAddress
users the flexisip server address.Run the app, login the sip account (return 200 OK), try outgoing call it works, but incoming call not received even when the app is open.
I also tested sending the push notification manually, and it works.
Expected behavior
The app should receive the call on the app open or receive a push notification when the app is close.
Context
Mobile Device:
Linphone SDK:
Flexisip:
Relevant log output
The text was updated successfully, but these errors were encountered: