-
Notifications
You must be signed in to change notification settings - Fork 20
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
INVITE Packet #9
Comments
Can you please tell me what are these variables?? |
@sneha2310 i am not using it directly. I am using ARI Stasis Application to fetch the values and ported code from here to my Stasis Application |
@sneha2310 CALL_DESTINATION and CURRENT_DEVICE are asterisk standard channel variables. I recommend you go through asterisk guide. You can find information about standard variables here |
@asadcr check MAX_TRIES and TRY in asterisk dial plan. Also, check the iOS VoIP push notifications with call kit feature. When user interact with call notifications app should re register in order to receive an INVITE from asterisk. |
@balusreekanth I am using LinPhone, i can send the push to it via Custom Stasis App, the only problem is, i am unable to re-send the invite packet. So wanted to know if this library supports that. If we can re-send the invite, the phone will join the call. Otherwise it just rings via PUSH, phone re-registers to asterisk but never receives the invite packet. |
I Don't understand how my app register with asterisk. I successfully
registered linphone but don't understand hoe can I register my app. Can you
please guide me.
…On Sun, Dec 18, 2022, 03:48 Balu Sreekanth ***@***.***> wrote:
@asadcr <https://github.com/asadcr> check MAX_TRIES and TRY in asterisk
dial plan. Also, check the iOS VoIP push notifications with call kit
feature. When user interact with call notifications app should re register
in order to receive an INVITE from asterisk.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQF2FAU2JD7TUDC3XWIDKITWNY34NANCNFSM6AAAAAAS5GYWAY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@sneha2310 you need to setup your users in Asterisk sip.conf and users.conf. Also you need to set extensions in extensions.conf as well. Then provide those credentials in LinPhone and Linphone will connect to Asterisk |
What about invite packet ?
We will send push but will Asterisk send the iNVITE Packet again ? Do the script cover that phase as well ?
The text was updated successfully, but these errors were encountered: