Giter Club home page Giter Club logo

app-fsk's Introduction

app-fsk

This app implements the logic to allow an Asterisk dialplan application to send and receive binary data using only voice channels. It exploits the old-time analog modulation FSK, just like the old analog modems did. After having it compiled, it adds a couple of functions sendFSK and receiveFSK to the asterisk dialplan functions.

BEWARE

It is an old project, and it was only tested on asterisk 11.

app-fsk's People

Contributors

alessandrocarminati avatar interlinked1 avatar

Stargazers

Jason Todd avatar Brandon Lopez avatar  avatar

Watchers

 avatar  avatar

Forkers

silentindark

app-fsk's Issues

Default enabled causes doc validation to fail

When compiling in developer mode, Asterisk fails to compile if the defaultenabled tag is present in the XML docs:

<defaultenabled>no</defaultenabled>

It does not matter if it is "yes" or "no".

This appears syntactically valid but it complains it violates the DTD:

doc/core-en_US.xml:9229.0: Element module content does not follow the DTD, expecting (depend* , use* , conflict* , defaultenabled? , support_level? , replacement? , deprecated_in? , removed_in?), got (defaultenabled depend support_level )

So we will need to figure out why it violates the DTD (currently unclear), or the tag could simply be removed altogether and app_fsk can compile by default.

Adapt the application to send type II CallIDs

Recently I was contacted by someone who found this old application app_fsk I made to deal with a tough VoIP customer, whose network administrators won't let me use the network to administer the PBX remotely.

At the time, I only needed to reach my PBX to send a few commands, and the batch mode was quite good.

Later, the batch mode wasn't enough anymore, and the solution got discontinued in favor of a more complex one that allowed direct interactions with PBX using only voice channels Access your PBX using voice channels

It came out that the person who contacted me needs is to send a particular payload using FSK.
I think the best way is to move the payload logic composition from the dialplan to the module to achieve this goal.

This issue is to implement a new function within this application allowing this goal.

Here is the sample implementation for type II callerIDs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.