Resources/Telephony: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(reference to verto)
(One intermediate revision by one other user not shown)
Line 8: Line 8:
Noisebridge ''tested'' internal extensions include:
Noisebridge ''tested'' internal extensions include:


   2222 Red Payphone by the door (note the red payphone does not currently have a ringer, so it is unlikely anyone will pick up) (ATA MAC: 00:1c:10:ca:36:fc)
   2222 Red Payphone by the door (ATA MAC: 00:1c:10:ca:36:fc)
   2466 Sony Quadrastation 2.4
   2466 Sony Quadrastation 2.4


Line 33: Line 33:


For safety it would be good to have a single land line that can call 911 and doesn't depend on having power or Internet access.  Could we do this? [[User:Schoen|Schoen]] 00:48, 4 October 2008 (PDT)
For safety it would be good to have a single land line that can call 911 and doesn't depend on having power or Internet access.  Could we do this? [[User:Schoen|Schoen]] 00:48, 4 October 2008 (PDT)
== Internet calling ==
It is possible to use WebRTC, Websockets and the [https://freeswitch.org/confluence/display/FREESWITCH/mod_verto built-in implementation of these contained within the Freeswitch codebase] to make calls to/from the internal telephony resources from a web browser.

Revision as of 15:18, 23 February 2016

Noisebridge Phones

Noisebridge makes calls

  API: dial 1 + area code + 7 digit number
  VOIP service provided by flowroute. Account maintained by secretary@noisebridge.net

Noisebridge tested internal extensions include:

  2222 Red Payphone by the door (ATA MAC: 00:1c:10:ca:36:fc)
  2466 Sony Quadrastation 2.4

Noisebridge recieves calls at:

  415.449.8862
  2222 and 2466 are valid extensions
  Asterisk looks at the file /var/lib/asterisk/sounds/custom/enter-4-digit-ext to sound the request for extension message

911 service is not available.

History

nils donated a Cisco IP Phone for use with the space. It can make outgoing calls to US Numbers through asterisk running on pony using adi's voicepulse account.

Payphone

  • Some members have expressed a desire to setup a payphone out front of 83C that can make free calls using VoIP to anywhere, but some members have raised objections that said phone outside would be too much of a liability and suggested it move inside.
  • An awesome old red payphone was donated on Dec. 9th. NBers quickly got to work opening it up and figuring it out. It's missing some bits and but will be put into operation soon enough.

Land line

For safety it would be good to have a single land line that can call 911 and doesn't depend on having power or Internet access. Could we do this? Schoen 00:48, 4 October 2008 (PDT)

Internet calling

It is possible to use WebRTC, Websockets and the built-in implementation of these contained within the Freeswitch codebase to make calls to/from the internal telephony resources from a web browser.