Resources/Telephony: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
(reference to verto)
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Cisco IP Phone ==
== Noisebridge Phones ==


[[User::Shkoo|nils]] donated a Cisco IP Phone for use with the space. It can make outgoing calls to US Numbers through
Noisebridge makes calls
asterisk running on pony using [[User:Adi|adi]]'s voicepulse account.
 
  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.


You can call internal extensions as 4-digit numbers starting with "2".  The only two that are really active are "2463" which is the red payphone (specifically port 2 on the VOIP adapter that it's normally connected to), and 2467 which is the Cisco IP Phone.
== History ==


You can call US numbers by dialing 9, then 1 and 10 digits.  It's pretty flexible so you shouldn't have problems using it.  911 service is not available.
[[User:Shkoo|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 [[User:Adi|adi]]'s voicepulse account.


== Payphone ==
== Payphone ==
Line 13: Line 29:


* An awesome [[payphone|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.
* An awesome [[payphone|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.
* Currently (2009-07-09), do not connect the red payphone's VOIP adapter to the network.  The first port tries to register with [[User:Adi|adi]]'s voicepulse account so it disrupts the asterisk setup.  Once the first port is configured not to do that, the red payphone will be OK to use again.


== Land line ==
== 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? [[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.