Changes between Version 5 and Version 6 of freeswitch-mexcla-admin
- Timestamp:
- Sep 2, 2013, 12:00:21 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
freeswitch-mexcla-admin
v5 v6 1 1 = Freeswitch Mexcla Admin = 2 2 3 mexcla is installed on paul.mayfirst.org (the same server hosting our freeswitchinstallation).3 [wiki:freeswitch-mexcla mexcla] is installed on paul.mayfirst.org (the same server hosting our [wiki:freeswitch freeswitch] installation). 4 4 5 5 It is a python script that is available via git://git.mayfirst.org/mfpl/mexcla 6 6 7 It runs as a daemon on 127.0.0.1, listens on port s 50,000 - 50,999. It's controlled by runit and runs as the mexcla user.7 It runs as a daemon on 127.0.0.1, listens on port 8888. It's controlled by runit and runs as the mexcla user. 8 8 9 9 It depends on the python-twisted package (available in Debian) and the eventsocket python freeswitch library (http://github.com/fiorix/eventsocket). … … 64 64 + <condition field="destination_number" expression="^9999$"> 65 65 + <action application="answer"/> 66 + <action application="read" data="1 3 /opt/mfpl-freeswitch-sounds/pick-conference-room.wav conf 10000 #"/> 67 + <action application="set" data="port=${expr ${conf}+50000}"/> 68 + <action application="socket" data="127.0.0.1:${port} async full"/> 66 + <action application="socket" data="127.0.0.1:8888 async full"/> 69 67 + </condition> 70 68 + </extension> … … 73 71 }}} 74 72 75 == other links ==76 73 77 * [wiki:freeswitch-mexcla mexcla user information]78 * [wiki:freeswitch-mexcla-html5 public mexcla HTML5 client]