Changes between Version 19 and Version 20 of freeswitchConfig

Show
Ignore:
Timestamp:
06/16/2012 09:06:32 PM (11 months ago)
Author:
amilkh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • freeswitchConfig

    v19 v20  
    99== Installation == 
    1010 
    11 !FreeSwitch, being a full-featured project outside the scope of OpenBTS, has it's own wiki detailing the installation and use of the system. As such, we [http://wiki.freeswitch.org/wiki/Installation_Guide defer to their wisdom]. You'll need two FreeSWITCH modules to interoperate with OpenBTS. Those are [http://wiki.freeswitch.org/wiki/Mod_python mod_python] and [http://wiki.freeswitch.org/wiki/Mod_sms mod_sms]. Make sure to install (and configure!) those two modules.  
     11!FreeSwitch, being a full-featured project outside the scope of OpenBTS, has it's own wiki detailing the installation and use of the system. As such, we [http://wiki.freeswitch.org/wiki/Installation_Guide defer to their wisdom]. You'll need two FreeSWITCH modules to interoperate with OpenBTS. Those are [http://wiki.freeswitch.org/wiki/Mod_python mod_python] and [http://wiki.freeswitch.org/wiki/Mod_sms mod_sms]. Make sure to install (and configure!) those two modules. Python 2.6 or above (2.7.3 recommended) is required to use the supplied OpenBTS scripts. 
    1212 
    1313== Setup == 
     
    6262=== Tools === 
    6363 
    64 There are a set of scripts included in the install which provide basic functions for communicating with FreeSWITCH. These are generally accessible from both the dialplan and the freeswitch CLI. These are detailed here: 
     64There are a set of scripts included in the install which provide basic functions for communicating with FreeSWITCH. These are generally accessible from both the dialplan and the freeswitch CLI. 
     65Before using these scripts, you will need to install python-messaging for SMS functions. 
     66{{{ 
     67  sudo apt-get install python-messaging 
     68}}} 
    6569 
    6670==== OpenBTS_DB.py ====