Openmoko Bug #2104: Morse code announcing who is calling or texting
Openmoko Public Trac
bugs at docs.openmoko.org
Sun Nov 2 15:06:24 CET 2008
#2104: Morse code announcing who is calling or texting
----------------------------+-----------------------------------------------
Reporter: pander | Owner: zecke
Type: enhancement | Status: new
Priority: normal | Milestone: Om2008.10
Component: Qtopia | Version: Om2008.8
Severity: normal | Resolution:
Keywords: | Haspatch: 0
Blockedby: | Estimated:
Patchreview: | Blocking:
Reproducible: always |
----------------------------+-----------------------------------------------
Comment(by joerg):
please consider dialerapp starting an incall script providing call data by
ENVs and returning further actions of dialer app by commands echoed to
STDOUT.
possible content of script:
{{{
#!/bin/bash
cat `dbus addrbook getnamebynumber ${GSM_phonenumber} | morse | tr "\n"
"p" | sed -e's/p/ p/g'` >ringtonetemp.wav && echo
ringtone=ringtonetemp.wav || echo ringtone=default.wav;
exit
}}}
see twinklephone.com callscripts description for an example
implementation.
cheers
jOERG
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2104#comment:1>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
More information about the buglog
mailing list