Adapt the application to send type II CallIDs
Opened this issue · 0 comments
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