Submitted by sanderspedro t3_11ym9l6 in coolgithubprojects
Comments
sanderspedro OP t1_jd94ldb wrote
Thank you u/Et-em
josiahnelson t1_jdakp7x wrote
Interested to see how this might be combined with WebRTC for a web-based video intercom solution (like visitor access at remote sites with a QR code at the door rather than a hardwired physical intercom)
sanderspedro OP t1_jdb3s71 wrote
>WebRTC for a web-based video intercom solution
I think it's possible. Routr works with RTPEngine, which helps it support WebRTC.
[deleted] t1_jd8bqgk wrote
[deleted]
sanderspedro OP t1_jd8yefs wrote
Maintainer here 👋
Happy to answer any question.
xXWarMachineRoXx t1_jd92m1q wrote
Dude we so needed a mordern solution for this
We use freeswitch and fusion pbx right now
Would def try it out
sanderspedro OP t1_jd93jrz wrote
Nice! What's your use-case? I have lots of plan but want to make sure it is stuff people need.
xXWarMachineRoXx t1_jd93sal wrote
I will ask and tell
xXWarMachineRoXx t1_jd93prv wrote
Well the thing is im in uc dept of my company But the guy who actually deals with it is my dept and doesnt like fusionpbx much
xXWarMachineRoXx t1_jd93rbn wrote
We have been meaning to refactor our solution
xXWarMachineRoXx t1_jd94034 wrote
If you could share a screngrab of the ui or a demo
That be great
Else i will clone and tell you if suits our case
sanderspedro OP t1_jd95t66 wrote
Routr (v2) does not currently have a Web UI. However, you can explore its capabilities using the CTL. If you simply want to see it in action, consider launching the server with GitPod. Lastly, feel free to join our community. We are establishing a dedicated channel to assist new Routr users with onboarding.
https://github.com/fonoster/routr#deploying-in-development-mode-with-gitpod
xXWarMachineRoXx t1_jdarsxn wrote
Cool
Bitter_Motor_9081 t1_jd90hcb wrote
How is this software related to Asterisk PBX?
sanderspedro OP t1_jd94i3a wrote
Routr (v2) is a signaling server while Asterisk is more of a swiss knife. For most use-cases Asterisk is enough, but sometime you want to offload Asterisk and use it only as a Media Server (Think CPaaS)
Bitter_Motor_9081 t1_jd9j79p wrote
Neat!
Et-em t1_jd8z3ff wrote
It's great congrats on the launch OP