lib/adhearsion/generators/app/templates/README.md in adhearsion-2.4.0 vs lib/adhearsion/generators/app/templates/README.md in adhearsion-2.5.0
- old
+ new
@@ -15,12 +15,10 @@
If you are using Asterisk 1.8, you will need to add an additional context with the name `adhearsion-redirect`. On Asterisk 10 and above this is auto-provisioned.
## FreeSWITCH
-### With mod_rayo (recommended)
-
* Ensure that mod_rayo is installed and configured according to its' documentation.
* Add an extension to your dialplan like so:
```xml
<extension name='Adhearsion'>
@@ -29,26 +27,9 @@
</condition>
</extension>
```
* Connect Adhearsion via XMPP using the Rayo protocol, as per the sample config.
-
-### With Punchblock's FreeSWITCH mode (deprecated)
-
-* Ensure that mod_event_socket is installed, and configure it in autoload_configs/event_socket.conf.xml to taste
-* Add an extension to your dialplan like so:
-
-```xml
-<extension name='Adhearsion'>
- <condition field="destination_number" expression="^10$">
- <action application="set" data="hangup_after_bridge=false"/>
- <action application="set" data="park_after_bridge=true"/>
- <action application='rayo'/>
- </condition>
-</extension>
-```
-
-* Connect Adhearsion via EventSocket, as per the sample config.
## Voxeo PRISM
Install the [rayo-server](https://github.com/rayo/rayo-server) app into PRISM 11 and follow the [configuration guide](https://github.com/rayo/rayo-server/wiki/Single-node-and-cluster-configuration-reference).