Skip to content

The payphone in noisebridge does things. This is the code that makes it do things.

License

Notifications You must be signed in to change notification settings

lazzarello/noisebridge-payphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freeswitch dialplan and scripts

Noisebridge has voice service on our spaceship. This is the code that implements some automated logic for the payphone in the space.

Installation

  • build freeswitch with mod_v8 and mod_flite (this is a big task, so wow!)
  • install and enable mod_v8
  • Add this somewhere in your dialplan XML.
  • Put payphone_menu.js in scripts in the freeswitch root
  <extension name="main_menu">
        <condition field="destination_number" expression=".">
            <action application="javascript" data="payphone_menu.js"/>
        </condition>
  </extension>

About

The payphone in noisebridge does things. This is the code that makes it do things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published