Menu

'Announce Hangup' 3rd party voice recordings in languages other than English Log in to Edit

Todd Andrews

Contributed Voice Recordings

Language Contributed by
Italian eikaff

How to Contribute

You will need to be a registered SourceForge user and be logged in. At the bottom of this page you'll see a "Discussion" section and a blank form where you can post a message with attachments.

At a minimum, please upload voice recordings in Portable Voice Format (.pvf) so that other users can create Raw Modem Data (.rmd) files specific for their modem's chipset.

You are welcome to also upload .rmd files but be sure to specify the following:

(1) your modem manufacturer and model


(2) <modem type> and <compression method> used when you ran the pvftormd tool

  • pvftormd V253modem 8

(3) the set audiofmt value you use in ncidd.conf

  • set audiofmt = "AT+VSM=128,8000"

(4) a brief description of what the recording says in the native language, and, if known, the English translation:

  • Native language: Klingonese
  • Brief description: "naDevvo' yIghoS!"
  • Brief English description: "Leave me alone!"

Discussion

  • eikaff

    eikaff - 2016-01-06

    Italian Alert Recording

    Current recording plays like this:

    "Il numero da voi chiamato è iscritto al registro delle opposiozioni. Pertanto, la chiamata è stata registrata e il numero verrà segnalato alle autorità competenti."

    English translation:

    "The called number is part of "registro delle opposizioni". So, the call has been registered and the number is going to be sent to autorithies."

    used default "pvftormd V253modem 8" with following commands.
    1) sox announce.wav -t pvf -c 1 -r 8000 -b 8 announce.pvf
    2) pvftormd V253modem 8 announce.pvf announce.rmd
    (took from John L. Chmielewski post in this thread and in config left default settings.

    Software & Hardware: RaspberryPI 2 running Raspian wheezy and NCIDD 1.3.
    Hardware VOICE/MODEM: "Sewell Voice/Fax 56K USB Modem, Two Jacks" from amazon.it
    From "lsusb": Bus 001 Device 006: ID 0572:1340 Conexant Systems (Rockwell), Inc.

    Regards.









    Edited by Todd to allow clicking on "this thread" as a link.

     

    Last edit: Todd Andrews 2016-01-07
  • eikaff

    eikaff - 2016-07-15

    Italian Hangup Message "Office is closed" Recording

    Current recording plays like this:

    "Salve, grazie per aver chiamato, i nostri uffici sono chiusi. Siamo aperti dalle 9 alle 13 e dalle 16 alle 19. Arrivederci."

    Should use it with hangup=3 in ncidd.conf and with following external extention (follow readme for more info):

    whitelist=/etc/ncid/ncidd.whitelist
    
    if [ "${TIME}" -ge 1300 -a "${TIME}" -le 1600 ]
              then
                if grep -R ${NMBR} $whitelist
                    then
                      echo "OK"
                    else
                      echo "Recording: siamochiusi.rmd"
                      echo "hangup"
                fi
    fi
    

    Script checks if number is in the whitelist and if not it hangs up with the recorded message.

    Software & Hardware: RaspberryPI 2 running Raspian wheezy and NCIDD 1.4.
    Hardware VOICE/MODEM: "Sewell Voice/Fax 56K USB Modem, Two Jacks" from amazon.it
    From "lsusb": Bus 001 Device 006: ID 0572:1340 Conexant Systems (Rockwell), Inc.

     

    Last edit: eikaff 2016-07-15

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.