FreeSwitch4j
FreeSwitch4j copied to clipboard
FreeSwitch event socket java library
Java FreeSwitch library
Overview
This library helps interact with the FreeSwitch via its mod_event_socket. For more information about the mod_event_socket refer to FreeSwitch web site. Also it offers more flexibility for extension by any other developer who picks the source code.
In its current state it can help build IVR applications more quickly.
Features
The framework in its current state can be used to interact with FreeSwitch easily in:
- Inbound mode Event Socket Inbound mode
- Outbound mode Event Socket Outbound mode
- One good thing it has is that you can implement your own FreeSwitch message decoder if you do not want to use the built-in ones
License
This software is licensed under the Apache 2 license, quoted below.
Copyright © 2015 [email protected]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0] Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.