Page 1 of 1

Recommendation for VOIP / Browser call to phone numbers

Posted: 22 Oct 2019, 20:51
by Joe Glines
Hey guys,

I've got a business where we have people in the Philippines calling people in the US tracking down home owners. I've tried various tools like: RingCentral, Xencall, and MOJODialing, but their software isn't robust enough for me. I thought "that's okay" I can write my own software / GUI interface and just find a service like Hangouts or Skype to place the calls.

I want to be able to, programmatically, feed the phone numbers that are being called, then be able to "hang up" and record some notes in a Sqlite database.

To my surprise, finding "softphone" software is not as easy as I'd hoped. Twilio and several others look pretty cool but they are very complicated. Does anyone have any experience with software / tools for doing this? Thanks for your help!

Regards,
Joe

Re: Recommendation for VOIP / Browser call to phone numbers

Posted: 22 Oct 2019, 21:01
by Hellbent
Offtopic.

No clue about your problem, just thought I'd take the opportunity to say hello.

So... Hello Joe :salute:

Re: Recommendation for VOIP / Browser call to phone numbers

Posted: 23 Oct 2019, 01:17
by AHKStudent
Maybe its possible for you to use ready made Twillio scripts for JS and you can then use JS within AHK?

https://www.twilio.com/docs/voice/client/javascript/quickstart#information

AHK and JS (teadrinker) https://www.autohotkey.com/boards/viewtopic.php?t=63847

And thanks for the great tutorials on YT :thumbup: :thumbup:

Re: Recommendation for VOIP / Browser call to phone numbers

Posted: 23 Oct 2019, 11:54
by Joe Glines
AHKStudent wrote:
23 Oct 2019, 01:17
Maybe its possible for you to use ready made Twillio scripts for JS and you can then use JS within AHK?
And thanks for the great tutorials on YT :thumbup: :thumbup:
Thanks for the idea! I'll take a look at it but some of that stuff is SOOO complicated.

Thanks