danog / php-libtgvoip

PHP extension that wraps the telegram VoIP library.
https://voip.madelineproto.xyz
GNU Affero General Public License v3.0
24 stars 5 forks source link

discard() is not ending the outbound call #12

Open afeno opened 2 years ago

afeno commented 2 years ago

As it is reported in the Madeline Telegram Channel, the discard() function is not ending the outbound call (For example from madeline to another Telegram account)

If the call is not established yet, discard() is ending the connection leaving the recipient's phone ringing forever.

If discard() is used during a middle of a call, discard() is ending the connection and the recipient's telegram app is having a "Connection lost. Reconnecting..." until timeout.

Daniil is working on that 👍 I don't know how long it will take to get it solved.