-
-
TarsosDSP
... Algorithm Pitch Tracking” algorithm. Also included is a Goertzel DTMF(Dual tone multi frequency) decoding algorithm, a time stretch ... to see which frequencies are picked as fundamentals.
* "Goertzel DTMF(Dual tone multi frequency) decoding":http://0110.be/ ...
-
OpenBTS
... KSP r54 (smswork) SMS support
file-based configuration
2.1 Grand Coteau KSP r70 (smswork) DTMF support
fixed more Linux-related build errors
-lpthread
TLMessage constructor
expanded stack to prevent overflows in ...
-
solarisvoip-asterisk-nconference
... (for some commands) Command is over: execute it
********************
MANAGER EVENTS
********************
Manager events are generated on:
* DTMF Received
* Speaking state change detected
* Setting the PIN of a conference
* Joins/Leave events ...
-
solarisvoip-asterisk
... CONFIGURATION FILES
All Asterisk configuration files share a common format. Comments are
delimited by ';' (since '#' of course, being a DTMF digit, may occur in
many places). A configuration file is divided into sections whose names
appear in []'s. ...
-
asterisk
...
All Asterisk configuration files share a common format. Comments are
delimited by ';' (since '#' of course, being a DTMF digit, may occur in
many places). A configuration file is divided into sections whose names
appear in []'s. Each section ...
-
APRStt
... who developed the Asterisk Phonepatch, which is the basis for the DTMF Decoding and radio control for this program.
Currently the ... DTMF, and responding by voice using festival what the DTMF tones decoded were. A * requests the translation, then a ...
-
ruby_speech
... #",
@interpretation = "1234#"
>
>> matcher.match '5678#'
=> #dtmf,
@confidence = 1,
@utterance = "5678#",
@interpretation = "5678#"
>
>> matcher.match '1111#'
=> #< ...
-
Shift8
... deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate
```
Finally you must edit ```http.conf``` and enable it by ...
-
node-shift8
... .0.0.0/0.0.0.0
permit = 127.0.0.1/255.255.255.0
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate
(Make sure you permit the ip address where shift8 is running)
...
-
AsterTrace
... /php_asterisk_listener_example_using_pami_and_ding.html
AsterTrace is extendable via "listeners". Currently these listeners exist:
* dial
* event
* dtmf
* varset
* newchannel
* newstate
* newexten
So currently, AsterTrace can monitor:
* All events ( ...
-