|
|
|
|
@ -67,12 +67,17 @@ easily create your own!
|
|
|
|
|
|
|
|
|
|
To make your own .dat voice file file, just put " S0" in your radio's
|
|
|
|
|
YourCall and key up and talk. You will be making a "voice mail" .dat file:
|
|
|
|
|
/tmp/X_voicemail.dat, where X is the module on which you are transmitting.
|
|
|
|
|
Once you have created it, you can move it out of the /tmp directory and
|
|
|
|
|
rename it. Then you can use it in a qnvoice command. You can also replace
|
|
|
|
|
all of the standard voice messages with your own. If you want to do this
|
|
|
|
|
put your versions in a directory outside of the build directory and make
|
|
|
|
|
a small script that will copy your messages over the existing, installed
|
|
|
|
|
/tmp/X_voicemail.dat2, where X is the module on which you are transmitting.
|
|
|
|
|
Once you have created a voicemail file, you can move it out of the /tmp
|
|
|
|
|
directory and rename it, but if you want to use it in a qnvoice command,
|
|
|
|
|
you need to strip off the first 56 bytes. You can do this with the command:
|
|
|
|
|
|
|
|
|
|
tail -c +56 /tmp/X_voicemail.dat2 > mynewvoiceprompt.dat
|
|
|
|
|
|
|
|
|
|
Then you can use it in a qnvoice command. You can also replace all of the
|
|
|
|
|
standard voice messages with your own. If you want to do this put your
|
|
|
|
|
versions in a directory outside of the build directory and make a small
|
|
|
|
|
script that will copy your messages over the existing, installed
|
|
|
|
|
messages:
|
|
|
|
|
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
|