Saturday 17 March 2007
tel links in gptg
By fred, Saturday 17 March 2007 à 17:32 :: Golf
- open the about:config page
- add the Boolean property network.protocol-handler.external.tel with a value of true
- add the String property network.protocol-handler.app.tel with a value of /usr/local/bin/phone-call
#!/bin/sh exec twinkle --immediate --call "`echo $1 | sed s/tel://`" # phone-call ends here