this post was submitted on 22 Nov 2023
1 points (100.0% liked)

VoIP

1 readers
1 users here now

Rules

founded 11 months ago
MODERATORS
 

So, for about 5 days I have been trying to do this, I want to make calls on phone numbers using python script, but I am failing again and again, please help me, My VOIP provider is Fonial

top 2 comments
sorted by: hot top controversial new old
[โ€“] gimpblimp@alien.top 1 points 10 months ago

Would something like this be in the right direction? https://github.com/pjsip/pjproject

[โ€“] Bhaikalis@alien.top 1 points 10 months ago

Does Fonial have an API you can use to make calls? Python seems to have a Fonial SDK you can install, you just need the API key from Fonial and a valid account and it shouldn't be too hard to make something that asks for a phone number and then the scripts calls it.