Data-Over-Voice
authorAndreas Eversberg <jolly@eversberg.eu>
Sat, 28 Jun 2014 07:24:14 +0000 (09:24 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Tue, 15 Dec 2015 13:27:23 +0000 (14:27 +0100)
commit034d3a91404addedc1c7a3494862c79532b0b878
tree786759f5aa87f462252065071bf1681ad16c4128
parenta1c8b8d89f31cbf5ac4151ac65e9e6545e75713a
Data-Over-Voice

An experimental feature to send and receive an identification over
voice channel.

If a party answers, the ID is transmitted some seconds afterwards.
The calling party listens 30 seconds after receiving an answer message
for the ID.

Add to your extension's settings file:

dov_ident  <id string without white spaces>
dov_log    /path/to/log/file
dov_type   pwm|pcm
dov_level  0|level

'pwm' survives analog transcoding.
'pcm' is fast and will almost not be recognised.
'level' can be used to alter default signal amplitude (100..30000).
12 files changed:
Makefile.am
apppbx.cpp
apppbx.h
dov.cpp [new file with mode: 0644]
extension.c
extension.h
mISDN.cpp
message.h
port.cpp
port.h
remote.cpp
sip.cpp