Someone please explain to me why a phone call is different to this, I'm truly blanking.
Show HN: OnAir – create link, receive calls
11–20 of 113 posts
Re: Show HN: OnAir – create link, receive calls
#12Someone please explain to me why a phone call is different to this, I'm truly blanking.
Much easier to click than dial.
Social cost of a web link versus a phone number may be lower as well (that may be cultural but it may be true)
Adds other modes like calendar or chat or AI directly in flow.
No need to reveal a phone number.
Video
Internationally accessible (no long distance)
And for HN tradition’s sake for these types of comments, no one likes rsync.
Re: Show HN: OnAir – create link, receive calls
#13Curious how the dynamic image works in the e-mail signature: AFAIK, Gmail and others heavily cache any images inside e-mail, so even if the image changes, Gmail will be displaying the online/offline cached image, not the most up-to-date one.
Re: Show HN: OnAir – create link, receive calls
#14Re: Show HN: OnAir – create link, receive calls
#15Congrats on launching! Curious how the dynamic image works in the e-mail signature: AFAIK, Gmail and others heavily cache any images inside e-mail, so even if the image changes, Gmail will be displaying the online/offline cached image, not the most up-to-date one.
response.headers["Cache-Control"] = "no-cache, no-store, max-age=0, must-revalidate"
response.headers["Pragma"] = "no-cache"
response.headers["Expires"] = "Fri, 01 Jan 1990 00:00:00 GMT"
Re: Show HN: OnAir – create link, receive calls
#16Re: Show HN: OnAir – create link, receive calls
#17Someone please explain to me why a phone call is different to this, I'm truly blanking.
- assign calls to different members (round-robin, escalation)
- capture lead info (name, email, etc)
- don't reveal actual phone number
- recording, transcription
- soon, conversational AI agent (as optional backup)
With a WhatsApp/phone, you can't really switch it from one employee to another easily. Managing load is harder, seeing call logs is harder. And a full call center solution is too much for a small business.
Re: Show HN: OnAir – create link, receive calls
#18Re: Show HN: OnAir – create link, receive calls
#19This might be a silly question: I understand that to talk, the caller uses their web browser with device audio. What does the link creator use?
Re: Show HN: OnAir – create link, receive calls
#20This might be a silly question: I understand that to talk, the caller uses their web browser with device audio. What does the link creator use?