pierr3 / VectorAudio

An Audio-For-VATSIM ATC Client for macOS, Linux and Windows
GNU General Public License v3.0
47 stars 11 forks source link

Unicom and ATIS #84

Closed Atriusftw closed 10 months ago

Atriusftw commented 10 months ago

I really miss the option to tune and listen to Unicom and ATIS. Tuning ATIS is useful as a controller to verify that it is working properly. Listening to Unicom is interesting when handing pilots over in case of no overlaying ATC :)

Would it be possible to implement such a feature?

pierr3 commented 10 months ago

You can listen to any ATIS if they're properly defined in database by just adding the atis callsign as a station! For unicom this is not possible at the moment

Atriusftw commented 10 months ago

You can listen to any ATIS if they're properly defined in database by just adding the atis callsign as a station!

Ah, guess i'm just unlucky with the stations i'm on. How can i contribute to the database? Here are some that i'm missing in Polaris (Norway FIR):

For unicom this is not possible at the moment

Is this something that would be considered to implement?

pierr3 commented 10 months ago

How can i contribute to the database?

You will have to ask who is in charge at your vACC of this, only they have permissions. I did do a quick check and it seems these stations are not defined in database, which would be the issue!

pierr3 commented 10 months ago

You can listen to unicom by adding a station in the following format "!CALLSIGN" where CALLSIGN is the callsign of the station's location that will be used as a transceiver

Atriusftw commented 10 months ago

You can listen to unicom by adding a station in the following format "!CALLSIGN" where CALLSIGN is the callsign of the station's location that will be used as a transceiver

I'm not sure if i understood this correctly. I tried using the ICAO code of the airport i'm controlling (for example !ENZV) and the position (!ENZV_GND), but i get the error Could not find pilot connected under that callsign

pierr3 commented 10 months ago

The station or pilot needs to be logged in, just like the error clearly says ;)

On Tue, 14 Nov 2023 at 14:37, Marius @.***> wrote:

You can listen to unicom by adding a station in the following format "!CALLSIGN" where CALLSIGN is the callsign of the station's location that will be used as a transceiver

I'm not sure if i understood this correctly. I tried using the ICAO code of the airport i'm controlling (for example !ENZV) and the position ( !ENZV_GND), but i get the error Could not find pilot connected under that callsign

— Reply to this email directly, view it on GitHub https://github.com/pierr3/VectorAudio/issues/84#issuecomment-1811070992, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN7UK236XIFCTAMCWSSIILYEPCA7AVCNFSM6AAAAAA63MZ2YGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJRGA3TAOJZGI . You are receiving this because you modified the open/close state.Message ID: @.***>

Atriusftw commented 10 months ago

The station or pilot needs to be logged in, just like the error clearly says ;)

Ah, gotcha. I was confused by the station vs pilot here. Indeed works as intended by using the callsign of an actual pilot flying. Thank you so much!